div[role="main"] hr.sectionBreak {
  padding-bottom: 0;
  margin-bottom: 0;
}
div[role="main"] div.event img {
  float: right;
  max-width: 400px;
  padding-left: 10px;
  padding-bottom: 10px;
}
div[role="main"] div.event div.date {
  font-style: italic;
}
div[role="main"] div#eventList div.event {
  cursor: pointer;
  min-height: 90px;
}
div[role="main"] a.eventBackToList {
  color: #aaa;
  display: block;
  padding-top: 1ex;
  padding-left: 1ex;
  text-align: right;
  font-style: italic;
  font-size: 80%;
}
div[role="main"] a.eventBackToList:before {
  content: "--- ";
}
div[role="main"] a.eventBackToList:after {
  content: " ---";
}
div[role="main"] div#eventList {
  /* a:hover {
            color: #105d94;
        }*/
}
div[role="main"] div#eventList a {
  color: inherit;
}
div[role="main"] div#eventList div.event {
  padding: 7px;
  border-bottom: 1px solid black;
}
div[role="main"] div#eventList div.event:hover {
  background-color: #e0e0e0;
}
div[role="main"] div#eventList div.event h3 {
  margin-top: 0;
  margin-bottom: 0;
}
div[role="main"] div#eventList div.event div.date {
  font-weight: bold;
  font-style: italic;
  margin-bottom: 3px;
}
div[role="main"] div#eventList div.event img {
  max-width: 250px;
  max-height: 100px;
}
div[role="main"] div#seminarList div.seminarShort {
  cursor: pointer;
  min-height: 60px;
  clear: both;
}
div[role="main"] div#seminarList div.seminarShort:hover {
  background-color: #e0e0e0;
}
div[role="main"] div#seminarList div.seminarShort h3 {
  margin-top: 0.5ex;
  margin-bottom: 0.5ex;
}
div[role="main"] div#seminarList div.seminarShort a {
  display: block;
}
div[role="main"] div.seminarFull {
  border-bottom: 1px solid;
}
div[role="main"] div.seminarShort a.announcementIcon,
div[role="main"] div.seminarFull a.announcementIcon,
div[role="main"] div.seminarShort a.slidesIcon,
div[role="main"] div.seminarFull a.slidesIcon {
  float: right;
  padding: 1ex;
}
div[role="main"] div.yearList {
  border-bottom: 1px solid black;
  padding-top: 2px;
  padding-bottom: 2px;
}
/*# sourceMappingURL=news.css.map */