.iml-fund-performance-table-section{
    margin-bottom: 0px;
}
.iml-fund-performance-table-section.ajax-loading .table-wrapper{
    opacity: 0.4;
}
.iml-fund-performance-table-section .controls-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}
.iml-fund-performance-table-section .net-performance-date{
    color: #94d5da;
	text-transform: uppercase;
	font-weight: bold;
}
.iml-fund-performance-table-section .table-controls{
    display: flex;
}
.iml-fund-performance-table-section .table-controls select{
    margin-right:5px
}
.iml-fund-performance-table-section table{
    width: 100%;
}
.iml-fund-performance-table-section table tr th{
    padding: 5px 10px;
    border: 1px solid #2C3455;
    text-align: left;
    background: #2C3455;
    color: #fff;
}
.iml-fund-performance-table-section table .highlight{
    font-weight: bold;
}
.iml-fund-performance-table-section .notes{
    font-size: 80%;
    padding: 10px 0;
}
.iml-fund-performance-table-section .notes p{
    margin: 0;
}