#qs-popup {
	background : #00aced;
	font-size : 24px;
	height : 40px;
	width : 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius : 4px;
	padding : 9px;
	padding-top : 10px;
	box-sizing: border-box; 
	-moz-box-sizing: border-box; /* Firefox */ 
	-webkit-box-sizing: border-box; /* Safari */ 
	position : absolute;
	z-index : 100;
	cursor: pointer;
}

#qs-sharelink {
	position : absolute;
	z-index: 99;
	color: white !important;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#qs-sharelink:hover {
	text-decoration: none;
}

#qs-popup-arrow {
	background : #00aced;
	width : 20px;
	height : 20px;
	margin : 0 auto;
	margin-top : 12px;
	transform : rotate(45deg);
}