.correlation {
    width: 75%;
    height: 20px;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0, #009900),
        color-stop(0, #FF0000),
        color-stop(0.5, #FFFFFF),
        color-stop(1, #19A319),
        color-stop(1, #33AD33),
        color-stop(1, #4CB74C),
        color-stop(1, #66C266),
        color-stop(1, #7FCC7F),
        color-stop(1, #99D699),
        color-stop(1, #B2E0B2),
        color-stop(1, #CCEBCC),
        color-stop(1, #FFFFFF),
        color-stop(1, #FFFFFF),
        color-stop(1, #FFFFFF),
        color-stop(1, #FFFFFF),
        color-stop(1, #FFFFFF),
        color-stop(1, #D5A30B),
        color-stop(1, #D5A30B),`
        color-stop(1, #D5A30B),
        color-stop(1, #D5A30B),
        color-stop(1, #D5A30B)
    );
    background-image: -o-linear-gradient(left, #D5A30B 0%, #D5A30B 0%, #FFFFFF 50%, #19A319 100%); 
    background-image: -moz-linear-gradient(left, #D5A30B 0%, #D5A30B 0%, #FFFFFF 50%, #19A319 100%);
    background-image: -webkit-linear-gradient(left, #D5A30B 0%, #D5A30B 0%, #FFFFFF 50%, #19A319 100%);
    background-image: -ms-linear-gradient(left, #D5A30B 0%, #D5A30B 0%, #FFFFFF 50%, #19A319 100%);
    background-image: linear-gradient(to left, #D5A30B 0%, #D5A30B 0%, #FFFFFF 50%, #19A319 100%);
}
.numberCircle {
    background: #FFFFFF;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #000000;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 5px;
    text-align: center;
    width: 1.6em;
    margin-left:5px; 
}
.numberCircleSmall {
    background: #FFFFFF;
    border-radius: 0.7em;
    -moz-border-radius: 0.7em;
    -webkit-border-radius: 0.7em;
    color: #000000;
    display: inline-block;
    font-weight: bold;
    line-height: 1.4em;
    margin-right: 5px;
    text-align: center;
    width: 1.4em; 
}
li{
    color: #ab2f2f;
}
#investmentApproach ul li span{
    color: #333;
}
.investmethodology-table #correlationTable .tr-1{
    height: 60px;
}
.investmethodology-table #correlationTable .tr-1 .td-1{
    width: 10px;
}
.investmethodology-table #correlationTable .tr-2{
    height: 47px;
    text-align: center;
    font-size: 12px;
}
.correlation-bar-width{
    width: 75%;
}

