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

form table  {
font-size:16px;
border-spacing:2px;
border-collapse:separate;
text-align:center;
}
.body {
font-size:16px;
border-spacing:2px;
border-collapse:separate;
text-align:center;
}
.body a {
text-decoration:underline;
}
form table a {
text-decoration:underline;
}


.bbo_fs_check {
 margin-top:2px;
}
.bbo_content {
 background-color:white;
 unused-background-color:#f0eed0;
}
.bbo_footer {
background-color:white;
width:100%;
text-align:center;
}

.jumbotron {
    /*background-image: url('../../images/bbo_splash.jpg');*/
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
    background-position: center center;
}

.jumbotron h1 {
    color: white;
}

.jumbotron h3 {
    color: white;
}

.jumbotron h4 {
    color: white;
}

.navbar-fixed-top {
    background-color: #5b5b5b;
    min-height: 33px;
    border-style: none;
}

.navbar-toggle {
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.navbar-nav > li > a {
    line-height: 3px;
    padding-top: 16px;
    padding-bottom: 14px;
}

div.navbar-header > img {
    height: 30px;
    margin-top: 2px;
}

.arcade {
    background-color: #f0eed0;
}

.nav > li > a {
    font-size: medium;
    font-family: "Helvetica Bold", sans-serif;
    /*font-weight: bold;*/
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a {
    color: #f0eed0;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #f8dc54;
}

.nav li {
    display: inline;
}

.thumbnail {
    border: 0 none;
    box-shadow: none;
    background-color: #f8dc54;
}

.thumbnail:hover {
    background-color: white;
    text-decoration: none;
}

a.thumbnail > img {
    display: inline;
    vertical-align: top;
}

a.thumbnail > div {
    display: inline-block;
    color: black;
}

.btn-primary {
    /* border-color: red; */
    border-width: 0px;
    margin-top: 150px;
    background-color: #BE1E2D;
    /*font-weight: bold;*/
    font-family: "Helvetica Bold", sans-serif;
    font-size: x-large;
    color: #f0eed0;
    -webkit-border-radius: 0px; 
    -moz-border-radius: 0px; 
    border-radius: 0px; 
    padding: 0px 4px;
}

.btn-primary:hover {
    color: #f0eed0;
}
