#events {
float:left;
background-color: white;
color: black;
border-style: solid;
border-width: 2px;
border-color: black;
padding: 5px;
width: 200px;
margin-bottom: 2em;
}

#events h2 {
text-align: center;
border-bottom-style: solid;
border-bottom-width: 1px;
padding-left: 0px;
}
.day {
padding-bottom:.5em;
text-align: center;
}
.day strong {
}

#content {
margin-left: 250px;
}

#church {
float: right;
margin-left: 2em;
border: 0px;
}

.event {
text-align: left;
padding-bottom: .5em;
}

.fullTime {
display: none;
visibility: hidden;
}

.shortTime {
display: block;
float: left;
font-weight: normal;
}

.shortTime:after {
content:' - ';
}

.exception {
font-weight: bold;
color: #660000;
}
