
#table-container {
  position: relative;
  width: auto;
  background-color: #FFF;
  /*border: 1px solid #ddd;*/
  padding: 0 0 0 0;
    /*
  max-height: 240px;
 IE Hack 
    height: expression(this.scrollHeight > 240 ? "240px" : "auto");*/
}