html, body {
    height:100%;
    margin: 0;
    padding: 0;
}

.box {
    width: 100%;
    height: auto;
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
    word-break: break-all;
    position: relative;
    -webkit-overflow-scrolling:touch;
}

.notbox {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    word-break: break-all;
    position: relative;
    -webkit-overflow-scrolling: touch;
    border: 0px solid black;
}

img {
    width: 100%;
    height: 100%;
}

.input::placeholder {
    opacity: 0.3;
}
.m2tooltip {
    width: 800px !important;
    max-width: 800px !important;
}

#toast-container>div { opacity: 1; }
.toast-success { background-color: #39c449 !important; }
.toast-error { background-color: #f62d51 !important; }
.toast-info { background-color: #009efb !important; }
.toast-warning { background-color: #ffbc34 !important; }

.tui-editor-contents * {
    color: #999 !important;
}
.tui-editor-contents pre {
    background-color: #222 !important;
    margin-top: 1em;
}
.tui-editor-contents code {
    background-color: #222 !important;
}