html {
    font-size: 14px;
    background: none;
}

.molk-navbar {
    background: #eee;
    box-shadow: 0px 2px 4px -2px;
}

.molk-button {
    white-space: normal;
    height: auto;
}

.field-bad-data {
    border: 4px solid red;
}

.field-hidden {
    display: none;
}

#ADMIN_MODE {
    top: 0px;
    position: fixed;
    background: red;
    width: 100%;
    color: black;
    text-align: center;
}

.logo-main {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    max-width: 168px;
}
