.eb-notice-message {
    font-size: 100%;
    font-weight: normal;
}
.ebm-upcoming-events .ebm-event-link {
    font-size: 100% !important;
    font-weight: bold;
}

h1.eb-page-heading {
    margin: 0;
    line-height: 1.2;
    width: auto;
    padding-right: 30px;
    box-shadow: inset 0 -1px 0 #ddd;
    display: table;
    word-wrap: break-word;
    font-size: 225%;
    font-weight: 300;
    font-family: Open Sans, sans-serif; 
  margin-bottom: 30px;
}

h1.eb-page-heading:after {
  background: #f47363; 
  clear: both;
    display: block;
    float: left;
    content: "";
    position: relative;
    height: 2px;
    width: 70%;
    margin: 10px 30% 0 0;
    border-radius: 2px;
    padding: 0;
}