/* Enter Your Custom CSS Here */

@media only screen and (min-width: 600px) {
	#sfsiid_facebook > img{
		    margin-top: -20px;
	}
	#sfsi_floater{
		right: 80px !important;
    top: 13px !important;
	}
	
}


@media only screen and (max-width: 600px) {
  #sfsi_floater{
	width:51px !important;
	}
}