blockquote {
	background-color:#9e9e9e;
	box-sizing:border-box;
	padding:20px;
	font-weight:300;
	line-height:26px;
	width:100%;
	margin:0;
}

.published_table{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	table-layout:fixed;
	font-size:20px;
	margin-top:25px;
}

#published_intro{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;	
	font-size:20px;
}

.published_table td {
	padding:10px;
	vertical-align: top;
}

.published_table{
	padding:15px;	
}

.published_off{
	background-color:rgba(0,0,0,0.1);	
}

.book_description{
	text-align:left;
}

.published_book {
	text-align:center;
}

@media only screen and (min-width : 0px) and (max-width : 1024px) {		

	.published_table td {
		display:block;		
		padding-top:15px;
	}
	
	.published_table {
		width:85%;		
	}

}