/* CSS stylesheet for newsletters.php */

div.newscolumns
{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

div.news1
{
  flex-basis: 200px;
  flex-grow: 1;
}
div.news2
{
  flex-basis: 200px;
  flex-grow: 1;
  padding: 0 0 40px;
}

div.news2 p
{
  margin: 2px 0;
}

div.news2 p a
{
  text-decoration: none;
  font-family: sans-serif;
  background: #eef;
  padding: 1px;
}

summary 
{ 
  color: blue; 
  text-decoration: underline;
  font-size: 110%;
  font-family: sans-serif;
  cursor: pointer;
}
