*{
  box-sizing: border-box;
  }
  
  html {
  font-size: 62.5%;
  }
  
  body {
  font-size: 1.6rem;
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  color: #404042;
  background-color: #ffffff;
  }
  
  .cd-products-comparison-table img {
  max-width: 25%;
  }
  select{
    width: 240px;
    margin: 0;
    padding: 8px;
    border: solid silver 1px;
    font-style: italic;
  }
  .selector{
    max-width: 1200px;
    display: flex;
  }
  h1 {
  font-size: 2.2rem;
  text-align: center;
  padding: 4em 5%;
  }
  h2{
    color: red;
    font-size: 18px;
  }
  .cd-products-comparison-table {
  margin-bottom: 6em;
  font-style: italic;
  }
  
  .cd-products-comparison-table h2 {
  float: left;
  }
  
  .cd-products-comparison-table .actions {
  float: right;
  }
  
  .cd-products-table {
  position: relative;
  }
  
  .cd-products-table li:nth-child(1),
  .cd-features-list div:nth-child(1) {
  height: auto;
  text-align: center;
  }

  .cd-products-table li:nth-child(2),
  .cd-features-list div:nth-child(2) {
  height: 160px;
  text-align: left;
  font-weight: bold;
  }
  
  .cd-products-table li:nth-child(3),
  .cd-features-list div:nth-child(3) {
  height: 60px;
  text-align: left;
  font-weight: 400;
  }
  
  .cd-products-table li:nth-child(4),
  .cd-features-list div:nth-child(4) {
  height: 220px;
  text-align: left;
  font-weight: 400;
  }
  
  .cd-products-table li:nth-child(5),
  .cd-features-list div:nth-child(5) {
  height: 480px;
  text-align: left;
  font-weight: 400;
  }
  
  .cd-products-wrapper {
  -webkit-overflow-scrolling: touch;
  border: 1px solid #e6e6e6;
  border-width: 1px 0;
  height: 989px;
  }
  
  .cd-products-columns {
  width: 1200px;
  display: flex;
  }
  

  .cd-products-columns .product {
  position: relative;
  float: left;
  width: 240px;
  }
  
  .cd-features-list li {
  font-size: 1.2rem;
  padding: 5px 1%;
  border: 1px solid #e6e6e6;
  border-width: 1px 1px 0 0;
  }
  
  .features .cd-features-list div,
  .cd-products-table .features .top-info {
  font-size: 1.2rem;
  line-height: 14px;
  padding: 25px 10px;
  text-align: left;
  }

  .features .cd-features-list div {
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 10px;
  }
  
  .cd-products-table .top-info {
  position: relative;
  height: 177px;
  width: 200px;
  text-align: center;
  padding: 1.25em 2.5em;
  border: 1px solid #e6e6e6;
  border-width: 0 1px 1px 0;
  cursor: pointer;
  background: #ffffff;
  }

.cd-products-table .top-info h3 {
  padding: 1.25em 0 0.625em;
  font-weight: bold;
  font-size: 1.4rem;
}
.cd-products-table .top-info img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-products-table .top-info .check {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0 auto 1em;
}

.cd-products-table .features .top-info {
  width: 120px;
  cursor: auto;
  background: #fafafa;
}
.cd-products-comparison-table header{
  display: flex;
  padding: 0;
  margin: 0;
}
.cd-products-comparison-table header div .filter{
  margin-right: 15px;
}
.cd-products-comparison-table header div:nth-child(1){
  margin-right: 70%;
}