/* CSS stylesheet for home page */

div.latestnews
{
  border: 1px solid #9c9;
  border-radius: 10px;
  padding: 0 10px 10px;
  background: rgba(255,255,255,0.7);
}

div.latestnews h3
{
  margin-bottom: 5px;
  margin-top: 30px;
}

div.latestnews h3:first-child
{
  margin-top: 10px;
}

@media (max-width: 500px)
{
  div.latestnews
  {
    padding: 5px;
  }
}