﻿.mypopupimage {
    cursor: zoom-in;
}
.mypopupsvg {
    cursor: zoom-in;
}
.overlayer {
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.3);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    position: fixed;
    top: 0;
    text-align: center;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100000;
}

.msghead{
    font-family:Courier New, Courier, monospace;
}
.containerdescription p{
    margin-bottom: 0px;
}