html, body {
    background-color: #eeeeee;
}

footer {
    margin-top: 3rem;
    height: 5rem;
    line-height: 5rem;
    color: #666;
    text-align: center;
    font-size: 12px;
}

    footer li {
        display: inline-block;
        padding: 0 1em;
        line-height: 12px;
    }

@media (min-width: 1200px) {
    .container {
        width: 1100px;
    }
}

.modal-body {
    overflow: auto;
}

.glyphicon {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.navbar-default {
    margin-bottom: 0px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 1px solid transparent;
}

.gb-set, .gb-unset {
    padding-right: 8px;
    color: #999;
    font-size: 12px;
}

.gb-set {
    color: #398439;
}

.pronav {
    /*width: 60%;*/
}

.probody {
    /*width: 60%;*/
    padding: 3rem 6rem;
    background-color: #fff;
}

    .probody form > div:last-child {
        text-align: center;
    }


.pagination-container {
    clear: both;
    text-align: center;
}
