/************* TABLE STYLING *************/

.table_wrapper  {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

.table_container  {
	width: 100%;
	height: auto;
	float: left;
}

.tbl_standard  {
	width: 100%;
	height: auto;
	color: #4b4b4b;
	border: 1px solid #00b6cf;
}

.tbl_standard th  {
	background-color: #00b6cf;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	border-bottom: 1px solid #4b4b4b;
	padding: 8px 4px;
}

th, tr, td  {
	box-sizing:border-box;
  	-moz-box-sizing:border-box;
 	-webkit-box-sizing:border-box;
}

.tbl_standard td, .tbl_standard th  {border-left: 1px solid #00b6cf;}
.tbl_standard td:nth-child(1), .tbl_standard th:nth-child(1) {border-left: none;}

.tbl_standard td  {padding: 6px;}

.tbl_standard tr  {
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 26px;
}

.tbl_standard tr:hover  {color: #00b6cf;}

.tbl_standard tr:nth-child(odd)  {background-color: #fff;}
.tbl_standard tr:nth-child(even)  {background-color: #f3f4f4;}

.subtable  {
	width: 100%;
	height: auto;
	color: #4b4b4b;
	border: 1px solid #00b6cf;
}

.subtable th {
	background-color: #00b6cf;
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	border-bottom: 1px solid #4b4b4b;
	padding: 8px 4px;
}

.subtable td, .subtable th {border-left: 1px solid #00b6cf;}
.subtable td:nth-child(1), .subtable th:nth-child(1) {border-left: none;}

.subtable td  {padding: 6px;}

.subtable tr:nth-child(odd)  {background-color: #fff;}
.subtable tr:nth-child(even)  {background-color: #f3f4f4;}