/* CSS created by Andreas Brauchli
 *
 * please support open sourced software
 */

.news-container {
  overflow: scroll;
  padding: 0px;
}

.news {
  font-size: 8pt;
  clear: both;
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 0px;
}

.news-summary {
  margin: 2px 85px 2px 7px;
  font-size: 9pt;
  font-weight: 600;
  float: left;
}

.news-datetime {
  margin: 2px 7px 2px 2px;
  font-size: 7pt;
  font-weight: 400;
  position: absolute;
  text-align: right;
  width: 99%;
  padding-top: 3px;
}

.news-content {
  clear: both;
  margin: 2px 85px 0px 7px;
}


