#debugLogDiv {
  float: left;
  width: 500px;
  height: 800px;
  border: 1px dotted black;
  display: block;
  visibility: hidden;
  display: none;
  background: white;
  position: fixed;
  z-index: 1000;
  top: 20px;
  left: 0px;
  text-align: left;
  overflow: auto;
  padding: 10px;
  font-family: tahoma;
  font-size: 12px;
  color: #000;
}

#debugLogDiv h1 {
  width: 500px;
  padding: 0;
  margin: 0;
  background: #005;
  color: white;
  font-size: 14px;
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  height: 20px;
  overflow: hidden;
}

#debugLogDiv h1 span a {
  text-decoration: none;
  color: red;
  font-weight: bold;
  float: right;
}

#debugLogDiv h1 span a:hover {
  text-decoration: underline;
}

#debugLogDiv pre {
  font-size: 11px;
  margin-left: 20px;
  background: #f5f5ff;
  border: 1px solid #e9e9f9;
  padding: 5px;
  overflow: scroll;
}

#debugLogDiv ul,
#debugLogDiv li {
  padding: 0;
  margin: 0;
}

#debugLogDiv .tiles_info {
  padding: 10px 20px;
}

#debugLogDiv .tiles_info li {
  padding-left: 20px; 
}

ul#debugLinkList {
  list-style: none;
  font-size: 12px;
  padding: 5px;
  margin: 10px;
  text-align: left;
  font-family: Arial;
  border-top: #aaa 1px solid;
  border-bottom: #aaa 1px solid;
}

ul#debugLinkList li {
  padding: 0;
  margin: 0;
}

iframe#iframe_ss5 {
  width: 400px;
  height: 40px;
  border-width: 0px;
  border-style: none;
  overflow: hidden;
}

/*================= LOG ================================= */
.debug_log .major_key {
  font-weight: bold;
  color: #006;
}

.debug_log .minor_key {
  font-weight: bold;
  color: #900;
}

.debug_log .other_key {
  font-weight: bold;
  color: #009;
}

.debug_log .comment {
  color: #900;
}