:root {
  --main-bg-color: #344f8e;
}

div.top-container { display: flex; min-height: 100vh; flex-direction: column; }

body {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top:0;
}

.min-height { min-height: 70vh;}


footer {
    font-size: 90%;
    background-color: #616060;
    color: white;
    width: 100%;
    height: 50px;
}

a { text-decoration:none; }


#user-tools, #user-tools a {
    color: white;
}

.errorlist {
    color: red;
}

#logout-form {
    display: inline;
}
#logout-form button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
}
