@charset "utf-8";
/* CSS Document */
body {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
.warning {
  font-size: 13px;
  color: red;
}
.centredbox {
  width: 500px;
  margin: auto;
  border: thin black solid;
  padding: 10px;
  margin-top:30px;
}
.hideme {
  display: none;
}
.tableheading {
  background-color: blue;
  color: white;
}
table{
	border-collapse: collapse;
}
@media only screen and (max-width: 450px) {
  body {
    font-size: 14px;
  }
}