/*
body {
  padding-top: 50px;
}
*/
body {
  color: #666;
  background-color: #fff;
}
a {
	color: #8ba4d2;
	text-decoration: none
}
a:hover, a:focus {
	color: #666;
	text-decoration: underline
}
.starter-template {
  padding: 10px 0px;
  text-align: center;
}
.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ccc;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent;
    border-bottom: 2px solid #8ba4d2;
}


.btn-min-width {
  min-width: 200px;
  text-align: left !important;
}

.btn-min-width .glyphicon {
  float: right !important;
}
