news {
  margin-top:-1em;
  height: 100%;
  border-right: solid 1px darkseagreen;
  overflow-y: scroll;
}
  @media (min-width: 48em) {
    news {
      margin-top: 0pt;
    }
  }

news div.topic {
  margin: 0.3em 0.3em 0 0.3em;
  padding: 0.4em;
  border: 0.1em solid white;
  border-radius: 0.5em;
  background-color: grey;
  opacity: 0.75;
}

news div.topic_red {
  background-color: red;
}

news div.topic p {
  color: white;
  font-family: helvetica;
  font-size: 11pt;
  font-weight: 500;
  hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

news .newsdate {
  color: wheat;
  font-family: helvetica;
  font-size: 11pt;
  font-weight: 500;
}

news div.topic h3 {
  color: wheat;
  font-family: Helvetica;
  font-size: 14pt;
  padding-bottom: 3pt;
}

news div.topic a {
  text-decoration: none;
  color: white;
  font-family: Helvetica;
  font-weight: 500;
}

news div.topic a.newslink {
    text-decoration: underline;
    color: gold;
}

news a:hover .newslink {
    font-weight: bold;
}
 
/* vim:set lines=50 columns=50: */
