.graphbutton {
    position: relative;
    top: 60px;
    width: 30%;
    height: auto;
    padding-bottom: 45px;

}

.graphimage {
    position: inherit;
    text-outline: 10px;
    /*top: -25px;*/
    /*bottom: 10px;*/
    /*padding-top: 20px;*/
    /*width: 60%; *//* for IE 6 */
    /*border: 1px solid;*/
    /*border-radius: 8px;*/
    /*opacity: 0.5;*/
}

.graphtext {
    position: absolute;
    top: 30px;
    left: 10;
    width: 100%;
    z-index:500;
}

.graphtext span {
    /*color: white;*/
    /*font: bold 24px/45px Helvetica, Sans-Serif;*/
    /*letter-spacing: -1px;*/
    /*background: rgb(0, 0, 0); *//* fallback color */
    /*background: rgba(0, 0, 0, 0.7);*/
    padding: 5px;
}

.graphtext span.spacer {
    padding:0 5px;
}