@charset "utf-8";

.mjs-body {
    color: black;
    margin: 0;
    border: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
    height: 100vh;
    width: 100vw;
    direction: ltr
}

    .mjs-body noscript >
    div {
        width: 442px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -40px 0 0 -246px;
        background-color: white;
        border: 1px solid red;
        padding: 20px
    }

        .mjs-body noscript > div > p {
            font-family: sans-serif;
            color: red;
            margin: 0
        }

.mjs-top,
.mjs-top table td,
.mjs-top select,
.mjs-top button {
    font-family: Arial Unicode MS,Arial,sans-serif;
    font-size: small
}

    .mjs-top a, .mjs-top a:visited {
        color: #06c;
        text-decoration: none
    }

        .mjs-top a:hover {
            color: #06c;
            text-decoration: underline
        }

    .mjs-top select {
        background: none
    }

.mjs-toolbar div.horizontal, .mjs-touchToolbar div.horizontal {
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: inline-flex
}
