/*---------------------------------------------
investment_trust_note
---------------------------------------------*/
.investment_trust_note{
font-size:90%;
color:#4e4e4e;
padding-left: 0em;
text-indent: -1.3em;
position: relative;
z-index: 10;
max-width: 1045px;
margin: 30px auto 0;
padding: 0 14px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between; }

/*---------------------------------------------
investment_trust_topic
---------------------------------------------*/
.investment_trust_topic {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    background-color: #f2dcdb;
    border-radius: 0.9em;
}
}

