body {
    color: #FFFFFF !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.btn-primary {
    background-color: #3c8dbc !important;
    border-color: #367fa9 !important;
}
.btn-primary:hover {
    color: #fff !important;
    background-color: #367fa9 !important;
    border-color: #204d74 !important;
}
a {
    color: #3c8dbc !important;
}
a:hover, a:active, a:focus {
    outline: none !important;
    text-decoration: none !important;
    color: #72afd2 !important;
}