.table-rwd{ width:100%; }
.table-rwd th{ background:#00ac99; padding:30px 0 !important; color:#FFF; text-align:center; font-size:15px; font-weight:normal !important; }
.table-rwd td{ background:#FFF; text-align:center; font-size:15px; border:1px solid #CCC; padding:0 5px 30px 5px; }
.table-rwd tr td:first-child{ font-weight:bold;}

@media (max-width: 768px) {
  .table-rwd{min-width: 100%;}
  tr.tr-only-hide {display: none !important; background:#00ac99;}
  .table-rwd tr{
    display: block;
    border: 1px solid #ddd;
    margin-top: 5px;
  }
  .table-rwd td {
    text-align: left;
    font-size: 15px;
    overflow: hidden;
    width: 100%;
    display: block;
	
	}
	.table-rwd td:before {
    content: attr(data-th) "";
    display: inline-block;
    text-transform: uppercase;
    /*font-weight: bold;*/
	  margin-right: 10px;
    color: #00ac99;
	
  }
  .table-rwd.table-bordered td,.table-rwd.table-bordered th,.table-rwd.table-bordered{border:0;}
  .table-rwd td{ padding:0 5px 0 5px; }
  .table-rwd tr td:first-child{ font-weight:bold; padding:5px 0; text-decoration:underline;}
  
}
