.page-header{
	font-size: 18px !important;
	font-weight: bold;
	padding-bottom: 9px !important;
	margin: 0px 0 20px !important;
	border-bottom: 1px solid #eee !important;
}

.btn-social {
	display: inline-block;
	margin: 5px;
	padding: 16px 20px 0 20px;
	background: #4aaf51;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

.btn-social:hover, .btn-social:focus, .btn-social:active { 
	outline: 0;
	opacity: 0.8;
	color: #fff !important;
}

.btn-social.btn-social-facebook { background: #4862a3; }
.btn-social.btn-social-twitter { background: #55acee; }
.btn-social.btn-social-google-plus { background: #dd4b39; }

.btn-social i {
	padding-right: 5px;
	vertical-align: middle;
	font-size: 20px;
	line-height: 20px;
}