#cv_graph {
    position: absolute;
    top: -111111px;
    left: -111111px;
    width: 33px;
    height: 33px;
    background-color: rgb(93, 145, 161);
    /*Default= background-color: rgb(93, 145, 161);*/
    display: none;
    z-index: 100;
}
#infobox {
    position: absolute;
    top: 10px;
    left: 15px;
    font-family: Consolas, "Courier New", monospace;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    /*Default= color: #ffffff;*/
    background-color: rgba(0, 0, 0, 0);
    padding: 10px;
    display: block;
    z-index: 200;
}
