.sheet-grid {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}

.sheet-grid td,
.sheet-grid th {
  border-radius: 0 !important;
}

.sheet-grid td > input {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none;
}

@media print {
  .sheet-grid {
    border-collapse: collapse !important;
    border-spacing: 0 !important;
  }

  .sheet-grid td,
  .sheet-grid th {
    border-radius: 0 !important;
  }

  .sheet-grid input,
  .sheet-grid input:focus,
  .sheet-grid input.selected-cell {
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    appearance: none;
  }
}
