
/* add appropriate colors to fb, twitter and google buttons */
.fb {
    background-color: #3B5998 !important;
    color: white !important;
}

.twitter {
    background-color: #55ACEE !important;
    color: white !important;
}

.google {
    background-color: #dd4b39 !important;
    color: white !important;
}