@charset "UTF-8";

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
}

/* HACKY!!!!! BAD!!! this should be removed with refactor of handsontable @cara */
.ht_clone_top, .ht_clone_inline_start, .ht_clone_top_inline_start_corner {
    z-index: inherit !important;
}