.table_heading_bg_one tr {background-color:#fafafa;}
.white_bg {background-color:#fff; margin-top:15px; margin-bottom:15px; border-radius:5px;-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.29);
-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.29);
box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.29); padding:0px 0px 15px 0px;}
.back_gray {background-color:#595959; line-height:40px; color:#fff;}
.table_format { padding-left:0px;}
.table_format li {border-right: #888888 solid 1px; padding-right:11px;}
.table_format li.last {border-right:none;}
.table_format {border-bottom: #888888 solid 1px;border-right: #888888 solid 1px;border-left: #888888 solid 1px; text-align:center;}
table { width: 100%; border-collapse: collapse;}
tr:nth-of-type(odd) { background: #eee;}
th {background: #333; color: white; font-weight: bold; }
td, th {padding: 6px; border: 1px solid #ccc; text-align: left;}
.gap_table {margin-bottom:5px;}


@media 
	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {
	
		/* Force table to not be like tables anymore */
		table, thead, tbody, th, td, tr { 
			display: block; 
		}
		
		/* Hide table headers (but not display: none;, for accessibility) */
		thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		tr { border: 1px solid #ccc; }

		td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #d8d8d8;
			position: relative;
			padding-left: 50%;
			word-break: break-word;
		}
		
		td:before { 
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%; 
			padding-right: 10px; 
			white-space: nowrap;
			font-weight:bold;
		
		}
		
		

		

	}
	
	/* Smartphones (portrait and landscape) ----------- */
	@media only screen
	and (min-device-width : 320px)
	and (max-device-width : 480px) {
		body { 
			padding: 0; 
			margin: 0; 
			/*width: 320px;*/ }
		}
	
	/* iPads (portrait and landscape) ----------- */
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
		body { 
			width: 100%; 
		}
	}