.row-centered{
    text-align: center;
}
.col-centered{
    display: inline-block;
    float: none;
    text-align: left;
}
.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }
  /* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
  * html .ui-autocomplete {
    height: 100px;
  }
   .laporan{ 
    border:1px solid #000;
    width:760px;
    padding: 1px;
    border-collapse: collapse;
}
.laporan th, .laporan td, .laporan tr { 
    border:1px solid #000; 
    padding: 1px; 
    font-size: 10pt;
}
.laporan th{
    text-align: center;
}
  .ui-autocomplete, .ui-menu, .ui-menu-item {  z-index: 1006; }