﻿#custompop-overlay
{
    display: none;
    opacity: .5;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483600;
    background: #000
}
.custompop {
    background-color: #fff;
    border-radius: 5px;
    max-width: 150px !important; /* 550 */
	height: 800px;
    display: none;
    position: fixed;
    max-width: 100vw;
    max-height: 100vh;
    z-index: 2147483600;
    top: 5%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    min-height: unset !important;
	font-weight:normal;
    padding: 10px;
}
.custompop .body {
    xpadding: 10px;
    font-size:14px;
}