.popup p {
	padding-right:15px;
	font-weight:bold;
}

.article-info {
	display:none;
	margin-top: 5px;
}

.article-info.info-text {
	margin-top:50px;
}

#facets {margin-top: 80px;}

.button,.facet-button {
	cursor:pointer;
	border-radius:1px;
	margin-top:5px;
	width:250px;
	padding:10px;
	height:15px;
	background:rgba(0,200,0,0.7);
}

#resultDisplay {
position:absolute; 
left:320px; 
top:0px;right:10px; 
padding-left:10px; 
background:rgb(240,240,240);
min-width:900px;
min-height:100%;
}
tr#header {
	background: rgb(150,150,150);
	height:30px;
	font-size:20px;
	cursor:pointer;
}
tr.content {
	min-height:30px;
	padding:2px;
}
tr.content td {
	padding:4px;
}
tr.content:nth-child(even) {background: rgb(220,220,220)}
tr.content:nth-child(odd) {background: rgb(250,250,250)}
.hidden {
	display:none;
}
.extra-info {
 position:fixed;left:325px;height:400px; width:800px; top: 120px;
}
.magazine-frame {
position:absolute; top:0px; width:1010px; height:100%; left:320px;
}
#article {
	border: 3px solid;
	height:98%;
	width:100%;
}
div.img {
	position:absolute;height:42px; width:100%;
}
.close-info,.close-article{
	float:right;
	cursor:pointer;
}
#extra-info-iframe {
	 height:100%; width:100%; border:solid 2px;
}

#popup-content {
	background:rgb(250,250,250);
	width:100%;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border:2px solid;
}