.book-summary {
    width: 210px; /* default is 300pxr */
}

.book-body {
    left: 220px !important;
}
@media (min-width: 600px) {
	.book-body {
		left: 220px !important;
	}
}

