.director-bio {
    display: none;
    position: absolute;
    background: white;
    padding: 30px;
    line-height: 21px;
    font-size: 14px;
    left: 20%;
    width: 80%;
    max-width: 800px;
}

#director-title {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    margin-top: 10px;
    font-weight: normal;
    margin-bottom: 0px;
}

.chart-header {
    clear: both;
}

.morning-star-data-table-wrapper {
    padding: 25px 0px;
    position:relative;
}

.morning-star-data-table-wrapper h3 {
    margin-bottom: 20px !important;
}

.positive-number {
    color: #20B720;
}

.negative-number {
    color: #E70000;
}

.is-negative {
    color: #E70000;
}

.is-negative::before {
    content: "\25bc";
}

.is-positive {
    color: #20B720;
}

.is-positive::before {
    content: "\25b2";
}

#yearly-dividend-chart {
    border: 1px solid #f1f1f1;
}

.morning-star-data-table-wrapper h3 {
    display: inline;
    text-align: left;
}

#morningstar-modals {
    display: none;
}
