* { margin: 0; padding: 0; outline: none; }
/* D removing above line fucks up height of white box for some reason */


.general_panel {
  float:left;
  border:0px solid #D4D4D4;
  background-color:white;
  color:#222;
  position:relative;
  overflow:auto;
  margin:0px 0px 0px 0px;
  font-family:Verdana,sans-serif;
  font-size:11px;
}
/* D after going through over 6000 lines of code, I changed the above margins in general panel from 5px 0px 0px 5px to all zeros.  this took me fucking like four hours to find!*/

.general_panel h1, .general_table h1 {
  height:16px;
  line-height:16px;
  color: #EEE;
  background-color:#38332B;
  text-transform:uppercase;
  font-size:11px;
  font-weight:bold;
  padding-left:5px;
}

