/* Agenda: Remove Local Time */
time span.start-time:not(:nth-of-type(1)) {
border: var(--start-time-border);
display: none;
}

time span.end-time:not(:nth-of-type(2)) {
border: var(--end-time-border);
display: none;
}

time span.session-info-text-light:not(:nth-of-type(3)) {
border: var(--info-text-border);
display: none;
}
 
time span.session-time:nth-of-type(4) {
display: none;
}
