ul.currency-boroker-benefits li {
  list-style: square;
  margin-bottom: 15px;
  margin-left: 30px;
}

.comp-table-cell, .comp-table-label, .comp-table-value {
  padding: 20px;
  border-bottom: 1px solid #DCEFF7;
}
.comp-table-cell, .comp-table-value {
  align-items: center;
}
.comp-ct {
  background-color: #EDF7FB;
}
.comp-table-header.comp-ct, th.t-cell-primary > div {
  border-top: 5px solid #1695CA;
}
.comp-full-table-container .comp-table-section-heading, .comp-table-container .Rtable-cell.comp-table-section-heading{
  width: 100% !important;
  padding: 8px 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #E9EDF0;
}
.comp-table-label {
  font-weight: 700;
  text-align: left;
}
.comp-table-header {
  display: flex;
  padding: 10px 20px;
}
.comp-table-header, .comp-table-value {
  text-align: center;
}
.icon-value-true, .icon-value-false {
  display:block;
  margin:0 auto;
  width: 28px;
  background: url("/wp-content/assets/icons/values-true-false.min.svg") no-repeat;
  background-size: 28px;
}
.icon-value-true {
  height: 24px;
  background-position: 0px -21px;
}
.icon-value-false {
  height: 21px;
}
.comp-table-header img{
  margin: auto;
}
.comparison-icon {
  width: 64px;
  height: 64px;
}
.currenciesdirect img.comparison-logo {
  width: 190px;
  height: 50px;
}
.lumon img.comparison-logo {
  width: 200px;
  height: 74px;
}
.ofx img.comparison-logo {
  width: 138px;
  height: 50px;
}
.torfx img.comparison-logo {
  width: 158px;
  height: 38px;
}
.revolut img.comparison-logo {
  width: 155px;
  height: 35px;
}
.westernunion img.comparison-logo {
  width: 230px;
  height: 74px;
}
.wise img.comparison-logo {
  width: 190px;
  height: 50px;
}
.worldremit img.comparison-logo {
  width: 210px;
  height: 50px;
}  
/* Tables
================================== */
.Rtable {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.Rtable-cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  overflow: hidden;
  list-style: none;
}
.Rtable-cell--alignTop { align-items: flex-start; }
.Rtable-cell--alignMiddle { align-items: center; }
.Rtable-cell--alignBottom { align-items: flex-end; }
/* Table column sizing
================================== */
.Rtable--2cols > .Rtable-cell  { width: 50%; }
.Rtable--3cols > .Rtable-cell  { width: 33.33%; }
.Rtable--4cols > .Rtable-cell  { width: 25%; }
.Rtable--5cols > .Rtable-cell  { width: 20%; }
.Rtable--6cols > .Rtable-cell  { width: 16.6%; }

@media all and (max-width: @breakpoint) {
  .hiddenSmall {
    display: none;
  }
}
@media(max-width:767px){
  .comp-feature-logo {
    display: relative;
  }
  .comp-feature-logo .comparison-logo {
    position: block;
  }
  .comp-table-container img.comparison-logo {
    display: none;
  }
  img.comparison-icon {
    display: block;
  }
  .comp-table-header-label, .comp-table-container .comp-table-label {
    width: 50% !important;
  }
  .comp-table-header, .comp-table-container .comp-table-value {
    width: 25% !important;
  }
}
@media(min-width:768px){
  .comp-feature-logo {
    display: relative;
  }
  .comp-feature-logo .comparison-logo {
    position: absolute;
    right: 40px;
  }
  .comp-table-header-label, .comp-table-header, .comp-table-container .comp-table-label, .comp-table-container .comp-table-value { 
    width: 33.33% !important; 
  }
  .comp-table-container img.comparison-logo {
    display: block;
  }
  img.comparison-icon {
    display: none;
  }
} 
.Rtable-full-comparison > .Rtable-cell  { width: 75px !important; }

/* Comparison table Full
==================================== */
.comparison-t-full-container {
  overflow: auto;
  width:100%;
}
.comparison-t-full-container table,
.comparison-t-full-container table thead tr th,
.comparison-t-full-container table thead tr td,
.comparison-t-full-container table tbody tr td,
.comparison-t-full-container table tfoot tr td {
  vertical-align: middle;
  border: none;
}
.comparison-t-full-container table thead tr th{
  padding: 0px;
}
.comparison-t-full-container table thead tr th > div {
  padding: 4px 0px;
  border-bottom: 2px solid #DCEFF7;
}
.comparison-t-full-container table tbody tr {
  border-bottom: 1px solid #DCEFF7;
}
.comparison-t-full-container table {
  border-collapse: collapse;
  width: 100%;
}
tr.t-section-header td.t-row-label, 
td.t-row-label, 
th.t-row-label,
tr.row-label-xs-container td.t-row-label-xs,
td.t-row-label-xs {
  position:sticky;
  left:0;
  z-index:1;
  width: 200px;
  background: #ffffff;
}
th {
  background-color:#ffffff;
}
td.t-cell-primary,
th.t-cell-primary { 
  position:sticky;
  z-index:1;
  background-color:#ffffff;
}
.comparison-t-full-container th,
.comparison-t-full-container thead td,
.comparison-t-full-container thead tr.t-header-divider td{
  position: sticky !important;
  background: #ffffff;
  z-index:2
}
.comparison-t-full-container th {
  top: 0;
}

.comparison-t-full-container thead tr.t-header-divider td {
  top:146px;
  z-index:4
}
.comparison-t-full-container a.primary-ghost-button {
  width: auto;
  max-width: 105px;
  margin: 15px auto;
  padding: 8px 20px;
}
.comparison-t-full-container thead td.t-cell-primary {
  background: #EDF7FB;
}
th:first-child , th:nth-child(2) {
  z-index:3
}
tr.t-section-header td {
  padding: 8px 15px !important;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #E9EDF0 !important;
}
th.t-cell-primary,
td.t-cell-primary {
  background-color: #EDF7FB;
}
.comparison-t-full-container th,
td.t-cell-value.t-cell-primary {
  text-align: center;
}
.t-cell-value > div, .t-cell-primary > div {
  margin: 0 auto;
  text-align: center;
}
td.t-row-label,
td.t-row-label-xs {
  font-size: 16px;
  font-weight: 700;
}
.comparison-t-full-container table tbody tr.row-label-xs-container {
  border-top: none;
  white-space: nowrap;
}
td.t-row-label-xs{
  padding-top: 20px !important;
  padding-bottom: 5px !important;
  padding-left: 15px !important;
}
@media(max-width:767px){
  .comparison-t-full-container table,
  .comparison-t-full-container table tbody tr td,
  .comparison-t-full-container table tfoot tr td {
    padding: 10px;
  }
  .comparison-t-full-container {
    height: 75vh;
  }
 .t-row-label{
    display: none;
 }
 .t-section-header .t-row-label,
 .row-label-xs-container .t-row-label-xs{
    display: table-cell;
  }
  td.t-cell-primary,
  th.t-cell-primary,
  td.t-row-label-xs { 
    left:0px;
  }
  .t-row-label > div {
    width: 160px;
  }
  .t-cell-value > div,
  .t-cell-primary > div {
    min-width: 100px;
  }
}
@media(min-width:768px){
  .comparison-t-full-container table,
  .comparison-t-full-container table tbody tr td,
  .comparison-t-full-container table tfoot tr td {
    padding: 20px;
  }
  .comparison-t-full-container {
    height: 75vh;
  }
  .t-row-label{
    display: table-cell;
  }
  td.t-cell-primary,
  th.t-cell-primary { 
    left:200px;
  }
  .t-row-label > div {
    width: 160px;
  }
  .t-cell-value > div {
    width: 110px;
  }
  .t-cell-primary > div {
    min-width: 150px;
  }
  .row-label-xs-container {
    display: none;
  }
}