.jexcel.jexcel_overflow {
  width: 100%;
}

.jexcel colgroup col {
  min-width: max-content;
}
.jexcel colgroup col:first-child {
  width: revert-layer;
}

.jexcel_toolbar i.jexcel_toolbar_item {
  font-size: 25px;
  text-align: center;
  font-family: "monospace";
}
.jexcel_container .jexcel_toolbar i.jexcel_toolbar_item {
  padding: 0;
  line-height: 1;
}
.jexcel_container .jexcel_toolbar i.jexcel_toolbar_item:nth-child(2) {
  line-height: 0.85;
}
.jexcel_container {
  width: 100%;
}
.jexcel_content {
  width: 100%;
  overflow-x: scroll;
  max-width: 0;
  min-width: 100%;
}
.jexcel {
  table-layout: auto;
}
.jexcel_container.with-toolbar .jexcel > thead > tr > td {
  top: 0;
}
@supports (-moz-appearance:none) {
  .jexcel_content { padding-right:2px; }
}

.jexcel_container.with-toolbar .jexcel tr > td {
  min-width: max-content !important;
  max-width: unset !important;
}
