#popupbox {position:fixed;background:rgba(20,20,20,0.9);width:100%;height:100%;top:0;left:0;z-index:10000;overflow: scroll;}
#popupbox [id*='lbHide'], #popupbox .closer {position:absolute;right: 0;top: 0;width: 60px;height: 60px;background: #00709b;text-align: center;color: #00709b;font-size:1.5em;cursor:pointer;}
#popupbox [id*='lbHide']:after, #popupbox .closer:after {
display: inline-block;
content: "\00d7";
color:#fff;
font-size: 2em;
position: absolute;
margin: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.p-vote {border-radius:5px;display:block;color:#333;background: #00709b;width: 100%;font-weight:700;text-align:center;margin: 25px 0 10px 0;padding: 20px;color: #fff;text-transform:uppercase;font-size: 20px;}
.p-vote:hover {
background:#333;
color:#fff;
text-decoration:none;
}
.p-desc {text-align:center;color:#eee;font-size:18px;}
/*image container*/
.popupbox {
position:absolute;
width:550px;
max-width:80%;
height:600px;
margin:auto;
top:5%;
bottom;0;
left:0;
right:0;
}
.popupbox img {
max-width:100%;
}


/*logged out*/
.popup-link {}
.popup-link a{
    padding: 20px;
    text-align: center;
    width: 50%;
    float:left;
    text-align: center;
    background: #D80053;
    margin:5px 2px 0px 0px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.popup-link a:hover {
  text-decoration:none;
}
.home-link{
    padding: 20px;
    text-align: center;
    width: 49%;
    float:left;
    text-align: center;
    background: #D80053;
    margin:5px 0px 0px 2px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor:pointer;
}
.home-link p {
margin:0px;
line-height:1.4;
}
.popupbox ul {
padding:0px;
margin:0px;
}
.popupbox ul li{
display:inline-block;
width:50%;
border:5px solid transparent;
text-align:center;
}
.popupbox ul li a, .popupbox ul li p {
color:#fff;
font-weight:bold;
line-height:1.7;
display:block;
padding:15px;
background:#D80053;
cursor:pointer;
}
.popupbox ul li a:hover {
text-decoration:none;
}