.tb-m-cr-compare .cr-compare{
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}

.tb-m-cr-compare .cr-compare__table{
  width:100%;
  min-width:800px;
  border-collapse:collapse;
  font-size:16px;
  font-family:inherit;
  box-shadow:0 0 20px rgba(0,0,0,0.15);
}

.tb-m-cr-compare .cr-compare__table thead tr{
  background-color:var(--tb--main,#dd3333);
  color:#ffffff;
  text-align:center;
}

.tb-m-cr-compare .cr-compare__table th,
.tb-m-cr-compare .cr-compare__table td{
  padding:12px 15px;
  text-align:center;
}

.tb-m-cr-compare .cr-compare__table tbody tr{
  border-bottom:1px solid #dddddd;
  background-color:#ffffff;
}

.tb-m-cr-compare .cr-compare__table tbody tr:nth-of-type(even){
  background-color:#f3f3f3;
}

.tb-m-cr-compare .cr-compare__table tbody tr:last-of-type{
  border-bottom:2px solid var(--tb--main,#dd3333);
}

.tb-m-cr-compare .cr-compare__table tbody tr:hover{
  background-color:#e6e6e6;
  transition:background-color 0.3s ease;
}

.tb-m-cr-compare .cr-compare__feature{
  text-align:left;
  white-space:normal;
  font-weight:600;
}

.tb-m-cr-compare .cr-compare__cell{
  white-space:nowrap;
}

.tb-m-cr-compare .cr-compare__cell.is-yes{
  color:#0f766e;
  font-weight:800;
}

.tb-m-cr-compare .cr-compare__cell.is-no{
  color:rgba(0,0,0,.38);
  font-weight:800;
}

.tb-m-cr-compare .cr-compare__note{
  margin:12px 0 0;
  color:rgba(0,0,0,.72);
  line-height:1.7;
}

.tb-m-cr-compare .cr-compare__note + .cr-compare__note{
  margin-top:6px;
}

.tb-m-cr-compare .cr-compare__anchor{
  position:relative;
  top:-72px;
  height:0;
  overflow:hidden;
}

@media(max-width: 640px){
  .tb-m-cr-compare .cr-compare__table{
    font-size:15px;
  }
}

