#fsml_ff { 
	background-color: #fff;
	min-width: 28px;
	width: 60px;
	max-width: 100px;
	position: fixed; /* the clean floating, without any js animations or delay */
	margin: 0 1%;
	padding: 0;
	z-index: 99999; /* if we need to go higher, than whatever's positioned there is probably more important */
}
#fsml_fftop {
	height: 5px; 
	width: 100%; 
	padding: 0;
}
.fsml_xlr {
	float: right;
	height: 5px;
	width: 5px;
}
.fsml_xlr:hover {
	cursor: pointer;
}
#fsml_fflower {
	padding: 0 8%;
}
.fsml_fflogo { 
	width: 100%; 
	border-radius: 8px; 
	border: none;
	opacity:0.6; 
	filter:alpha(opacity=60);
	margin-bottom: 5px;
}
#fsml_fflower a:last-child img.fsml_fflogo {
	margin: 0;
}
.fsml_fflogo:hover {
	opacity:1; 
	filter:alpha(opacity=100);
}
.fsml_showhide:hover {
	cursor: pointer;
}
#fsml_ffhidden {
	display: none; 
	
	padding: 0;
	border-top-left-radius: 6px; 
	border-bottom-left-radius: 6px;
	box-shadow: 0 0 5px #000;
	background-color: #fff; 
	color: #000; 
	font-size: 0;
	line-height: 100%;
	
	position: fixed;
	margin: 0; 
	padding: 0;
}
#fsml_ffhidden img {
	margin: 0; 
	height: 10px;
	width: 10px;
	padding: 2px;
}
#ytsub { 
	width: 90%;
	padding: 0 5%;
	margin: 0 0 5px 0; 
	background-color: #ddd;
	border-radius: 3px; 
	box-shadow: 0 0 2px #000;
} 
#ytsub:hover {
	box-shadow: 0 0 4px #000; 
}
#fsml_twfollow {
	width: 100%;
	margin: 0 0 5px 0;
	border-radius: 3px;
	box-shadow: 0 0 2px #000;
}
#fsml_twfollow:hover {
	box-shadow: 0 0 4px #000;
}
@media print {
	#fsml_ff { display: none; }
	#fsml_ffhidden { display: none; }
}