@charset "utf-8";

.banner-wrapper{
	background:#0a2432;
	float:left;
	width:100%;
	padding:30px 0 96px;
}

.banner-wrapper h1{
	text-align:center;
	color:#fff;
}

.banner-wrapper h1 a {
	color:#F37610;
}

.table .table-body .column1 {
  font-weight: normal;
}

.table .row .table-head {
    background : #9adbff !important;
}

.table .row .table-head .column1 {
    background : #9adbff;
}

.table .row .table-head .column2 {
    background : #9adbff;
}

.table .row .table-head .column3 {
    background : #9adbff;
}


.table .table-body .table-head .column1 {
    background : #9adbff;
    border-right-width : 0px;
   
    text-wrap: nowrap;
}

.table .table-body .table-head .column2 {
    background : #9adbff;
    border-right-width : 0px;
}

.table .table-body .table-head .column3 {
    background : #9adbff;
}

@media only screen and (max-width: 767px){

.table .table-body .table-head [class*="column"]{
	padding:14px 0 13px 7px;
	font-size:13px;
}

.table .table-body [class*="column"]{
	padding:14px 0 13px 7px;
	font-size:13px;
}

.table{
	border:6px solid #006bb7;
	border-radius:15px;
}

}