.ch1dl_pre_form_text {
	text-align: center;
	margin-bottom: 20px;
}

.ch1dl_post_form_text {
	text-align: center;
	margin-top: 40px;
}

.ch1dl_book_image_container {
	padding-left: 100px;
}

.ch1dl_chapter_title {
	color: #e38c3d;
}

/* -- Start Mobile Styles ------------------------------------------------------------ */

/*portrait*/
@media screen and (max-width: 480px) and (max-aspect-ratio: 13/9) { 
	.form_content_container {
    	width: 300px;
	}
	
	.ch1dl_book_image_container {
		padding-top: 40px;
		padding-left: 0px;
	}
	
	.ch1dl_book_image_container img {
		max-width: 300px;
	}
}

/*landscape*/
@media screen and (max-width: 700px) and (orientation: landscape) { 
 
}

/* -- Tablets (Android) ------------------------- */

/*Portrait*/
@media (min-width: 768px) and (max-width: 1024px) {	
	
}

/*Landscape*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	
}

/* -- End Mobile Styles -------------------------------------------------------------- */