table.gridded td{
    border:1px solid lightgray; padding:4px; text-align:center;
}
img.thumbimg { float:left;width:200px;margin:1em;}
body {margin: 0%;text-align: left; line-height: 200%;}
a.teaser,a.teaser:visited,a.teaser:hover {text-decoration: none; color:black}
@media only screen and (max-width: 700px)
{
  img.thumbimg { width:auto;max-width:60%;float: none;}
  div.teaser {flex-direction: column; text-align: center;}
  
}
h1 {line-height: 150%;}
div.teaser {display:flex;background-color: white; padding: 1em;clear: both;}
div.topmenu {width:100%;background-color: white;border-bottom: 1px solid gray;}
p.subtitle {font-family: Georgia, 'Times New Roman', Times, serif;font-size: larger;font-style: italic;}
img.articleimg {max-width: 80vw; max-height: 50vh;}