#cite_popup {
	background-color: #fff;
    border: 1px solid #333;
    border-radius: 7px;
    box-shadow: 0 0 10px #333;
	z-index: 5000000;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: calc(100vh - 80px);
	max-width: calc(100vw - 80px);
	overflow-y: auto;
}

@media (min-width: 700px) {
	#cite_popup {
		max-width: 600px;
	}
}

.citation_label {
	font-weight: bold;
	margin-top: 14px;
	color: #333;
}

.citation {
	margin-left: 20px;
	margin-top: 5px;
	font-size: 0.9em;
}

pre.citation {
    overflow: auto;
}

#cite_popup_header {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

#cite_popup_close {
	position: absolute;
	top: 8px;
	right: 10px;
	width: 30px;
	cursor: pointer;
}


#cite_popup_content {
	margin: 20px;
}
