#postmatic-social-comment-wrapper {
	float: right;
	margin-top: -5px;
	font-size: 15px;
}

#epoch-wrap #postmatic-social-comment-wrapper {
	margin: 7px 0;
	float: none;
	font-size: inherit;
}

#epoch-wrap .postmatic-social-comment-buttons {
    float: right;
}

#epoch-wrap .postmatic-social-comment-logout a {
	display: block;
	border-radius: 5px;
	padding: 5px 10px;
	border: 1px solid #ddd;
	text-align: center;
	margin-top: -5px;
	float: right;
}



.postmatic-sc-button {
	display: inline-block;
	margin: 0 0 5px 2px;	
	padding: 7px;
	border-radius: 20px;
	text-decoration: none !important;
    line-height: normal;
    cursor: pointer;
    outline: none;
    overflow: hidden;
	vertical-align: middle;
	min-width:30px;
	background:#fff;
}


.postmatic-sc-button:hover {
	text-decoration: none !important;
}

.postmatic-sc-button .fa {
	display:block;
	text-align:center;
}

.postmatic-sc-wordpress-button {
	color: #21759b !important;
}

.postmatic-sc-twitter-button {
	color: #00C4F4 !important;
}

.postmatic-sc-googleplus-button {
	color: #DC4E41 !important;
}
.postmatic-sc-facebook-button {
    color: #3b5998 !important;
}

.postmatic-sc-wordpress-button:hover {
	background-color: #21759b !important;
	color: #fff !important;
}

.postmatic-sc-twitter-button:hover {
	background-color: #00C4F4 !important;
	color: #fff !important;
}

.postmatic-sc-googleplus-button:hover {
	background-color: #dd4b39 !important;
	color: #fff !important;
}
.postmatic-sc-facebook-button:hover {
    background-color: #3b5998 !important;
	color: #fff !important;
}

.postmatic-social-comment-logout {
	margin-bottom: 0;
	font-size: 85%;
	opacity: .75;
	margin-top: -15px;
}

.postmatic-social-comment-logout a {
	display: block;
	border-radius: 5px;
	padding: 5px 10px;
	border: 1px solid #ddd;
	text-align: center;
	margin: 5px auto;
}

.postmatic-social-comment-logout a:hover {
	color: #fff !important;
	background: #c0392b !important;
	text-decoration: none !important;
}

#epoch-wrap .postmatic-social-comment-logout a {
	position: relative;
	top: 2px;
	text-decoration: none !important;
}

.comment-form .pms-optin label {
	display: inline-block;
}

.comment-form-pms-extra, .pms-optin-form {
    display: none;   
    margin: 10px 0;
} 
