#calendarEvents {
    width: 100%;
}
#calendarEvents th {
    font-weight: bold;
}
#calendarEvents th.title {
    text-align: left;
}
#calendarEvents th.date, td.date {
    text-align: right;
}
/*
#calendarEvents tr {
    border-bottom-style: dashed;
    border-bottom-width: 1px;
}

#calendarEvents tr:hover {
    background-color: #fff8b9;
}
*/
.evcontent td{
   
    margin-bottom: 5rem;
 
}
.evrowm{border-bottom:solid 1px; border-color:#999;}
.evnamem{
    font-size:0.8rem;
    padding-bottom: 0.5rem;
   /* font-family: "Montserrat",sans-serif;*/
    line-height: 1.2;
    color: inherit;
}

.evdate{
    font-size:1.4rem;
    padding-bottom: 1rem;
 display:inline-block;white-space: nowrap; line-height: 1.2;
}



.curmnt{
    font-size:2rem;
    margin-bottom: 1rem;
    font-family: "Montserrat",sans-serif;
    line-height: 1.2;
    color: inherit;
}
/*
.evimg {object-fit: cover; 
  object-position: center;
 width: 150px;
    height: 150px; }
   */ 
.evimg img{object-fit: cover; 
  object-position: center;
 width: 150px;
    height: 150px; }
 /*      
  */
.evimage{
object-fit: cover; 
  object-position: center;
width: 150px;
    height: 150px;
}