.simple-chart-block {
    background: white;
    padding-bottom:  5%;
    padding-top:  5%;
    color: black;
}

.simple-chart-index-block {
    background: white;
    padding-bottom:  2%;
    padding-top:  2%;
    padding-left: 5%;
    width: 66%;
}

.simple-chart-html {
    background: white;
}

.simple-chart-html a {
    text-decoration: none;
    font-family: helvetica;

    color: rgba(255, 255, 255, 0.8);
    background: rgb(145, 92, 182);  
    border-radius: 4px;
    padding: 2px;

    transition: all 0.5s ease-in-out;
}

.simple-chart-html a:hover {
    color: rgba(255, 255, 255, 1);
    box-shadow: 0 0px 10px rgba(145, 92, 182, .4);

    transition: all 0.5s ease-in-out;
}

.simple-chart-html a:active {
    color: rgba(255, 255, 255, 1);
    box-shadow: 0 0px 25px rgba(145, 92, 182, .8);

    transition: all 0.5s ease-in-out;
}

.simple-chart-outer {
    background: white;
    position: relative;
    left: 2.5%;
    width: 95%;
}

.simple-chart-title {
    background: white;
    margin: auto;
}

.simple-chart-title-text {
    background: white;
    font-weight: bold;
    font-size: 150%;
    text-align: center;
    color: black;
}

.simple-chart-graph {
}
