
:root {
  --color1: #009dff;
}

form{
    margin:0px; padding:0px; display:inline;
}

#top {
    width: 100%;
    border-bottom: 1px solid var(--color1);
    overflow: auto;
}

#logo {
    font-size: 2em;
    float: left;
}

#user_status {
    font-size: 1.5em;
    float: right;
}

#bottom {
    border-top: 1px solid var(--color1);
    font-size: .6em;
    text-align: right;
    margin-top: 30px;
}

#classinfo table {
    width: 80%;
}

#classinfo td {
    border: 1px solid;
    text-align: center;
    height: 2em;
}

#classinfo th {
    text-align: center;
}

.alert {
    color: red;
    font-weight: bold;
}

.note {
    color: orange;
    font-weight: bold;
}

#kidsToSignOut td {
    border: 1px solid;
    text-align: center;
    height: 2em;
}

.readyForAction {
    background-color: lightgreen;
}

.status_cell a {
    font-size: .8em;
    color: red;
}

.parent_kid {
    border-bottom: 1px solid;
}

.parent_said {
    color: green;
    font-weight: bold;
}

.info_table {
    font-size: .6em;
}
