@import "variables.css";

body {
    background-color: #fafafa;
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.7rem;
    color: #333;
    margin: 33px;
}

@media only screen and (max-width: 1024px) {
    body {
        background-color: #ffffff;
        font-size: 13px;
    }
}

a {
    color: var(--light-blue);
    text-decoration: none
}

a:visited {
}

a:hover {
    text-decoration: underline;
}

th {
    padding-bottom: 5px;
}

td {
    padding: 0 5px 7px;
}

div.field,
div.actions {
    margin-bottom: 10px;
}

#notice {
    color: green;
}

.field_with_errors {
    color: red;
}

#error_explanation {
    color: red;
}

#error_explanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 0.7rem;
    margin: -7px -7px 0;
    background-color: #c00;
    color: #fff;
}

#error_explanation li {
    font-size: 0.7rem;
    list-style: square;
}
@media only screen and (max-width: 1024px) {
    #error_explanation li {
        font-size: 13px;
    }
}

label {
    display: block;
}
