
select.editable, input.editable {
    width: 300px;
}

.a {
    background-color : lightgreen;
}

.b {
    background-color : yellow;
}

.c {
    background-color : pink;
}

.d {
    background-color : lightblue;
}

.e {
    background-color : white;
}

.f {
    background-color : white;
}

option.activateEdit {
    font-style : italic;
    color : #800;
}
