@media only screen and (min-width: 853px) {
	bookstore {
		width: 240px !important;
		float: right;
	}
}
@media only screen and (max-width: 852px) {
	bookstore {
		width: 100% !important;
		float: right;
	}
}


