#calendar_playlist_form .form_row:not(.first) {
display:none;
}

#calendar_playlist_form .form_row:last-of-type {
display:block;
}


