img {
	width: 100%;
	height: auto;
}
button {
	margin: 5px 3px;
	background-color: #007377;
	color: #fff;
	border: none;
	padding: 10px;
	cursor: pointer;
}
button:hover {
	background-color: rgba(0, 115, 119, 0.8);
}
#app {
	max-width: 768px;
}
.book {
	margin: 15px 0;
}
.book-title {
	font-family: "roboto", sans-serif, Arial;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #007377;
}

.col1 {
	width: 18%;
	margin: 0 1%;
	float: left;
}
.col1 img {
	transition: 0.5s;
}
.col1 img.active {
	transform: scale(1.5);
}
.col2 {
	width: 78%;
	margin: 0 1%;
	float: left;
}

.clearFix:after {
	display: block;
	clear: both;
	content: " ";
}

.label {
	font-weight: bold;
	color: #444;
}
.filter-by {
	margin-left: 1%;
	font-weight: bold;
}
.filters {
	margin: 10px 0 10px 1%;
}
.active {
	background-color: rgba(0, 0, 0, 0.8);
}
.clear-filters {
	background-color: rgba(190, 0, 0, 1);
}
button.clear-filters:hover {
	background-color: rgba(210, 0, 0, 0.8);
}
.meta {
	font-size: 0.9em;
	line-height: 1.5em;
}
