#share-tabs {
	margin:15px 0
}
#share-tabs .tab-nav li a{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	font-size:15px;
	padding-top:13px;
	padding-bottom:13px;
	background:#eee;
	border:1px solid #ccc;
	color:#555;
	border-bottom:none
}
#share-tabs .tab-nav li{
	margin:0 -2px -1px 0;
	width:calc((100% - 4px)/3);
	text-align:center
}
#share-tabs .tab-nav li.active a{
	background:#796c83;
	color:#fff
}
#share-tabs .tab-nav{
	border-bottom:none;
	padding:0
}
#share-tabs .tab-content{
	border:1px solid #ccc;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border-top-left-radius:0;
	border-top-right-radius:0;
	padding:10px
}
#share-tabs .speech-bubble:after {
	border:10px solid;
	left:calc(50% + 8px);
    margin-left:-16px
}
#share-tabs .bookmarkAndShare {
	border:none;
	display:flex;
    justify-content:center
}
#share-tabs .addthis_toolbox>a{
	padding:0 10px !important
}
#articleShareContainer #mailTo,#articleShareContainer #mailFrom,#articleShareContainer #name,#articleShareContainer #subject,#articleShareContainer #message{
	border-color:#ccc;
	border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-appearance:none;
	border-style:solid;
	border-width:1px;
	width:100%;
	height:30px
}
#articleShareContainer #message{
	height:60px
}
#share-showMailPage label{
	display:flex
}
#share-showMailPage img {
	width:auto;
	height:auto
}
#share-showMailPage input[type="submit"]{
	color:#fff;
    background-color:#ac2226;
	border-radius:5px;
	border:none;
	font:14px;
	font-weight:bold;
    padding:10px 30px
}
#share-showMailPage input[type="submit"]:hover, #share-showMailPage input[type="submit"]:active, #share-showMailPage input[type="submit"]:focus,
#copy-access-link a:hover, #copy-access-link a:active, #copy-access-link a:focus {
	text-decoration:underline;
	cursor:pointer;
	background-color:#900
}
#share-url{
	height:24px;
	border-radius:5px;
	border:1px solid #ccc;
	padding:5px;
	line-height:24px;
	margin:10px 0;
}
#copy-access-link a {
	margin:0px auto;
	padding:10px 20px;
	color:#fff;
	width:200px;
	height:auto
}