.morris-hover {
    position: absolute;
    z-index: 1000;
}

    /*.morris-hover.morris-default-style {
        border-radius: 2px;
        padding: 5px 20px;
        background: rgba(255,255,255,0.97);
        font-size: 13px;
        font-weight:500;
        text-align: center;
        -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.12), 0 19px 60px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.12), 0 19px 60px rgba(0, 0, 0, 0.2);
        box-shadow: 0 15px 20px rgba(0, 0, 0, 0.12), 0 19px 60px rgba(0, 0, 0, 0.2);
    }*/
    .morris-hover.morris-default-style {
        background: rgba(255, 255, 255, 0.97) none repeat scroll 0 0;
    border-top: 1px solid #eee;
    display: block;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    margin-top: -5px;
    padding: 5px 20px 0;
    position: static;
    text-align: left;
    }

        .morris-hover.morris-default-style > div {
            float: left;
            line-height: 1;
        }

        .morris-hover.morris-default-style .morris-hover-row-label {
            font-size: 14px;
            font-weight: bold;
            margin-left: 0;
            margin-right: 10px;
        }

        .morris-hover.morris-default-style .morris-hover-point {
            line-height: 18px;
            margin: -2px 10px 3px 0;
            white-space: nowrap;
        }
