﻿* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    outline: none;
}

/*span, th,td, div {
    font-size: calc(14px * var(--scale)) !important;
}*/







article, header, footer, section, aside, details, nav, summary,
figcaption, figure, hgroup, menu, section {
    display: block;
}

meter, mark, time {
    display: inline-block;
}

button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
    margin: 0;
}

input,
button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}


ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

blockquote,
em {
    font-style: italic;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    outline: 0;
}

input[type="submit"],
input[type="button"],
input[type="radio"],
input[type="checkbox"],
input[type="reset"],
button {
    cursor: pointer;
}

.clr {
    clear: both;
}


img {
    vertical-align: middle;
}
