
/* 엑셀 버튼 css */
.excel_btn{
  background-color: #00695c !important;
  border-color: #00695c !important;
}

.dataTable_excel_btn{
    background-color: #00695c !important;
    border-color: #00695c !important;
    float: right;
    margin-left: 5px;
  }

.dataTable_excel_btn span{
    color: white;
  }