body {
    background: #f6f8fb;
    font-size: 14px;
}

.navbar-brand {
    font-weight: 600;
    letter-spacing: .3px;
}

.table {
    background: #fff;
}

.stat {
    background: #fff;
    padding: 12px;
    border-radius: 6px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
}

.stat h2 {
    margin: 6px 0 0;
    font-weight: 600;
}

.dataTables_processing {
    background: rgba(255,255,255,.9);
}

a {
    text-decoration: none;
}

.badge {
    font-size: 12px;
}
