﻿.ipsos-logo {
    /*margin-left: -1px;*/
    float: left;
    margin-left: -8px;
}

.jumbotron p {
    font-weight: 400;
}

body {
    padding-bottom: 50px;
}

.dataTable thead {
    background-color: #333;
    color: #efefef;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #333;
    color: #efefef;
    z-index: 1030; /* same as header navigation */
}

footer p {
    margin-top: 10px;
    /*padding-left: 15px;
    padding-right: 15px;*/
}