#debug-console {
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 0;
  right: 0;
  height: 300px;
  background: #e7e7e7;
  color: #333;
  font-family: "Trebuchet MS", "Verdana", arial, sans-serif; }
  #debug-console h2 {
    font-family: "Trebuchet MS", "Verdana", arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: green;
    line-height: 1.4;
    margin-top: 0px;
    margin-bottom: 10px; }
  #debug-console h3 {
    font-family: "Trebuchet MS", "Verdana", arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: green;
    margin: 12px 0; }
  #debug-console .top-border {
    height: 2px;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #ccc; }
  #debug-console .title {
    float: left;
    color: #555;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 10px; }
  #debug-console a.btnClose {
    float: right;
    margin-right: 10px;
    margin-top: 3px;
    color: #666;
    text-decoration: none;
    font-weight: bold;
    padding: 0 2px 1px 2px; }
    #debug-console a.btnClose:hover {
      background-color: #666;
      color: #fff; }
  #debug-console .body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 25px;
    overflow: auto;
    padding: 10px;
    border-top: 1px solid #bbb;
    background-color: #f3f3f3; }
  #debug-console table {
    background: #fff;
    border: 1px solid #ccc;
    border-collapse: collapse;
    width: 100%; }
  #debug-console th {
    font-weight: bold; }
  #debug-console th, #debug-console td {
    color: #333;
    font-family: monospace;
    padding: 2px 3px;
    text-align: left;
    vertical-align: top; }
  #debug-console th:first-child {
    width: 240px; }
  #debug-console th {
    border-bottom: 1px solid #ccc; }
