#myTable,
#myTable tr,
#myTable th,
#myTable td {
  border: none !important;
  font-size: 1rem !important;
}

#myTable {
  table-layout: fixed;
  width: 100%;
}

.list-date {
  width: 20% !important;
}

.list-name {
  width: 35% !important;
}

.list-desc {
  width: 45% !important;
}

#myTable tr:last-child {
  border-bottom: 1px solid #ddd !important;
}

@media screen and (max-width: 992px) {
  .list-desc {
    display: none !important;
  }

  .list-date {
    display: table-cell !important;
    width: 35% !important;
  }

  .list-name {
    width: 65% !important;
  }
}

@media screen and (max-width: 600px) {
  .list-date {
    display: none !important;
  }

  .list-name {
    width: 100% !important;
  }
}