/*
 * Styles for the boxes in the signpost column.
 */
 
div.box {
  /*border: 1px solid black;*/
  margin: 5px;
  margin-bottom: 25px;
  padding: 0px;
  background-color: white;
}

div.box_title {
  background-color: #283744;
  color: white;
  margin: 0;
  text-align: center;
  font-size: small;
  padding: 3pt;
}

div.box_title h1 {
  font-size: 100%;
  font-weight: bold;
  margin: 0;
  padding: 2px;
}

div.box_content {
  font-size: 80%;
  padding: 5pt;
}
