.customAlert{
    position:fixed;
    top:30px;
    left:30px;
    z-index:2000;
    box-shadow:0 0 10px black;
}

.customAlert_X{
    margin-left:25px;
    cursor:pointer;
    float:right;
}

.customAlert_X:hover{
    opacity:0.7;
}
