/********************************************************************************************************************
	GENERAL CSS
********************************************************************************************************************/

/* Font anti-aliasing */
/** { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}*/

/* Responsive embedded video */
.videodetector {position:relative; padding-bottom:56.25%; padding-top:30px; height:0; overflow:hidden;}
.videodetector iframe, videodetector object, videodetector embed { position:absolute;top:0; left:0; width:100%; height:100%;}

/* Set max content image size and margin for responsive use */
img[src*="/content/images/"] { max-width:100% !important;height:auto !important;}
img[src*="/content/images/"][style*="float: left"] { margin:0px 15px 15px 0;} 
img[src*="/content/images/"][style*="float: right"] { margin:0px 0px 15px 15px;} 
