﻿.resposive-table {
  margin: 1em 0; 
  width: 100%;
}
.resposive-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.resposive-table th {
  display: none;
}
.resposive-table td {
  display: block;
}
.resposive-table td:first-child {
  padding-top: .5em;
}
.resposive-table td:last-child {
  padding-bottom: .5em;
}
.resposive-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
@media (min-width: 480px) {
  .resposive-table td:before {
    display: none;
  }
}
.resposive-table th, .resposive-table td {
  text-align: left;
}
@media (min-width: 480px) {
  .resposive-table th, .resposive-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .resposive-table th:first-child, .resposive-table td:first-child {
    padding-left: 0;
  }
  .resposive-table th:last-child, .resposive-table td:last-child {
    padding-right: 0;
  }
}
 
.resposive-table {  
  overflow: hidden;
}
.resposive-table tr {
  border-color: #ddd;
}
.resposive-table th, .resposive-table td {
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .resposive-table th, .resposive-table td {
    padding: 1em !important;
  }
}
.resposive-table th, .resposive-table td:before {
  color: black;
}

.resposive-table thead>tr>th {background-color:#ffffff !important;}
.resposive-table tr:nth-child(odd)		{ background-color:#f9f9f9; }
.resposive-table tr:nth-child(even)		{ background-color:#ffffff; }