/*
 * Navy blue: #060036
 */

.centre, .center {
    text-align: center;
}

body {
    margin: 0px;
    padding-left: 8em;
    padding-right: 8em;
    padding-top: 80px;
}

nav#top-nav {
    background: #060036 !important;
}

#top-nav ul.nav > li.active > a {
    text-decoration: underline;
    background: transparent !important;
}

.tile {
    width: 100%;
    padding: 2ex 2em;
}

.numeric {
    text-align: right;
}

span.danger {
    color: #B92C28;
}

td.danger {
    background-image: linear-gradient(to bottom, #D9534F 0px, #C12E2A 100%);
    background-repeat: repeat-x;
    border-color: #B92C28;
}
td.warning {
    background-image: linear-gradient(to bottom, #F0AD4E 0px, #EB9316 100%);
    background-repeat: repeat-x;
}
td.info {
    background-image: linear-gradient(to bottom, #4EADF0 0px, #107BBF 100%);
    background-repeat: repeat-x;
}
td.success {
    background-image: linear-gradient(to bottom, #5CB85C 0px, #419641 100%);
    background-repeat: repeat-x;
    border-color: #3E8F3E;
}
td.success, td.warning {
    color: #fff;
}
td.success a, td.warning a, td.info a {
    color: inherit;
}
tr.total > td {
    font-weight: bold;
}

div.chart {
    margin: 4ex 0ex;
}

