﻿.rwd-table {
  margin:0 auto;
  width:98.5%;
  
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}

.rwd-table th, .rwd-table td {
  text-align: left;
}

h1 {
  font-weight: normal;
  letter-spacing: -1px;
  color: #000;
}

.rwd-table {
  background: #fafafa;
  color: #000;
  overflow: hidden;
 font-family: 'pt_sansregular';
	font-size: 16px;
}
.rwd-table tr {
  border-color: #CCC;
}
.rwd-table th, .rwd-table td {
  margin: .5em 1em;
}

.rwd-table th, .rwd-table td:before {
  color: #000;
}
tr:nth-child(even) {background: #f5f5f5}
tr:nth-child(odd) {background: #fafafa}

@media (min-width: 480px)
{
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
  
  .rwd-table th, .rwd-table td {
    padding: 1em !important;
  }
  
 
}