@charset "utf-8";

html {
    height: 100%;
}

body {
    background: #e4eef1;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#content {
    color: #55555a;
}

#modal-loading .modal-content {
    background: none;
    border: none;
    margin-top: -80px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .content-desktop {display: none;}
}