
div.popup {
position: absolute;
z-index: 1;
color: #191970;
background-color: #f5f5f5;
font-size: 1.5em;
text-align: left;
}

#popup-info > div {
width: 49%;
float: left;
}

#popup-info div.title {
text-align: center;
font-weight: bold;
}

#popup-info div.close {
text-align: right;
}

#popup-info blockquote {
clear: both;
width: 100%;
float: left;
}
