.brand img{
  height: 70px important!;
}
hr {
	margin: 18px 0;
	border: 0;
	border-top: 1px solid #eee;
	border-bottom: 2px solid #e44f1b;
}
.titlemodule {
  min-height: 10px;
  padding-top: 6px;
  padding-bottom: 1px;
  margin-bottom: 3px;
  background-color: lightblue;
  border: 1px solid black;
}
.smallmodule {
  min-height: 10px;
  padding-top: 6px;
  padding-bottom: 1px;
  margin-bottom: 3px;
  background-color: white;
  border: 1px solid black;
}
.brand img{
  height: 70px !important;
}
.nav-header-top {
	display: block;
	padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 3px;
    padding-top: 8px !important;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #999;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	text-transform: uppercase;
    
}


