div.NewsBox {
    border-color: #36628a;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 4px 4px 4px #aaaaaa;
    margin: 10px 10px 15px 10px;
    padding: 0 10px 5px;
}

div.NewsBox h3 {
    background: linear-gradient(to right, #03548c, #f0f0f0);
    border: medium none;
    border-radius: 5px 5px 0 0;
    color: #fff;
    margin: 0 -10px 10px;
    padding: 4px 10px;
}

span.NewsBoxArchiveLink {
    float: right;
}

div.MapBox {
  width: 700px;
  height: 400px;
}

li.pos { list-style-type: disc; }
li.neu { list-style-type: circle; }
li.neg { list-style-type: square; }

.notification {
  color: white;
  background-color: red;
}
.notification-text {
  margin-left: 26px;
  padding-top: 2px;
  height: 24px;
}
.notification-icon {
  float: left;
  width: 24px;
  height: 24px;
  margin: 2px;
}
.full-width {
  width: 100%;
  border: 0px;
  border-spacing: 0px;
}
