#border-box{
	padding-bottom:0px!important;
}

#investors > div > div:nth-child(3) > div > table > thead > tr,#investors > div > div:nth-child(3) > div > table > tbody > tr:nth-child(10){
	border-bottom:1px solid black!important;
}

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

#border-box{
	padding:35px;
}

h4 i{
	font-size:20px;
}

#border-top-bottom{
	border-top:5px solid #eff8f8;
	border-bottom:5px solid #eff8f8;
	margin-bottom:20px;
}

#padding-right{
	padding-right:20px;
}

#padding-left{
	padding-left:20px;
}

#investors{
	padding:50px 0px 0px;
}

#investors > div > div.col-sm-12 > table > tbody,#investors > div > div.col-sm-12 > table > thead{
	border-bottom:1px solid #1b1b1b!important;
}

#text-bottom{
	position: absolute;
    bottom: 30px;
    right: 15px;
    width: 33.3333%;
}

#border-box > div:nth-child(7) > h4:nth-child(1){
	border-top:3px solid #eff8f8;
	padding-top:35px;
}

@media (max-width:1066px){
	#border-box > div:nth-child(7) > h4:nth-child(1){
		border:0px;
		padding-top:0px;
	}
}

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

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

	#text-bottom{
		position:static;
		width:100%;
		margin-bottom:30px;
	}
}