body {
  background-color: #fff;
  padding: 1.5em;
  height: auto;
}
section.bigscreennewsplugin-area.studip-widget h1.widget-header {
  font-size: 150%;
}
section.bigscreennewsplugin-area.studip-widget table.news {
  font-size: 110%;
  border: 1px solid black;
  margin: 0.5em;
  margin-bottom: 2em;
  width: calc(100% - 1em);
}
section.bigscreennewsplugin-area.studip-widget table.news tbody > tr > td {
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}
section.bigscreennewsplugin-area.studip-widget table.news tbody > tr > td.news-topic {
  width: 20em !important;
}
