body {
    margin-bottom: 64px;     /* stop the footer from covering content*/
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.btn-primary {
    color: #FFF;
    background-color: #08385F;
    border-color: #106EBC;
}

a {
    color: #005FCC;
    text-decoration: underline;
    background-color: transparent;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}