/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 40px;
  padding-bottom: 20px;
}

.jumbotron {
	padding-top: 12px;
  padding-bottom: 15px;
  text-align: center;
}

.jumbotron h1, ul.nav {
  font-family: helvetica, courier,  serif;


}

.jumbotron h1 {
	margin-top: 0px;

}

.jumbotron form{
	margin-top: 6px;
}

.breadcrumb {
  background-color: #EEEEEE;
  margin-bottom: 4px;
}

.navbar-inverse .navbar-brand {
  color: white;
  font-weight:bold;
}
.navbar-inverse .navbar-nav>li>a {
  color: white;
}

ul.nav {
	font-size: 13px;
}

input.supersearchbutton {
    width: 150px;  
}

