html, body {
    height: 100%;
    margin: 0;
}

body {

}

#wrap {
    min-height: 100%;
    margin: 0 auto -60px;
    padding-bottom: 20px;
}

#push {
    height: 60px;
}

.request_form .form-group {
    display: inline-block;
    margin-right: 20px;
}

.help-block { display: none; }

.request_form span.required { display: none; }

.bg_red {
    background-color: #FF0000;
}

.bg_green {
    background-color: #00FF00;
}

.bg_yellow {
    background-color: #f2f06e;
}

.bg_grey {
    background-color: #b8b8b8;
}

.highcharts-container {
    margin: auto;
}

div#footer {
    font-size: 13px;
    background-color: #f5f5f5;
    height: 60px;
    line-height: 20px;
}

div#footer p {
    margin: 0px 0;
    line-height: 60px;
    text-align: right;
    color: #999999;
}

div#footer img {
    max-height: 30px;
    margin-left: 10px;
}