@import 'common.css';

body {
    background-color:#eee;
}

#main-content {
    background-color:#fff;
}

#site-banner { 
    border-top: solid 6px #f1982a;
}

#site-branding {
    background-color: #e26f1e; 
}

#site-branding a {
    color: #fff;
}

.navbar {
    background-color: #e26f1e;
}

table.table thead tr {
    background: #e26f1e;
    border: 1px solid #e26f1e;
    color: #fff;
}

table.table tbody {
    border: 1px solid #ccc;  
}

footer {
    background: #272727;
    height: 2em;
    color:#fff;
    text-align: center;
}
