﻿table.Investment
{
    border-collapse: collapse;
    border-color:#ffffff;
    width:95%;
    border:solid 1px;
    margin-left:2em;
}

table.Investment th
{
    color:White;
    background-color:#4B3A6E;
    font-weight:bold;
}

table.Investment .w24
{
    width:24%;
}

table.Investment td
{
    background-color:Transparent;
    vertical-align:top;
}

