.calcheader {
    text-align: center;
    background-color: #cc0000;
}

.calcheader-text {
    color: #ffffff;
}


select {
    margin-bottom: 5px;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.btn-green {
    color: #ffffff;
    background-color: #00B388;
    border-color: #00866C;
}
