div[role="main"] {
  padding-right: 10px;
}
aside#seminars_conferences {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 10px 0 10px;
  width: -40px;
  font-size: small;
  border-left: 1px solid #aaa;
}
aside#seminars_conferences h2 {
  font-size: medium;
  border-bottom: 1px solid;
  margin-bottom: 0.5ex;
  margin-top: 0.5ex;
  padding-bottom: 0.5ex;
}
aside#seminars_conferences section.conference {
  border-bottom: 1px solid #aaa;
  padding-bottom: 1ex;
}
aside#seminars_conferences section.conference h3 {
  font-size: small;
  margin: 3px 0;
  padding-bottom: 2px;
}
aside#news {
  background-color: white;
  padding-bottom: 2px;
}
aside#news h2 {
  font-size: medium;
  margin: 5px 0;
  border-bottom: 1px solid;
  padding-bottom: 2px;
}
aside#news section.sideNews {
  padding-bottom: 3px;
  cursor: pointer;
  padding: 0 10px;
  width: 180px;
  height: 150px;
  float: left;
  border: 1px solid lightgray;
  margin: 1ex;
  box-shadow: 0.8ex 0.8ex 3px #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
  /*
        &:last-of-type {
            border-right: none;
        }
        */
}
aside#news section.sideNews:hover {
  background-color: #e0e0e0;
}
aside#news div.conference,
aside#news div.event {
  font-size: small;
}
aside#news div.conference h3,
aside#news div.event h3 {
  font-size: small;
}
aside#news div.conference img,
aside#news div.event img {
  width: 60px;
  float: right;
  padding-right: 3px;
  position: relative;
  top: -5px;
  right: -5px;
}
/*# sourceMappingURL=newsColumn.css.map */