/* Elements by ID */
#bookCoverImage {
	width: 100%;
}

#bookSummary {
	width: 79%;
}

#bookSummary > div {
	display: inline-grid;
}

#bookTitle {
	min-width: 300px;
}

#contBookCoverImage {
	width: 20%;
}

#contPodcast {
	background-color: #26262b;
}

#contTop {
	width: 100%;
	min-height: 150px;
	max-width: 1200px;
	background: none;
}

#podcastHeader {
	min-width: 300px;
}

#podcastLogo {
	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.784314);
	height: auto;
	width: 40%;
}

#podcastSummary {
	margin: 0px 0px 0px 30px;
	width: 55%;
}

/* Classes */
.bookSummaryHeader {
	font-size: 18pt;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 30px;
}

.bookSummaryText {
	font-size: 16pt;
	line-height: 1.5;
}

.buttonMargin {
	margin-top: 40px;
}

.contTopic {
	margin-bottom: 40px;
	background-color: #26262b;
}

.txtPodcastSummary {
	font-size: 18pt;
}

.txtWouldBuyCount {
	font-size: 20pt;
}
