.totalInvesment {
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
}

.yearlyIncomeCell {
    padding-top: 30px;
}

.rentalSection {
    border: 1px dotted #800080;
    padding: 5px;
}

.rentalSection legend {
    color: #800080;
}

.dividendSection {
    border: 1px dotted black;
    padding: 5px;
}

.dividendSection legend {
    color: black;
}

.stockSection {
    border: 1px dotted #D4A017;
    padding: 5px;
}

.stockSection legend {
    color: #D4A017;
}

.rentalSection, .dividendSection, .stockSection {
    /*border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 0px;

*/
border-bottom-width: 2px;
border-bottom-style: solid;
    margin-bottom: 10px;
}

.sectionCloseButton {
    color: blue;
    cursor: pointer;
}