html, body {
	background-color:#013042;
	font-family: calibri, arial, helvetica, sans-serif; 
	font-size:12px; 
	color:#FFFFFF; 
	margin:0px; 
	padding:0px;
}

.newinput {
	background-color:#172936 !important;
	color:#FFFFFF !important;
	border:none !important;
	padding:20px 20px !important;
	font-size:20px !important;
}

.center-image {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.container-fluid {
	background-color:#013042;
}

#topB, #bottomB, #leftB, #rightB {
	background: #345968;
	position: fixed;
}

#leftB, #rightB {
	top: 0; bottom: 0;
	width: 15px;
}
#leftB { left: 0; }
#rightB { right: 0; }
		
#topB, #bottomB {
	left: 0; right: 0;
	height: 15px;
}

#topB { 
	top: 0; 
}
#bottomB { 
	bottom: 0; 
}
 