.abbreviation {
	cursor: pointer;
	border-bottom: 1px dashed #bbb;
}

#abbreviation-popup {
	position: absolute;
	z-index: 1000;
	font-family: arial;
	font-size: 11px;
	border: 2px solid #265679;
	-moz-box-shadow: 5px 5px 5px #aaa;
	-webkit-box-shadow: 5px 5px 5px #aaa;
	box-shadow: 5px 5px 5px #aaa;
	-moz-box-sizing: border-box;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px; 
	background-color: white;
	padding: 20px;
	width: 300px;
}

#abbreviation-popup-close{
	right: 5px;
	top: 5px;
	cursor: pointer;
    position: absolute;
    width: 20px;
}

.abbreviation-header {
	font-weight: bold;
	padding-bottom: 3px;
}
