/* events.css - styles for events.html */

#right_side {
  margin-top : 54px; 
}

.month_heading {
border-top    : 1px solid black;
border-bottom : 1px solid black;
background    : rgb(200, 200,200);
padding-left  : 3px;
margin-top    : 4em;
margin-bottom : 2em;
}


.e {
margin-bottom : 1.5em;
text-align : left;
}


/* event title */

.e_title {
font-weight : bold;
}

