@charset "UTF-8";
/* CSS Document */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
	#chrome {
		visibility:visible !important;
		width:23% !important;
	}
	#safari {
		visibility:visible !important;
		width:23% !important;
	}
	#firefox {
		visibility:visible !important;
		width:23% !important;
	}
	.fb-share-button {
		display:none !important;
	}
	.fb-like {
		display:none !important;
	}
	#updatepreview {
		padding-left:0px!important;
	}
	#updatetext {
		width:450px;
		font-size:14px;
	}
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1) {
	#chrome {
		visibility:visible !important;
		width:23% !important;
	}
	#safari {
		visibility:visible !important;
		width:23% !important;
	}
	#firefox {
		visibility:visible !important;
		width:23% !important;
	}
	.fb-share-button {
		display:none !important;
	}
	.fb-like {
		display:none !important;
	}
	#updatepreview {
		padding-left:0px!important;
	}
	#updatetext {
		width:450px;
		font-size:14px;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
#chrome {
		visibility:visible !important;
		width:23% !important;
	}
	#safari {
		visibility:visible !important;
		width:23% !important;
	}
	#firefox {
		visibility:visible !important;
		width:23% !important;
	}
	.fb-share-button {
		display:none !important;
	}
	.fb-like {
		display:none !important;
	}
	#updatepreview {
		padding-left:0px!important;
	}
	#updatetext {
		width:450px;
		font-size:14px;
	}
}


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	#chrome {
		visibility:visible !important;
		width:23% !important;
	}
	#safari {
		visibility:visible !important;
		width:23% !important;
	}
	#firefox {
		visibility:visible !important;
		width:23% !important;
	}
	.fb-share-button {
		display:none !important;	
	}
	.fb-like {
		display:none !important;
	}
	#updatepreview {
		padding-left:0px!important;
	}
	#updatetext {
		width:450px;
		font-size:14px;
	}
}