/* stylelint-disable */
.styled-select {
  width: 420px;
  height: 38px;
  margin-top: 20px;
  overflow: hidden;
  background: url(/web/totes/images/drop_down_background.png) no-repeat right #ddd;
  background-color: #fff;
  border: 1px solid #939598;
  border-radius: 7px;
}

select {
  width: 448px;
  height: 36px;
  padding: 5px;
  font-size: 14px;
  line-height: 1;
  background: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  appearance: none;
}

@media (min-width: 992px) {
  #bb_main #print-save {
    padding-right: 45px !important;
  }
  #bb_main .detail .item .card.second-card {
    width: 90%;
  }
  #bb_main #key-highlights {
    width: 568px;
  }
  #bb_main #key-highlights .tab-indicator {
    left: 10px;
  }
  #bb_main .detail .item.has-one-box {
    width: 490px;
  }
  #bb_main .detail .item .card.one-box {
    margin-top: -70px;
    margin-left: 595px;
  }
}

#bb_main .key-highlights-area {
  max-height: 330px;
}

#britebill-billView {
  width: 100% !important;
}

@media (max-width: 200px) {
  #bb_main .detail .totals .total-sum-row {
    font-size: 24px;
  }
}
