#mashfs-main {
	background: #00abed;
	border-radius: 2px;
	border: 0px solid #00abed;
	position:fixed;
	top:100px;
        display: none;
        z-index:999999;
        padding:0px;
}

.mashfs-buttons{
    display:block;
    width:40px;
}

.mashicon-whatsapp {
    display:none;
}

#mashfs-main.mashfs-right {
	right: 0;
	transition: right .2s ease-in-out;
}

#mashfs-main.mashfs-left {
	left: 0;
	transition: left .2s ease-in-out;
}

#mashfs-main.mashfs-right.mashfs-hidden {
	right: -62px;
}

#mashfs-main.mashfs-left.mashfs-hidden {
	left: -62px;
}

#mashfs-main > span > a.mashfs-popup-share > .icon {
    	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
}

#mashfs-main > span > a.mashfs-popup-share > .icon::before {
	font-size: 20px;
	float: none;
	margin: 0;
	width: auto;
}

#mashfs-hidebtn {
	background: #00abed;
	border-radius: 2px;
	color: #fff;
	display: block;
	font-weight: bolder;
	padding: 0px;
	position: relative;
	text-decoration: none;
}

#mashfs-hidebtn:focus {
	outline: none;
}

.mashfs-right #mashfs-hidebtn {
	right: 0;
	text-align: left;
	transition: right .2s ease-in-out;
}

.mashfs-left #mashfs-hidebtn {
	left: 0;
	text-align: right;
	transition: left .2s ease-in-out;
}

.mashfs-right.mashfs-hidden #mashfs-hidebtn {
	right: 37px;
}

.mashfs-left.mashfs-hidden #mashfs-hidebtn {
	left: 37px;
}

#mashfs-total-shares {
        line-height: 1; //important reset the line height
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding: 3px 0;
}

#mashfs-count {
	font-weight: bolder;
	font-size: 20px;
}

#mashfs-main > span > [class^="mashicon-"] { 
    border-radius: 0px;
    width: 100%;
}