.ColorAboveHeader {
    background-color:#CA4842;
    height:5px;
}
.navbar-default {
        background-color: #404040;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ff0000;
}

#navbar-default li a:hover, #menu-primary li.sfHover a {
    background: #e9edf1;
    color: #ca4842;
    text-decoration: none;
}

table.dataTable th,
table.dataTable td {
  /*white-space: nowrap;*/
}