﻿body { 
    padding-bottom: 40px; 
    background-color: #e2eccb;
}
@media screen and (max-width: 768px) {
    body { padding-top: 0px; }
}

.navbar .brand {
    max-height: 40px;
    overflow: visible;
    padding-top: 2px;
    padding-bottom: 0;
}

.terms {
    display: none;
}

.msgbox {
    width: 77%;
    z-index: 1000;
    position: absolute;
    top: 0px;
}

.overviewpanel .panel-heading {
    cursor: pointer;
}

#accordionconsumption p {
    font-size: 11px;
}

.consumptiontable {
    width: 100%;
}

.btn-consumption-hidden {
    display: none;
}