.container{
	margin-bottom: 100px!important;
}
#cbnr{
	background-color: #000000;
	background-color: rgba(0,0,0,0.9);
	color: #ffffff;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 0px;
	padding: 10px;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
}	
#cbnr .ok{
	background-color: #90A4AE;
	color: #000000;
	width: 50px;
	text-align: center;
	padding: 1px 10px;
	margin-top: 10px;
}
#cbnr a{
	text-decoration: none;
	color: #000000;
	font-weight: 800;
}

@media (max-width: 900px){
	
	.container{
		margin-bottom: 400px!important;
	}
}