/* Add here all your CSS customizations */
.hashbox {
	font-size:12px; line-height:19px; color:#333; font-style:italic;
}

@font-face {
    font-family: 'modern_hecolight';
    src: url('font/modern_h_ecolight-webfont.eot');
    src: url('font/modern_h_ecolight-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/modern_h_ecolight-webfont.woff2') format('woff2'),
         url('font/modern_h_ecolight-webfont.woff') format('woff'),
         url('font/modern_h_ecolight-webfont.ttf') format('truetype'),
         url('font/modern_h_ecolight-webfont.svg#modern_hecolight') format('svg');
    font-weight: normal;
    font-style: normal;

}