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