#tab_ss {
	position: fixed;
	z-index: 1500;
	top: 105px;
	right: 0;
}
#tab_ss_css a {
	text-decoration: none !important;
}
#tab_ss_css a:hover {
	text-decoration: none !important;
}
@media (min-width: 700px) {
#tab_ss_css {
	position: fixed;
	z-index: 1500;
	top: 165px; 
	right: 0;
	background-color: #448ccb;
	overflow: hidden;
	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#tab_ss_css h3 {
	padding: 10px 10px 12px 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
}
#tab_ss_css {
	right: -60px !important;
}
}
@media (max-width: 699px) {
#tab_ss_css {
	position: fixed;
	left: 5%;
	z-index: 1500;
	width: 90%;
	bottom: 0;
	background-color: #448ccb;
	overflow: hidden;
}
#tab_ss_css h3 {
	padding: 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	text-align: center;
}
}
