.fund-prices .query-form-results__container > .row {
  max-width: 1350px;
}
.query-form ul li:before {
  width: 0;
  color: inherit;
  background-color: transparent;
}
.fund-prices svg.logo {
  background-image: none;
}
.query-results__thead th  {
  background: inherit;
}
.query-results__thead th a {
  font-weight: 700;
}
.fund-prices table tr:hover {
    background-color: inherit;
}
.fil-accordion .accordion-content li {
    margin-bottom: 1rem;
}
@media screen and (min-width: 40em) {
  #fundPriceResult .row {
    padding-right: 0;
    padding-left: 0;
  }
}

#fsearch .search-wrapper .input-holder .search-input {
  display: none;
}


#fsearch .search-wrapper.active .input-holder .search-input {
  left:40px;
  width: 80%;
  display: block;
}

.hide-initially {
  display: none;
}
.paddingright13 {
  padding-right: 13px!important;
}
.addWatchList-btn.arrow-right-cta {
  font-size: 16px;
}
.watchlist-disabled {
  cursor: not-allowed;
  color: #bfbfbf;
}
.watchlist-disabled:hover {
  cursor: not-allowed;
  color: #bfbfbf;
}

@media screen and (max-width: 39.9375em) {
  .paddingright13 {
    padding-left: calc(50% - 35px)!important;
  }
  .watchList-Td.watchListTd {
    padding-left: calc(50% - 65px)!important;
  }
}
.fund-prices-table-align-end{
  text-align: end !important;
}

.fund-prices-table-align-right{
  text-align: right !important;
}

.fund-prices-table-align-center{
  text-align: center !important;
}

.fund-prices-table-position{
  position: absolute;
}

.fund-prices-deal-align{
  text-align: -webkit-right !important;
}

#fundPriceInputPanel .query-form select.input-select {
  margin-bottom: 16px;
}

#fundPriceInputPanel .query-form label {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 8px;
}

#fundPriceInputPanel .query-form .large-6 {
  width: 50%;
}

#fundPriceInputPanel .query-form .large-12 {
  width: 100%;
}
