.fund_summary_section h2 {
    font-size: 25px !important;
    font-weight: 900;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #54595f;
}
.fund_summary_section p strong{
   font-size: 20px; 
}
.fund_summary_section p {
    background: #009171;
    color: #fff;
    padding: 10px 15px !important;
    font-size: 21px;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
}
.fund_summary_section hr{
        border-top: 1px dashed #000;
            margin-top: 30px;
    margin-bottom: 30px;
}
table#fund_holdings {
   border: 1px solid #DDDDDD;
}

table#fund_holdings td {
    border: none;
    padding: 10px 10px !important;
    font-size: 14px;
    line-height: 23px;
    color: #000;
    text-align: right;
}

table#fund_holdings th {
    padding: 18px 10px !important;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    background: #626060;
    border: none;
    text-align: right;
}
table#fund_holdings th:first-child,table#fund_holdings th:nth-child(3){
    text-align: left;
}
table#fund_holdings tr:nth-child(even) {
   background-color: #ddd;
}
table#fund_holdings td:first-child {
    text-align: left;
}
table#fund_holdings td:nth-child(3){
text-align: left !important;
}
.table_outer h2{
       font-size: 25px;
    font-weight: 900;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #54595f; 
}
.table_outer th {
    padding: 18px 10px !important;
    font-size: 14px;
    line-height: 21px;
    color: #fff !important;
    background: #626060;
    border: none !important;
    text-align: right;
}
.table_outer th:first-child{
    text-align: :left;

}
.table_outer tr:nth-child(even) {
   background-color: #ddd;
}
.table_outer td {
    border: none;
    padding: 10px 10px !important;
    font-size: 14px;
    line-height: 23px;
    color: #000 !important;
    border-top: none !important;
    text-align: right;
}
.table_outer td:first-child {
    text-align: left;
}
.table_outer #fund_distribution td:first-child{
    text-align: right;
}
.table_outer table{
    border: 1px solid #DDDDDD !important;
}
.table_outer.first_tr_color  tr:nth-child(even) {
   background-color: transparent;
}
.table_outer.first_tr_color  tbody tr:nth-child(odd) {
  background-color: #ddd;
}
a.holdings_download{
    background-color: #009171;
    color: #fff;
    padding: 12px 40px;
    margin-top: 20px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 700;
    border-radius: 8px;
    font-size: 18px;
    transition: all .3s ease;
}
a.holdings_download:hover{
    background-color: #626060;
    transition: all .3s ease;
}
@media(max-width: 980px){
    .overflow_table .et_pb_text_inner{
        width: 100%;
        overflow-x: scroll;
    }

}
@media(max-width: 767px){
    a.holdings_download {
    padding: 8px 35px;
    font-size: 16px;
}
    .fund_summary_section h2 {
    font-size: 22px !important;
}
.fund_summary_section p {
    font-size: 16px;
    line-height: 26px;
    }
    .fund_summary_section p strong {
    font-size: 15px;
}
.table_outer h2{
       font-size: 22px;
       }
}