/* Remove Calendar link from every Event page */

li.calendar_link.first.last, li.calendar_link{
display: none;
}


/* Styling to override the large white space around the month headers in calendar views */

.view .date-nav-wrapper .date-nav, .date-nav-wrapper .date-nav, .date-nav{
margin-bottom: 0px;
padding-bottom: 0px;
}