@charset "UTF-8";

.channel-html .channel-compare .button {
  background-color: #000;
  color: #fff;
}

.channel-html .channel-compare .selector-dropdown:focus,
.channel-html .channel-compare .button:focus {
  box-shadow: none;
  outline: none;
}

@media only screen and (max-width:734px) {
  .channel-html .section .section-content {
    width: 100%;
  }
  .channel-html .channel-compare .selector-element::before {
    background: none;
  }
  .channel-html .channel-compare .selector-dropdown {
    white-space: normal;
    word-wrap: break-word
  }
}


/* -----------------------
comparison-main-footer
------------------------ */
.comparison-main-footer { 
  background-color: #f0f0f0;
  padding: 2%;
  font-size: 12px;
  color: #999;
  margin-top: 40px;
}

@media screen and (max-width:767px) {
  .comparison-main-footer {
    padding: 20px 4%;
  }
}