.text-mini {
    font-weight: 400 !important;
    font-size: 0.7rem !important;
}
[type="text"],
[type="password"],
textarea,
.editable-field {
    border-color: rgb(174 174 174) !important;
}

body.test section.container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

body.test section.container header.header {
    width: 100%;
    order: 2;
}
body.test section.container main {
    order: 1;
}

body.test section.container header div.dropdown--modal {
    bottom: 2.5em;
}

body.test .content--block.shadowed {
    padding-top: 0;
}

body.test .content--block.shadowed .shadowed:last-child {
    padding-bottom: 0;
}

@media (min-width: 1024px) {
    body.test section.container header.header {
        order: 2;
        display: flex;
        max-width: 740px;
        width: 100%;
    }
    body.test section.container main.content {
        order: 1;
        display: flex;
        flex-direction: column;
        max-width: 740px;
    }
    body.test aside.content--navigation {
        display: none;
    }
}
