/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 09 2025 | 10:43:54 */
.country-table {
  margin-top: 0px;
  margin-bottom: 0px;
  max-width: inherit;
  width: 100%;
  border: 0px solid var(--wp--preset--color--primary);
}
.country-table * {
  border: 1px solid var(--wp--preset--color--primary);
}
.country-table a {
  border: 0px solid transparent;
}
.country-table td, .country-table th {
  white-space: nowrap;
}
.country-table {
  table-layout: auto;
  width: 100%;
  border-collapse: collapse;
}
.country-table th:first-child, .country-table td:first-child {
  text-align: left;
}
.country-table th:last-child, .country-table td:last-child {
  text-align: right;
}
.country-table th:not(:first-child):not(:last-child), .country-table td:not(:first-child):not(:last-child) {
  text-align: center;
}
@media only screen and (max-width: 666px) {
  .table-responsive {
    width: 100%;
    overflow-x: auto;
  }
  .country-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
  }
}
