/* special alerts e.g. xmas closure */
.alert {
  background: white;
  border: 2px solid red;
  margin: 1em;
  padding: 0em;
  text-align: center;
  font-weight: bold;
  color: black;
}

.alert p { margin: 0.5em;
	font-size: 14px;
	padding: 0em; }
.alert .note { font-size: 16px }
.alert .closed { color: red }
.alert .open { color: green }
.alert .fail { color: red }
.alert .pass { color: green }

