#label_title {
    color: #0000c0;
}

#select_start_stop {
    min-width: 150px;
}

#select_pump {
    min-width: 150px;
}

#select_chem {
    min-width: 150px;
}

#select_aux {
    min-width: 150px;
}

#label_start_stop {
    color: black;
}

#label_chem {
    color: black;
}

#label_aux {
    color: black;
}

#input_numerical_value {
    width: 142px;
}

#select_numerical_type {
    color: black;
    width: 80px;
}

#select_system {
    min-width: 150px;
}

/* a class for required fields */
.required_field {
    color: red;
    font-style: italic;
}

.reinke_button {
    width: 80px;
}

#label_select_warning {
    color: #c000c0;
}

#label_system_meta {
    color: green;
}

#label_data_age {
    color: red;
}

#label_system_status {
    color: #008000;
}

#label_logs {
    visibility: hidden;
}

#select_logs {
    width: 312px;
}


#input_username {
    width: 100px;
}

#input_password {
    width: 100px;
}