﻿.news-line
{
  display: flex;
  flex-wrap:  wrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  z-index: 200;
}

.news-plane
{
  display: flex;
  height: auto;
  z-index: 200;
  flex-wrap: wrap;
  justify-content: start;
}

.news-yellowgreen
{
  /*color: #c0cc15;*/
  color: #adc813;
}

.news-lightblue
{
  /*color: #03b3e3;*/
  color: rgb(0,68,148);
}

.news-orange
{
  color: rgb(225, 138,9);
}

.news-headline
{
  font-size:large;
  font-weight: bold;
}
