body {
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0 auto;
}
.clear {
  clear: both;
}
#choices-section {
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}
#choices-section .right {
  background: url('//images.ctfassets.net/nnigwk0legme/5tn6XRtZdPDp0oxvNgrsHp/e0a1b10b7501edc70dec895b1c6799e7/green-checkmark.svg') no-repeat center 0px;
  background-size: 40px;
  height: 50px;
}
#choices-section .right-blue {
  background: url('//images.ctfassets.net/nnigwk0legme/5tn6XRtZdPDp0oxvNgrsHp/e0a1b10b7501edc70dec895b1c6799e7/green-checkmark.svg') no-repeat center 0px;
  background-size: 40px;
  height: 50px;
}
#choices-section .wrong {
  background: url('//images.ctfassets.net/nnigwk0legme/724DxspQAN9QGmJToC5ikc/5fc33579e8312b1bea978d9588c1b9e6/wrong.png') no-repeat center 0px;
  background-size: 40px;
  height: 50px;
}
#choices-section h1 {
  margin: 0;
  padding: 0;
}
#choices-section h1 {
  width: 60%;
  margin: 0 auto;
  color: #4d4d4d;
  font-size: 26px;
  letter-spacing: 1.4px;
  font-weight: 600;
  font-weight: 600;
  margin-bottom: 1px;
  margin-top: 30px;
}
#choices-section .choices-table {
  width: 100%;
  margin-bottom: 20px;
}
#choices-section .choices-table .choices-row {
  height: 60px;
}
#choices-section .choices-table .choices-title {
  width: 25%;
  box-sizing: border-box;
  float: left;
  vertical-align: middle;
  text-align: right;
  color: #4d4d4d;
  padding-right: 15px;
}
#choices-section .choices-table .choices-type {
  width: 18%;
  float: left;
  line-height: 60px;
  color: #4d4d4d;
}
#choices-section .choices-table .choices-type.selected {
}
#choices-section .tab-choices-table {
  display: none;
}
@media (max-width: 768px) {
  #choices-section h1 {
    width: 90%;
    padding: 15px 5px;
    font-size: 24px;
    margin-top: 0px;
  }
  #choices-section .choices-table {
    display: none;
  }
  #choices-section .tab-choices-table {
    display: block;
  }
  #choices-section .tab-choices-table .tab-options {
    width: 100%;
    background-color: #f9f9f9;
  }
  #choices-section .tab-choices-table .tab-options .options {
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding: 5px;
    border: 1px solid #4d4d4d;
    color: #4d4d4d;
    font-weight: 600;
    cursor: pointer;
  }
  #choices-section .tab-choices-table .easy-home-tab.active {
    background-color: #4d4d4d;
    color: #fff;
  }
  #choices-section .tab-choices-table .cc-tab.active,
  #choices-section .tab-choices-table .retail-store-tab.active,
  #choices-section .tab-choices-table .class-ads-tab.active {
    background-color: #4d4d4d;
    color: #fff;
  }
  #choices-section .tab-choices-table .easyhome-tab-content {
    
  }
  #choices-section .tab-choices-table .easyhome-tab-content .tab-choices-title {
    color: #fff;
  }
  #choices-section .tab-choices-table .easyhome-tab-content,
  #choices-section .tab-choices-table .cc-tab-content,
  #choices-section .tab-choices-table .retail-tab-content,
  #choices-section .tab-choices-table .classads-tab-content {
    display: none;
  }
  #choices-section .tab-choices-table .easyhome-tab-content.active,
  #choices-section .tab-choices-table .cc-tab-content.active,
  #choices-section .tab-choices-table .retail-tab-content.active,
  #choices-section .tab-choices-table .classads-tab-content.active {
    display: block;
  }
  #choices-section .tab-choices-table .tab-content {
    background-color: #4d4d4d;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  #choices-section .tab-choices-table .tab-choices-row {
    height: 60px;
  }
  #choices-section .tab-choices-table .tab-choices-title {
    width: 50%;
    box-sizing: border-box;
    float: left;
    vertical-align: middle;
    text-align: right;
    color: #fff;
    font-weight: 600;
  }
  #choices-section .tab-choices-table .tab-choices-type {
    width: 50%;
    float: left;
  }
}
