.morris-hover {
    position: absolute;
    z-index: 1000;
}

    .morris-hover.morris-default-style {
        border-radius: 10px;
        padding: 6px;
        color: #666;
        background: rgba(255,255,255,0.8);
        border: solid 2px rgba(230,230,230,0.8);
        font-family: sans-serif;
        font-size: 12px;
        text-align: center;
    }

        .morris-hover.morris-default-style .morris-hover-row-label {
            font-weight: bold;
            margin: 0.25em 0;
        }

        .morris-hover.morris-default-style .morris-hover-point {
            white-space: nowrap;
            margin: 0.1em 0;
        }

@-webkit-keyframes glowIt {
    0% {
        background-color: #54B7FF;
        -webkit-box-shadow: 0 0 9px #fff;
        border-color: #54B7FF;
    }

    50% {
        background-color: #5BC0DE;
        border-color: #5BC0DE;
        -webkit-box-shadow: 0 0 18px #fff;
    }

    100% {
        background-color: #58c8df;
        border-color: #398439;
        -webkit-box-shadow: 0 0 9px #fff;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



@-webkit-keyframes glowItErr {
    0% {
        background-color: black;
        -webkit-box-shadow: 0 0 9px #fff;
        border-color: white;
    }

    25% {
        background-color: black;
        border-color: white;
        -webkit-box-shadow: 0 0 18px #fff;
    }

    50% {
        background-color: #FF6370;
        border-color: white;
        -webkit-box-shadow: 0 0 18px #fff;
    }

    75% {
        background-color: red;
        border-color: white;
        -webkit-box-shadow: 0 0 18px #fff;
    }

    100% {
        background-color: red;
        border-color: white;
        -webkit-box-shadow: 0 0 9px #fff;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(350deg);
    }
}
