#eventtable {
    border:1px solid;
    text-align:center;
    margin: auto;
  }

  #eventtable thead tr {
    background:gray;
    color:white;
  }

  #eventtable tbody tr:hover {
    background-color: lightgray;
    cursor:pointer;
  }

  /* 달력인 안보여서 조회하기 위함 */
  .ui-datepicker {
     z-index: 9999 !important;  /* 다른 레이어보다 높게 */
  }
