.v-disposal__table th,
.v-disposal__table td{
  line-height: 1.4;
  vertical-align: middle;
}

.v-disposal__table td{
  background: #fff;
}

.v-disposal__notes{
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
  text-align: left;
}

@media screen and (max-width: 768px){
  .v-disposal__table{
    width: 600px;
  }
  .v-disposal__table th,
  .v-disposal__table td{
    font-size: 12px;
  }
  .v-disposal__table th:nth-child(1){
    width: 140px;
  }
  .v-disposal__table th:nth-child(2){
    width: 140px;
  }
  .v-disposal__table th:nth-child(3){
    width: 100px;
  }
  .v-disposal__table th:nth-child(4){
    width: 220px;
  }
  .v-disposal__notes{
    font-size: 12px;
  }
}