@charset "utf-8";
/* CSS Document */
/*book banner css*/


.img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 150px;
	margin:10px auto;
  background-color: #0cc;
	border-radius:25px;
  color: white;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
.img-container a:link, .img-container a:visited {
  color: white;
	text-decoration: none;
}
.img-container a:hover, .img-container a:active {
  color: #00ffcc;
}
.img-container div{
	padding:3px;
}
.readonlinechapt{
	font-size:130%;
	font-weight:500;
	color:white;
}
.fullchapt{
	font-size:110%;
	font-weight:500;
	color:whhite;
}

.readonlinechapt a:link, .readonlinechapt a:visited, .fullchapt a:link, .fullchapt a:visited{
	color:white;
}

@media screen and (max-width: 600px) {
	.img-container {
		width:95%;}
	}
  }
}