/* Colors */
/*#888888*/
/* Fonts */
/* Sizes */
#wrapper .events-list-row .abstract-row-event {
  height: 155px;
  padding: 20px 0 40px 0; }
#wrapper .event-date {
  border: 2px #df0221 solid;
  border-radius: 50%;
  display: inline-block;
  height: 55px;
  line-height: 18px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  width: 55px;
  color: #df0221;
  font-family: "HelveticaIFAD", Helvetica, Arial, serif; }
#wrapper span.event-date-day {
  margin: 0px;
  line-height: 18px;
  padding-top: 8px;
  font-size: 18px;
  display: block; }
#wrapper span.event-date-month {
  margin: 0px;
  line-height: 18px;
  padding-top: 3px;
  font-size: 17px;
  display: block; }
#wrapper .event-circle {
  padding-top: 45px; }
#wrapper .event-title {
  color: black;
  font-size: 20px;
  font-family: "HelveticaIFAD", Helvetica, Arial, serif;
  margin-bottom: 0px;
  max-height: 100px;
  overflow: hidden;
  line-height: 25px;
  margin-bottom: 0px !important; }
#wrapper .event-desc {
  color: #666666;
  font-size: 18px;
  font-family: "HelveticaIFADSlim", Helvetica, Arial, serif;
  margin-bottom: 0px;
  max-height: 60px;
  overflow: hidden;
  line-height: 23px; }