body {
    background: #fff;
}
/*.panel {
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    font-size: 14px;
}
h4 {
    font-size: 16px;
}
h2 {
    font-size: 20px;
    color: #fff;
    margin: 30px 0;
}
.col-md-3 {
    width: 20%;
    float: left;
    height: 100px;
}
.col-md-6 {
    float: left;
    width: 60%;
}
.footer {
    clear: both;
    text-align: center;
    padding-top: 50px;
    color: #fff;
}
.footer a {
    color: #fff;
}
*/