/*------------------------------------------------------------------------------

  Domestic

------------------------------------------------------------------------------*/
.domestic .mod-textLink-default {
  padding: 0;
}

.domestic .mod-textLink-default::before {
  content: none;
}

@media print, screen and (min-width: 768px) {
  .domestic .mod-listTable li dt {
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .domestic .mod-listTable li dt {
    width: 120px;
  }
}
