/* Start custom CSS *//* Website redesign signs guide: all rules scoped to .wrs-guide */
.wrs-guide .table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1rem 0;
}

.wrs-guide .table-scroll table {
  width: 100% !important;
  border-collapse: collapse !important;
  table-layout: auto;
  font-size: 15px;
}

.wrs-guide .table-scroll th,
.wrs-guide .table-scroll td {
  box-sizing: border-box;
  padding: 10px 12px !important;
  vertical-align: top;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.wrs-guide figure {
  margin: 1.5rem 0;
}

.wrs-guide figure img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 600px) {
  .wrs-guide .table-scroll table {
    font-size: 13.5px !important;
  }
  .wrs-guide .table-scroll th,
  .wrs-guide .table-scroll td {
    padding: 8px 9px !important;
    white-space: normal !important;
  }
}/* End custom CSS */