  body {
    padding: 0px;
    margin: 0px;
  }
  button { cursor: pointer; }
  div.ui-datepicker{ font-size:12px; }
  table#report { 
    width: 100%;
    border-collapse: collapse;
    padding:0px;
  }
  #report th {
    height: 15px;
    text-align: center;
    background-color: rgb(0,102,153);
    color:#FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 42px;
    font-family: Helvetica, Arial, sans-serif;
  }
  #report th p span { line-height: 28px; }
  #report td {
    height: 15px;
    text-align: center;
    background-color: rgb(153,153,153);
    color:#FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 42px;
    font-family: Helvetica, Arial, sans-serif;
  }
  
  .download-block {
    border: 1px #000 solid;
    border-top: none;
    padding: 5px;
    margin: 0;
  }
  
  .download-data-range {
      display: inline-block;
  }
  
  .download-block, .download-block input, .download-block button {
    font-size: 12px;
    font-family: sans-serif;
  }
  
  #drdate {
      width: 100px;
  }
  
.fixTableHead {
    overflow-y: auto;
    height: 1340px;
}
.fixTableHead thead th {
    position: sticky;
    top: 0;
}
.fixTableHead .download-block {
    position: sticky;
    bottom: 0;
    background-color: #fff;
}
.fixTableHead table {
    border-collapse: collapse;        
    width: 100%;
}