#header {
    background-color: #009EE3;
}

.module h2, .module caption, .inline-group h2 {
    background-color: #009EE3;
}

div.breadcrumbs {
    background-color: #50c0f0;
}

.vTextField, .vUUIDField {
    width: 10em;
}

#branding h1, #branding h1 a:link, #branding h1 a:visited {
    color: #F5EA05;
}

/************************************************/
/* AGGIUSTAMENTI DEI CAMPI DELL'ADMIN DI DJANGO */
/************************************************/
.field-packing_function select {
    max-width: 8em;
}

.field-bit_index select {
    max-width: 4em;
}

.field-scale_factor input {
    max-width: 5em;
    min-width: 5em;
}

.field-unit_of_measure input {
    max-width: 50px;
    min-width: 50px;
}
/************************************************/
