html, body {
  padding: 0;
}

body {
  width: 100%;
}

div.fw_log {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #eeeeee;
  border-top: 1px solid #333333;
  z-index: 2000;
}

div.fw_button div {
  background: #444;
  width: 150px;
  height: 20px;
  padding: 4px;
  margin: 4px;
  border-radius: 8px;
  text-align: center;
  float: left;
}

div.fw_button a {
  color: #ffffff;
  text-decoration: none;
}

div.fw_button a:hover {
  color: #33aaff;
  text-decoration: underline;
}

div.fw_button a.active {
  color: coral;
}

div.fw_button div.fw_button_close {
  width: 30px;
  background: darkred;
}

div.fw_clear {
  clear: both;
}

div.fw_panel div {
  background-color: #dddddd;
  height: 100px;
  overflow: auto;
  padding: 4px 8px;
}

.fw_log_error {
  color: darkred;
  font-weight: bold;
}

.fw_log_warning {
  color: coral;
}

.fw_log_debug {
  color: #666666;
}

.fw_log_hacking {
  color: darkred;
  font-weight: bold;
}
