
.jexcel{
  font-size: 13px;
}

.jexcel_outer_overflow_auto {
  overflow: auto;
}
.jexcel > tbody > tr > td.readonly{
  color: black !important;
}
.jexcel > thead > tr > td{
  z-index: 1 !important;
}
.btn-reset {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.jexcel_toolbar .material-icons:hover{
  background-color: lightgrey;
}


/* inputボタンのスタイルをアイコンにする */
.send_file {
  display: none;  /* 本来のファイル選択フォームは非表示に */
}
