.hideMe {
	display: none;
}

#bookInfo {
	display: block;
	overflow: hidden;
	margin-top: 15px;
}

#leftSide {
	float: left;
	display: inline-block;
	width: 59%;
	height: 200px;
}

#rightSide {
	float: right;
	display: inline-block;
	width: 39%;
	height: 200px;
	text-align: center;
	vertical-align: middle;
}

#rightSide > img {
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}

#bookTitle {
	color: #3898D4;
	font-size: 1.4em;
	font-weight: bold;
}

#adoptionInfo {
	margin-top: 20px;
}

#tableCellLabel {
	width: 15%;
	font-weight: bold;
}

.inputText {
	width: 315px;
}

#topContainer {
	overflow: hidden;
	margin-top: 20px;
}

#quoteLogo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}




.adoptMePicture {
	width: 20%;
	vertical-align: middle;
	text-align: center;
}

.adoptMeText {
	vertical-align: middle;
}


#CRSearchBox {
	float: right;
	margin-right: 20px;
	width: 200px;
	height: 22px;
}


p {
	margin: 0px;
}

#bookDetailHeader {
	width: 100%;
	border-bottom: 3px solid #DBB700;
	padding: 0px;
}

#bookDetails {
	border: none !important;
}

#bookDetails > tbody> tr > td {
	vertical-align: middle;
	text-align: left;
	padding-left: 0px;
	border: none !important;
	font-weight: bold;
}

.bdLeftCell {
	width: 15%;
}

#adoptButtons {
	width: 100%;
	height: 60px;
	overflow: hidden;
	display: block;
	font-weight: bold;
	margin-bottom: 15px;
}

#adoptByCheck {
	width: 200px;
	height: 60px;
	border: 1px solid #ffbd29;
	display: inline-block;
	background-color: #E7E7E8;
	margin-right: 10px;
	
	text-align: center;
	padding-top: 5px;
	cursor: pointer;
}

#adoptByCard {
	width: 200px;
	height: 60px;
	border: 1px solid #ffbd29;
	display: inline-block;
	background-color: #E7E7E8;
	margin-left: 10px;
	
	text-align: center;
	padding-top: 5px;
	cursor: pointer;
}

.adoptKeyword {
	margin-top: 5px;
	font-size: 1em;
}



.carousel-indicators {
    position: absolute;
    bottom: -50px;
    color:black;
}
/* Add an extra .carousel parent class to increase specifity
   avoiding the use of !important flag. */
.carousel .carousel-indicators li {
    background-color: #fff;
    background-color: rgba(70, 70, 70, 0.25);
}

.carousel .carousel-indicators .active {
    background-color: #444 ;
}


































































































