/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.ev-event-wrapper{
  max-height:325px;
  overflow-y:scroll;
}
 .ev-event{
   margin:0 0 30px 0;
   text-align:left;
 }

 .ev-event .title{color: #243550;
    font-size: 18px;
    font-weight: bold;}
