/* Add here all your css styles (customizations) */

.spacer			{ height: 100px; }
.spacer-medium	{ height: 50px;  }
.spacer-small	{ height: 25px;  }
.spacer-tiny	{ height: 12px;  }

.mb-40 {margin-bottom: 40px;}
.mb-60 {margin-bottom: 60px;}

@media (min-width: 541px) {
br.none{ display: none;}    
}

.dl-horizontal img {
margin-bottom: 10px;    
}

.copyright a {
color: #eee;
}

 .dl-horizontal dd {
margin-bottom: 5px;
  }

@media (min-width: 768px) {
.dl-horizontal dt{
text-align: left;
width: 75px;
   margin-bottom: 5px;

}
  .dl-horizontal dd {
   margin-left: 90px;
margin-bottom: 5px;
  }
}