.btn-twitter {
    background: #00acee;
    border-radius: 16px !important;
    color: #fff !important;
    font-size: 12px !important;
}

.btn-twitter:link, .btn-twitter:visited {
    color: #fff
}

.btn-twitter:active, .btn-twitter:hover {
    background: #0087bd;
    color: #fff
}

.btn-facebook {
    background: #3b5998;
    border-radius: 16px !important;
    color: #fff !important;
    font-size: 12px !important;
}

.btn-facebook:link, .btn-facebook:visited {
    color: #fff
}

.btn-facebook:active, .btn-facebook:hover {
    background: #30477a;
    color: #fff
}

.btn-googleplus {
    background: #e93f2e;
    border-radius: 16px !important;
    color: #fff !important;
    font-size: 12px !important;
}

.btn-googleplus:link, .btn-googleplus:visited {
    color: #fff
}

.btn-googleplus:active, .btn-googleplus:hover {
    background: #ba3225;
    color: #fff
}