﻿.sharebuttons {
    display:block;
	margin:20px 0px 30px;
}

.sharebuttons h4 {
	padding-top:8px;
	font-size:0.84em;
	text-transform:uppercase;
	font-weight:700;
}
.sharebuttons span {
	padding-right:8px;
}
.btn-twitter {
    background: #00acee;
    border-radius: 3px;
    color: #fff;
    border:none;
}
.btn-twitter:link, .btn-twitter:visited {
    color: #fff
}
.btn-twitter:active, .btn-twitter:hover {
    background: #0087bd;
    color: #fff
}
.btn-facebook {
    background: #3b5998;
    border-radius: 3px;
    color: #fff;
    border:none;    
}
.btn-facebook:link, .btn-facebook:visited {
    color: #fff
}
.btn-facebook:active, .btn-facebook:hover {
    background: #30477a;
    color: #fff
}
.btn-googleplus {
    background: #e93f2e;
    border-radius: 3px;
    color: #fff;
    border:none;    }
.btn-googleplus:link, .btn-googleplus:visited {
    color: #fff
}
.btn-googleplus:active, .btn-googleplus:hover {
    background: #ba3225;
    color: #fff
}
