@charset "utf-8";
/* CSS Document */

.top-bar-mib {
  		background: none repeat scroll 0 0 #fff;
		width: 100%;
}

.bbflogo {
background-image:url(../img/general/logo.png) no-repeat;
}	

small {
  font-size: 80%;
  line-height: inherit; 
}


.spacer5 {
	height: 5px;
	width: 100%;
}

.spacer10 {
	height: 10px;
	width: 100%;
}

.spacer20 {
	height: 20px;
	width: 100%;
}

.spacer30 {
	height: 30px;
	width: 100%;
}

.spacer40 {
	height: 40px;
	width: 100%;
}

.spacer50 {
	height: 50px;
	width: 100%;
}

.spacer100 {
	height: 100px;
	width: 100%;
}

.spacer200 {
	height: 200px;
	width: 100%;
}

.desktophide {
	display:none;
}


@media screen and (max-width : 760px){

.mobilehide {
	display:none;
}
}
