.color-picker {
    width: 100px;
}

.form-table textarea {
    width: 100%;
    max-width: 400px;
}

.form-table input[type="number"] {
    width: 80px;
    padding: 4px 8px;
}

.form-table select[multiple] {
    width: 100%;
    max-width: 400px;
    height: 120px;
}