#Form_ScheduledDate {
    width: 200px;
}

.ItemDiscussion.scheduled {
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, .1),
        rgba(0, 0, 0, .1) 15px,
        transparent 15px,
        transparent 30px
    );
}

.scheduled-info {
    background: #FFFBB0;
    padding: 0 5px;
}

.scheduled-info em {
    font-style: italic;
}
