/* Basic styling for the drip content meta box */
#cds_schedule_meta_box {
    padding: 10px;
}

#cds_schedule_meta_box label {
    display: block;
    margin-bottom: 5px;
}

#cds_schedule_meta_box input[type="date"] {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
}