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

.morris-hover.morris-default-style {
    border-radius: 10px;
    padding: 6px;
    color: #ffffff; /* Text color changed to white for contrast */
    background: rgba(0, 128, 128, 0.9); /* Teal green background */
    border: solid 2px rgba(0, 100, 100, 0.8); /* Darker teal border */
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
}

.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: 700;
    margin: 0.25em 0;
    color: #ffffff;
}

.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: 0.1em 0;
    color: #d0f0f0; /* Light teal text for points */
}
