﻿.socialButton {
	width:110px;
	background-color:#3a69e8;
	border:1px solid #2a58d4;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	padding:10px 23px;
	text-decoration:none;
}
.socialButton:hover {
	background-color:#375ee8;
}
.socialButton:active {
	position:relative;
	top:1px;
}
.at-share-btn-elements {
    padding-top:10px;
}

.socialMenu {
    background-color:#e5e5e5;
    display: none;
    padding:10px;
    padding-bottom:0;
    width: 90px;
    display: none;
}
.at-icon-wrapper {
    border-radius: 100px;
}
