table {
    border-spacing: 1!important;
    border-collapse: collapse!important;
    background: #fff!important;
    border-radius: 6px!important;
    overflow: hidden!important;
    position: relative!important
  }
  table * {
    position: relative!important
  }
  table td,
  th {
    padding-left: 8px!important
  }
  table thead tr {
    height: 60px!important;
    font-size: 16px!important
  }
  table tbody tr {
    height: 48px!important;
    border-bottom: 1px solid #e3f1d5!important
  }
  table tbody tr:last-child {
    border: 0!important
  }
  table td,
  th {
    text-align: left!important
  }
  code {
    padding: 5px!important
  }
  .v-main .contents table th {
    background-color: #1976d2!important
  }