/*search results container*/
.search-results__entity__content.search-results__entity__content-fund > .col-md-4 {
    margin-right: 5px;
    width: 33.33333%;
    border-right: 1px solid #eee;
}
.search-results__entity__content.search-results__entity__content-fund > .col-md-4 .table-text > tbody > tr > td, 
.search-results__entity__content.search-results__entity__content-fund > .col-md-4 .table-text > tbody > tr > th {
    font-size: 14px;
}
.search-results__entity__content.search-results__entity__content-fund > .col-md-8 {
    width: 65.667%;
}
/*modify grid*/
.search-results__entity__content.search-results__entity__content-fund > .col-md-8 .search-results__entity__section {
    width: 50%;
    float: left;
    padding-right: 15px;
}
.search-results__entity__content.search-results__entity__content-fund > .col-md-8 .search-results__entity__section:nth-of-type(2) {
    position: relative;
    top: -50px;
    border-left: 1px solid #eee;
    padding-left: 15px;
}
/*management*/
.search-results__entity__content.search-results__entity__content-fund > .col-md-8 .search-results__entity__section .item .col-xs-6 {
    width: 100%;
}
/*chart*/
.search-results__entity__content.search-results__entity__content-fund > .col-md-8 .search-results__entity__section .highcharts-container {
    width: auto !important;
}
/*price ytd return*/
.search-results__entity__content [data-fti-component="fund-static-bar"] .table-price td {
    font-size: 18px !important;
}
/*fund snapshot header*/
.search-results__entity__content.search-results__entity__content-fund h2.header-product {
    font-size: 1.125rem;
    padding-bottom: 0;
}
.search-results__entity__content-fund .search-results__entity__section {
    font-size: 14px;
}

/*hide button*/
.search-results__entity__content.search-results__entity__content-fund > .col-md-8 + .col-md-12 .btn.btn-default.pull-right.au-target {
    display: none;
}
.search-results__entity__content [data-fti-component="fund-static-bar"] .sections-title {
    line-height: 1rem;
    margin-bottom: 10px;
    display: inline-block;
    min-height: 65px;
}
.search-results__entity__content .management-header {
    font-size: 14px;
    margin-bottom: 0;
}
.search-results__entity__section hr {
    margin-bottom: 15px;
}
/*search results end*/