.literatureOuterBox {
	max-width: 300px;
	height: 350px;
	width: 300px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	float: left;
	border: solid 1px #C5C5C5;
	display: inline-block;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	background-color: #FFFFFF;
	font-family: Calibri;
}
.literatureHeader {
	font-size: x-large;
	color: black;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 20px;
	width: 300px;
	left: 10px;
	z-index: 1
}
.literatureInfo {
	position: absolute;
	top: 5px;
	width: 300px;
	left: 10px;
	z-index: 1
}
.literatureHeaderTitleText {
	width: 100%;
	float: left;
	font-size: large;
    color: #4d4d4f;
    font-weight: bold;
    text-align: center;
    min-height: 40px;
}
.literatureHeaderInfoBtn {
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: 290px;
}
.noLineLink {
	color: #4D4D4F;
	border-bottom: none !important;
    text-decoration: none !important;
}
.fullPage {
	width: 100%;
	float: left;
	display: inline-block;
}
.center {
	width: 100%;
	text-align: center;
}
.literatureThumbnail {
	max-width: 300px;
	width: 300px;
	height: 300px;
	position: absolute;
	top: 40px;
	left: 5px;
	cursor: pointer;
	padding: 4% 2% 0% 2%;
}
.infobar {
	width: 300px;
	height: 15px;
	z-index: 2;
}
.infobtn {
	width: 15px;
	height: 15px;
	float: right;
	cursor: pointer; 
}
.descriptionPopup {
	display: none;
	position: relative;
	padding: 2px;
	width: 300px; 
	top: 265px;
	background: #4D4D4F;
	border-radius: 4px;
	text-align: center;
	color: #FFFFFF;
	z-index: 3;
}