/* page.css */

ol > li.procedure-item > p {
  margin-bottom: 0;
}


@media (min-width: 1200px) {
  table.default-table td:first-child {
    width: 30%;
  }
}

@media (max-width: 1199px) {
  table {
    border-width: 1px;
  }
  table.default-table td {
    display: block;
    width: 100%;
  }
}
