.info-panel {
    background: white;
    width: 100%;
    height: auto;
}
#InfoBoxUpdatePanel {
    z-index: 100000;
}
/*#InfoBoxUpdatePanel {
    position: absolute;
    top: 80px;
    left: 250px;
    width: calc(100% - 250px);
    height: auto;
}*/
#InfoBoxUpdatePanel {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 700px;
}
.infoText
{
    margin-bottom:20px;
}
.infoButton
{
    margin-top:20px;
}

#popupOverlayInfoBox {
    display: block;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: Black;
    opacity: 0.7;
}