.table>thead>tr>th{
	vertical-align:top;
}

#accordion-content > div:nth-child(2) > div:nth-child(2) > table > thead > tr > th:nth-child(1){
	width:66%;
}

#border-box-container{
	padding:15px;
}

#border-box{
	padding:35px;
}

h4 i{
	font-size:20px;
}

#border{
	border-top:3px solid #eff8f8;
	border-bottom:3px solid #eff8f8;
	padding:20px 50px;
}

#people{
	padding:0px 50px;
}

#box-border-container{
	padding:15px;
}

#content-icon #box-border{
	border-top:1px solid #1b1b1b;
	border-bottom:1px solid #1b1b1b;
	padding:35px 0px;
}

h4,h6{
	margin-top:0px;
}

h4 i{
	font-size:20px;
}

#border-bottom{
	border-bottom:3px solid #eff8f8;
	padding:20px 0px;
}

#no-border-bottom{
	padding:20px 0px;
}

.panel{
	box-shadow:none;
}

table, tr, th, td, tbody{
	text-align:left;
}

.table-striped>tbody>tr:nth-of-type(odd){
	background-color:#e1f0fb;
}

thead{
	background-color:#06377b;
	color:white;
}

.table>tbody>tr>td{
	vertical-align:middle;
}

#bottom-table .table tbody tr{
	border-bottom:1px solid #1b1b1b!important;
}

#bottom-table .table thead tr th{
	padding:10px!important;
}



#content-icon{
	margin-bottom:35px;
}

@media screen and (max-width:767px){
	#people, #border, #border-box{
		padding:25px;
	}

	#border-box-container{
		padding:15px 0px;
	}
}