div.cover2 {
    background-color: #cccccc;
    z-index: 1;
    border-spacing: 0px;
    padding: 0px;
}

div.cover1 {
    position:relative;
    background-color: #cccccc;
    z-index: 1;
    border-spacing: 0px;
    padding: 0px;
    height: 500px;font-weight: bold;
    width: 1000px;
    padding: 0px;

}

div.inner1{
    position:absolute;
    background-color: #706588;
    width:4px;
    z-index: 2;
    opacity: 0.8;
}



.inner2 {
    background-color: #706588;
    position: relative;
    z-index: 2;
    float: left;
}

.inner3 {
    width: 0px;
    position: relative;
    z-index: 2;
    float: left;
    color: red;
    font-weight: bold;
}

.inner03 {
    width: 0px;
    position: absolute;
    z-index: 3;
    /*float: left;*/
    color: red;
    font-weight: bold;
}

.inner4 {
    width: 0px;
    height: 0px;
    position: relative;
    /*float: top; */
    z-index: 3;
    word-break:keep-all!important;
    word-wrap: normal!important;
    font-size: 15px;
}

.inner04 {
    width: 0px;
    height: 0px;
    position: absolute;
    /*float: top; */
    z-index: 3;
    word-break:keep-all!important;
    word-wrap: normal!important;
    font-size: 15px;
}

.inner5 {
    width: 0px;
    height: 0px;
    position: relative;
    /*float: top; */
    z-index: 3;
    word-break:keep-all!important;
    word-wrap: normal!important;
    font-size: 25px;
    font-weight: bold;
    color:red;
}

.ch-point {
    z-index: 5;
    display: block;
    height: auto;
    max-width: 15px;
}

hr.chart-hr {
    border:1px;
}

div.pointer-y{
    position:absolute;
    left:0%;
    top:55%;
    width:100%;
    height:1px;
    /*background-color: #004062;*/
    z-index:1;
    display:none;
    border-top: 1px dotted #004062;
}

div.pointer-x {
    position:absolute;
    left:55%;
    top:0%;
    width:1px;
    height:100%;
    /*background-color: #004062;*/
    z-index:1;
    display:none;
    border-left: 1px dotted #004062;
}

.p-y-desc {
    float:right;
    width:100px;
    margin-right: -100px;
}

.p-x-desc {
    /*float:bottom;*/
    height:100px;
    width:100px;
    margin-bottom: -100px;
    position:absolute;
    top:500px;
}



/* RESPONSIVITY */
@media screen and (max-width: 1000px) {
    div.cover1 {
        height: 90vh;
        width:400px;
    }

    .p-x-desc {
        top:90vh;
    }

    div.inner1{
        width:2px;
    }
}