div.debug_log {
 font-family: verdana, sans-serif;
 font-size: 11px;
 margin: 0px auto 0px auto; 
 background-color: #676767; 
 color: #ffffff; 
 text-align: center;
}

div.debug_log div.debug_spacer {
 width: 100%; 
 height: 4px; 
 clear: both;
 background-color: #676767;
 margin: 0px auto 0px auto;
}

div.debug_log div.debug_spacer img {
 display: block;
}

div.debug_log a {
 color: #ffffff;
 font-weight: bold;
 text-decoration: none;
}

div.debug_log a:visited {
 color: #aaaaaa;
}

div.debug_log a:hover {
 color: #dedede;
}

/**
 * HOWF Modal Background and Markers
 */

#modal_background {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: #333333;
  display: none;
  opacity: 0.40;
}

.modal_content { 
}
