#dynamic-calendar-colors-container {
    margin-bottom: 15px;
}

.color-item {
    margin-bottom: 10px;
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
}

.color-item input,
.color-item textarea {
    width: 100%;
    margin-bottom: 5px;
}

.color-item textarea {
    height: 100px;
}

.add-color {
    margin-top: 10px;
}

.color-input {
    width: 100px !important;
    height: 30px;
    padding: 0 5px;
}
