@media screen {
    html {
        line-height: 1.15;
        -webkit-text-size-adjust: 100%
    }

    *, *::before, *::after {
        box-sizing: border-box
    }

    body {
        margin: 0;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #333;
        background-color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    h1, h2, h3, h4, h5, h6 {
        margin-top: .5rem;
        margin-bottom: 1rem;
        font-family: inherit;
        font-weight: 500;
        line-height: 1.2;
        color: inherit
    }

    h1 {
        font-size: 2.5rem
    }

    h2 {
        font-size: 2rem
    }

    h3 {
        font-size: 1.75rem
    }

    h4 {
        font-size: 1.5rem
    }

    h5 {
        font-size: 1.25rem
    }

    h6 {
        font-size: 1rem
    }

    p {
        margin-top: 0;
        margin-bottom: .9rem
    }

    a {
        background-color: #fff0;
        text-decoration: none;
        color: #C36
    }

        a:hover, a:active {
            color: #336
        }

        a:not([href]):not([tabindex]) {
            color: inherit;
            text-decoration: none
        }

            a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
                color: inherit;
                text-decoration: none
            }

            a:not([href]):not([tabindex]):focus {
                outline: 0
            }

    img {
        border-style: none;
        height: auto;
        max-width: 100%
    }

    @media print {
        *, *:before, *:after {
            background: transparent !important;
            color: #000 !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            text-shadow: none !important
        }

        a, a:visited {
            text-decoration: underline
        }

            a[href]:after {
                content: " (" attr(href) ")"
            }

            a[href^="#"]:after, a[href^="javascript:"]:after {
                content: ""
            }

        tr, img {
            page-break-inside: avoid
        }

        p, h2, h3 {
            orphans: 3;
            widows: 3
        }

        h2, h3 {
            page-break-after: avoid
        }
    }

    button, [type="button"], [type="reset"], [type="submit"] {
        width: auto;
        -webkit-appearance: button
    }

        button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
            border-style: none;
            padding: 0
        }

        button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
            outline: 1px dotted ButtonText
        }

    button, [type="submit"], [type="button"] {
        display: inline-block;
        font-weight: 400;
        color: #C36;
        text-align: center;
        white-space: nowrap;
        user-select: none;
        background-color: #fff0;
        border: 1px solid #C36;
        padding: .5rem 1rem;
        font-size: 1rem;
        border-radius: 3px;
        transition: all .3s
    }

        button:focus, [type="submit"]:focus, [type="button"]:focus {
            outline: 5px auto -webkit-focus-ring-color
        }

        button:hover, button:focus, [type="submit"]:hover, [type="submit"]:focus, [type="button"]:hover, [type="button"]:focus {
            color: #fff;
            background-color: #C36;
            text-decoration: none
        }

        button:not(:disabled), [type="submit"]:not(:disabled), [type="button"]:not(:disabled) {
            cursor: pointer
        }

    [type="checkbox"], [type="radio"] {
        box-sizing: border-box;
        padding: 0
    }

    [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
        height: auto
    }

    [type="search"] {
        -webkit-appearance: textfield;
        outline-offset: -2px
    }

        [type="search"]::-webkit-search-decoration {
            -webkit-appearance: none
        }

    ::-webkit-file-upload-button {
        -webkit-appearance: button;
        font: inherit
    }

    @media (max-width:767px) {
        table table {
            font-size: .8em
        }
    }
}
