/* Custom table formatting for intl intl-2-20012 */
.devkit-merge-cells-table-wrapper .devkit-table tbody td {
    min-width: 100px;
    /* border: solid 1px #cccccc; */
    /* border: solid 1px var(--light-grey); */
    padding: 10px;
}
.devkit-merge-cells-table-wrapper .devkit-table tbody td {
    min-width: 100px;
    /* border: solid 1px #cccccc; */
    /* border: solid 1px var(--light-grey); */
    padding: 10px;
}
.devkit-merge-cells-table-wrapper .devkit-table tbody td {
    min-width: 100px;
    /* border: solid 1px #cccccc; */
    /* border: solid 1px var(--light-grey); */
    padding: 10px;
}
.devkit-merge-cells-table-wrapper .devkit-table tbody td {
    min-width: 100px;
    /* border: solid 1px #cccccc; */
    /* border: solid 1px var(--light-grey); */
    padding: 10px;
}
#intl-table-one, tr.with-border, .table-head tr {
    border-collapse: collapse;
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-left: 1px solid black;
  }
  #intl-table-one {
  
  border-bottom: 1px solid black;
  }
  .with-all-borders >td {
  border: 1px solid black;
  }
  td.border-bottom {
    border-bottom: 1px solid;
}
  td.border-right{
  border-right: 1px solid black;
  }
  td.no-border-right{
  border: 0;
  }
  td.no-border-right.border-top {
    border-top: 1px solid;
}
  #intl-table-one td {
  text-align: center;
  padding: 0.5em;
  }
  #intl-table-one{
  width: 100%;
  }
  .underline, .pydocx-underline{
    text-decoration: underline;
  }
  .pydocx-underline {
    text-decoration: underline;
  }