body {
    margin: 0;
    height: 100vh;
    font-family: "Source Sans Pro",sans-serif;
    overflow-x: hidden; overflow-y: hidden;
}

myscript-math-web {
    height: calc(100% - 380px);
    /*64px*/
}

/* myscript-math-web > myscript-math-exports {
    min-height: 40px !important;
    height: 0px !important;
} */

select {
    width: auto;
    padding: 0 36px 0 12px;
    color: #131F26;
    background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxOCAxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik00LjQyMi4yNmMtLjIzMy0uMzM3LS42MS0uMzM3LS44NDQgMEwuMTc1IDUuMTdDLS4xNDIgNS42MjguMDQ4IDYgLjYxIDZoNi43OGMuNTU4IDAgLjc1NC0uMzcuNDM1LS44M0w0LjQyMi4yNnptLjAyIDEzLjQ3Yy0uMjM2LjM0Mi0uNjE4LjM0Ny0uODUuMDFMLjE2NyA4LjgxOEMtLjE0NiA4LjM2Ny4wNDggOCAuNjA4IDhoNi43ODNjLjU1OCAwIC43NTUuMzcuNDM3LjgzbC0zLjM4NSA0Ljl6IiBmaWxsPSIjMTMxRjI2Ii8+PC9nPjwvc3ZnPg==) right center no-repeat #fff;
    -webkit-appearance: none;
    appearance: none;
    height: 2.625rem;
    font: 600 16px "Source Sans Pro",sans-serif;
    border: 1px solid #CED5D9;
    border-radius: 3px;
    -webkit-tap-highlight-color: transparent;
}

select:focus {
    padding: 0 35px 0 11px;
    outline: 0;
    border: 2px solid #1a9fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.16);
}

.classic-btn {
    height: 36px;
    line-height: 30px;
    padding: 0 .75em 2px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    background: #1a9fff;
    box-shadow: 0 2px 8px -2px rgba(0,0,0,.2);
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transition: all 125ms;
}

.classic-btn:active {
    color: #fff;
    text-decoration: none;
    background: #0065b8;
    box-shadow: 0 2px 8px -2px rgba(0, 0, 0, .5);
}

.classic-btn:disabled {
    pointer-events: none;
    cursor: default;
    background-color: #ececec;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.input-field {
    height: 48px;
    padding: 2px 15px 2px;
    font: inherit;
    font-weight: 600;
    border-radius: 3px;
    -webkit-appearance: none;
    color: #060607;
    background: #fff none;
    border: 1px solid #d2d6d7;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.08);
    transition: border-color 125ms;
    -webkit-tap-highlight-color: transparent;
}

.input-field:focus {
    outline: 0;
    padding: 1px 14px;
    border: 2px solid #1a9fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.16);
}

/* Index page style */

.svg-icn {
    display: none;
}

.index-background {
    background: #f5f5f5;
}

@media screen and (min-width: 1024px) {
    .example-section {
        width: 1002px;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 48px;
    }

    .example-section .btn {
        margin-left: 20px;
        padding: 0 .75em 2px 1.5em;
    }

    .grid-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        grid-auto-rows: minmax(100px, auto);
    }

    .grid-column-one {
        grid-column: 1;
        grid-row: 1;
        margin-right: 24px;
    }

    .grid-column-two {
        grid-column: 2;
        grid-row: 1;
        margin-left: 24px;
    }
}

@media screen and (min-width: 768px) and (max-width:1023px) {
    .example-section {
        padding: 0 12px 48px;
    }
    .example-section .btn {
        padding: 0 .75em 2px 1.5em;
    }
    .grid-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        grid-auto-rows: minmax(100px, auto);
    }

    .grid-column-one {
        grid-column: 1;
        grid-row: 1;
        margin-right: 12px;
    }

    .grid-column-two {
        grid-column: 2;
        grid-row: 1;
        margin-left: 12px;
    }
}

@media screen and (max-width:768px) {
    .example-section {
        padding: 24px 12px 48px;
    }

    .example-section .btn {
        padding: 0 .5em 2px 1em;
    }

}

.example-section {
    background: #f5f5f5;
    font-family: "Source Sans Pro",sans-serif;
}

.example-section h1 {
    font-size: 36px;
    line-height: 48px;
    padding: 24px 0 24px;
    margin: 0;
}

.example-section h2 {
    font-size: 24px;
    line-height: 24px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 12px;
}

.example-section a {
    text-decoration: none;
    color: #1a9fff;
    transition: all 125ms;
}

.example-section li {
    margin-top: 15px;
}

.example-section .btn {
    line-height: 43px;
    background-color: rgba(0,0,0,.08);
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    color: #1a9fff;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 3px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    transition: all 125ms;
}

.example-section .notice {
    padding: 12px 24px 12px 54px;
    margin-bottom: 24px;
    font-weight: 600;
    border-radius: 3px;
}

.example-section .notice-warning {
    color: #cd1e3c;
    background: #fae6e8;
}

.example-section .notice-info {
    color: #0065b8;
    background: #d8eefe;
}

.notice .notice-txt {
    font-size: 16px;
    line-height: 24px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.icn {
    margin: 0 2px -4px -12px;
    width: 20px;
    height: 20px;
}

.notice .icn {
    float: left;
    width: 18px;
    height: 18px;
    padding: 4px;
    margin: 6px 0 0 -36px;
    color: #fff;
    border-radius: 50%;
}

.notice .icn-info {
    background: #0065b8;
}

.notice .icn-warning {
    background: #cd1e3c;
}

.center {
    margin: 20px 0 20px;
    text-align: center;
}

/* fix for edge: custom style not applied
    on dynamic added element*/
@supports (-ms-ime-align: auto) {
    .ms-editor svg {
        z-index: 15;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }

    .ms-editor svg {
        z-index: 10;
        pointer-events: none;
    }
}