/* Targeting Opera */
@media all and (min-width: 0px){
    .classname {}
}

/* Targeting Safari */
html:lang(en)>body .classname {}

/**************************************************/
/*                   Font face                    */
/* Requires font files in the following formats:  */
/*     -> .woff                                   */
/*     -> .ttf                                    */
/*     -> .otf                                    */
/*     -> .svg                                    */
/*     -> .eot                                    */
/*                                                */
/* To convert font files:                         */
/* http://www.fontsquirrel.com/fontface/generator */    
/*                                                */
/**************************************************/

@font-face {
	font-family: 'TidyCurveTVRegular';
	src: url('tidy_curve.eot');
	src: local('Tidy Curve TV Regular'), local('TidyCurveTV'), url('tidy_curve.ttf') format('truetype');
}