/* Default CSS regardless of device or Theme */

.newsalert {
  background-color: #e0e0e0;
  border: 1px solid black;
  padding: 1em;
  margin: 1em;
}

h2:first-child, h1:first-child, h3:first-child {
  margin-top:0;
}