@charset "utf-8";
/* CSS Document */
ul.nav.nav-tabs {
	margin-bottom: 60px;
}
/*corporate supporter page height fix*/
div #corpSup {
	height: 200px;
}
.greyBlock {
	background:#efefef;
	padding:0px 40px 20px;
	margin-top:20px;
}
.nav-tabs > li > a {
    font-size: 13px;
    font-weight: 400;
    padding: 11px 10px 10px !important;
}	
.bookIcons {
	display: inline-block;
	vertical-align: top;
	margin-left: 12px;
	margin-right: 12px;
	width: 141px;
	height: 246px;
	zoom: 1;
	text-align: center;
}
.bookList {
	  height: 20px !important;
	  text-align: center;
	  font-size: 11px;
	  font-weight: bold;
}
.bookCover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    height: 130px !important;
    margin-bottom: 10px;
}
.pSects {
	margin-top: 0px !important;
}
.pBorder {
	margin-top: -50px !important;
}
@media (min-width : 1599px) {}
@media (max-width : 1599px) {}
@media (max-width : 1199px) {}
@media (max-width : 991px) {
	.greyBlock {
	background:#efefef;
	padding:1px 40px 10px;
	margin-top:20px;
	}	
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {}
@media (max-width: 767px) {
	.nav-pills {
		width:300%;	
	}
}