.debug-panel{
  position: absolute;
  width: 100%;
  border: 1px solid #dadada;
  padding: 0;
  background: #ededef;
  border-radius: 10px 0 0 0;
}

.debug-header{
    width: 100%;
    padding: 10px 0 10px 10px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    background-color: #5B85D1;
    color: #fff;
    position: relative;
    border-radius: 10px 0 0 0;
    top: -1px
}


.debug-body{
  padding: 10px;
}


a.debug-close{
  position: absolute;
  right: 0;
  z-index: 2;
  top: 10px;
  right: 10px;
  font-family: monospace;
  color:#065c9c;
  font-size: 14px;
}

a.debug-close:hover,
a.debug-close:active,
a.debug-close:focus{
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  text-shadow: 2px 0px 1px #f5f5f5;
}

