﻿body {
    background-color: #FFF;
    background-size: cover;
    background-image: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}

.top-navbar {
    float: left;
    width: 100%;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ddd;
}

#side-nav ul#nav li a, h3, .stats-heading, .stats-body-alt, body, div {
    color: #777;
}

.logo {
    width: 200px;
    height: 100%;
}
.navigation-top {
    border-bottom: none !important;
    border-top: none !important;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}