body {
    font-family: Lato!important;
    background-color: #fefefe;
}

.container {
    max-width: 970px!important;
}

.dataTables_wrapper.form-inline.dt-bootstrap {
    display: block!important;
}

#toast {
    z-index: 10000;
}

a, a:hover {
    text-decoration: none;
}

.traffic {
    /* width: 150px; */
    height: 55px;
    position: fixed;
    z-index: 2;
    bottom: 55px;
    margin: auto;
    overflow: hidden;
}

.traffic ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.traffic ul li {
    font-size: .7em;
    background-color: #eeeeee;
    padding: 4px;
    margin-bottom: 2px;
}