//
// Browsehappy
//
// Detection for ECMAScript


body .no-js {
    display: none;
}

html.no-js .no-js {
    display: block;
}

