@charset "utf-8";
/* otherTank */

#tank {
	
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top:.15em;
	width: 100%;
	height: 200px;
	overflow: hidden;
	border-radius: 10px;
	left:0;
	display:flex; justify-content:center;
	}
	
#runtunnelcontainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 288px;
	overflow: hidden;
	background-color: #000;
	margin-top: -3em;
	margin-left: .2em;
}

a .fa {
color: #000;
}
