

table th { font-weight: bold; background-color:#f0f0f0; border-right:1px solid #ddd; border-bottom:1px solid #ddd; text-align:left;  padding: 12px 25px;}
table td { padding: 9px 0px; text-align: left; border-right:1px solid #ddd; border-bottom:1px solid #ddd; }
.responsive{ border:1px solid #ddd; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; margin:20px 0px 20px 0px; width:100%;
}
table td  p{ background-position:left; color:#82786F; font-size:13px; padding:9px 25px 9px 25px; border-bottom:1px solid #ddd; margin:0px;}
table td span img{ display:block; margin:0px auto;}
.non_bg th{ background-color:#fff!important;}
.resp2{ border-top:1px solid #ddd; border-bottom:1px solid #ddd; width:100%; margin:0px 0px 25px 0px;}
table th:nth-of-type(4){ width:150px;}
.thrd_tble{ border-top:1px solid #fff;  border-bottom:1px solid #fff; width:100%;}
.thrd_tble th{ background-color:#1dafac!important;}
.thrd_tble td{ color:#fff; padding:8px 25px;}
.thrd_tble th:nth-of-type(3){ border-right:none;}
.thrd_tble tr td:nth-of-type(3){ border-right:none;}
.bottom_table{ width:100%; border-left:none; border-right:none;}
.bottom_table tr td{ text-align:center; font-size:14px; color:#999; font-weight:bold;}
.last_table td {  text-align:center; font-size:14px; color:#999; font-weight:bold; }
.last_table{ border-top:1px solid #ddd; border-right:none; border-bottom:none;}
/* Mobile */
@media only screen and (max-width: 767px) {
	
	table.responsive { margin-bottom: 0; }
	table.resp2 { margin-bottom: 0; }
	table.bottom_table { margin-bottom: 0; }
	table.last_table { margin-bottom: 0; }
	
	.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table th, .pinned table td { white-space: nowrap; }
	.pinned td:last-child { border-bottom: 0; }
	
	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }
	div.table-wrapper div.scrollable { margin-left: 35%; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }	
	
	table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }
	
	
}
