/* This is the same definition as "HighlightBox" in the main stylesheet, but I'm too lazy to change 
   all of the trip reports to refer to that style, so I'll leave this on here for now.
*/

.header {
   border-style: solid;
   border-color: #242652;
   border-width: 1px;
   padding: 1em;
   font-size: 100%;
   background-color: #d0d0a9;
   color: #000000;
}

