/* $Id */

.title {
font-size: x-large;
}

.leadin {
font-size: large;
margin-top: 0.1ex;
margin-bottom: 1ex;
}

.date {
padding: 0.2ex 0.3ex;
margin: 0 2ex;
margin-left: auto;
display: table;
border: solid thin lightgrey;
font-size: small;
}

.schedule_odd {
background: #DEF;
}

.schedule_even {
background: #DFE;
}

.schedule_next {
background: #FED;
}

.schedule_tablebody {
background: white;
border-left: solid thin black;
border-right: solid thin black;
padding: 1ex 2ex;
}

.schedule_forground {
text-align: center;
background: white;
padding-top: 1ex;
padding-bottom: 1ex;
border: solid thin black;
}

.schedule_background {
text-align: center;
background: #EEE;
padding-top: 1ex;
padding-bottom: 1ex;
border: solid thin black;
}

.schedule_thisyear {
text-align: center;
background: #FED;
padding-top: 1ex;
padding-bottom: 1ex;
border: solid thin black;
}

label {
display: block;
margin: 0.5em 0;
}

/* End */