.pbox {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 60%;
  max-width: 280px;
  overflow: auto;
  background: rgba(255,255,255,1);
  color: #000;
  border-bottom-right-radius: 20px;
  background-clip: padding-box;
  border:1px solid #000;
}

.pbox a{
  color: #005188;
}

.pbox h2{
	font-size: 18px;
	background:#005188;
	padding: 15px 20px;
	color: #fff;
	margin-top: 0px;
	font-weight:700;
}
@media (min-width: 32em) {
	.pbox { width: 70%; }
}
.pbox .pbody { 
	padding: 0;
}

.pbox .pbody p{ 
	padding: 1em 1.5em;
}

.poverlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85) !important;
}

a.pboxclose{
    float:right;
    margin-top:10px;
    margin-right:12px;
    cursor:pointer;
    color: #fff;
    border-radius: 30px;
/*     background: #605F61; 
	font-family: Arial, serif;*/
    font-size: 40px;
    font-weight: 700;
    display: inline-block;
    line-height: 1px;
    padding: 11px 3px;     
	z-index:1001;	
}


a.pboxclose:hover {
    text-decoration: none;
}
.pboxclose:before {
    content: "×";
}
a.pboxclose-inzetje{
    float:right;
    margin-top:10px;
    margin-right:12px;
    cursor:pointer;
    color: #005188;
    border-radius: 30px;
/*     background: #605F61; 
	font-family: Arial, serif;*/
    font-size: 40px;
    font-weight: 700;
    display: inline-block;
    line-height: 1px;
    padding: 11px 3px;     
	z-index:1001;	
}


a.pboxclose-inzetje:hover {
    text-decoration: none;
}
.pboxclose-inzetje:before {
    content: "×";
}
