body {margin-bottom:50px; background-color: #00386B}
#main {background-color: white; padding:0 20px;}
h1, h2, h3 {color: #00386B; font-family: 'Oswald', sans-serif;}
h1 {font-size: 3em}

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td
{
  padding: 1px 3px;
}

.table-hover > tbody > tr:hover {
  background-color: #EEEEEE;
}

.alert {margin-top:20px;}

.footer a {color: #CCC; text-decoration: underline}
.footer a:hover {color: white}