/* Overrides */

.top-bar {
    background-color: #C41230;
    height: 4.8125rem;
    line-height: 4.8125rem;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}
.top-bar {
    color:#ffffff;
}
.alert-box.alert {
    background-color: #FFCC00;
    border-color: #dbaf00;
    color: #000; 
}
.footer-bottom {
    background-color:#787878;
    color:#fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100px; /* choose any height */
    padding-top: 20px;
    margin-top:20px;
}
.footer-pad {
    height:100px; /* match footer above */
}
.footer-bottom a {
    color:#fff;
}

.footer-bottom .notice {
    font-size: 0.8em;
    line-height: 1.1em;
}