/**
 * @file osu_events.css
 *  Provide style for the OSU Events plugin for the Feeds Display module
 */

#feeds-display .calendar-item {
  border-bottom: 1px dotted #000000;
  clear: both;
  margin-bottom: 1.4em;
  overflow: hidden;
  padding-bottom: 0.5em;
}

#feeds-display .calendar-item .date {
  float: left;
  margin-right: 0.385em;
}

#feeds-display .calendar-item .date span {
  display: block;
  font-weight: bold;
  margin-top: -0.2em;
}

#feeds-display .calendar-item .day {
  color: #949494;
  font-size: 2.77em;
}

#feeds-display .calendar-item span.month {
  color: #C34500;
  font-size: 1.5em;
  margin-top: -0.5em;
}

#feeds-display .calendar-item .year {
  color: #393939;
  font-size: 1.2em;
  margin-top: -0.12em;
}

#feeds-display .calendar-item .description {
  margin-left: 40px;
}

#feeds-display .calendar-item .description p {
  font-style: normal !important;
}

