/* 
	CSS file for books.htm on large display
*/
.div-title {
	position: absolute;
	top: 1vh;
	left: 5vw;
	width: 90vw;
	height: 10vh;
	text-align: center;
	}
.div-subtitle {
	position: absolute;
	top: 8vh;
	left: 10vw;
	width: 80vw;
	height: auto;
	text-align: center;
	}
.div-home {
	position: absolute;
	top: 1vh;
	left: 1vw;
	height: 10vh;
	width: 10vw;
	}
.image-home {
	border: none;
	height: 10vh;
	width: auto;
	opacity: 1;
	}
.div-table {
	position: absolute;
	top: 12vh;
	left: 5vw;
	width: 95vw;
	height: auto;
	}
.div-order {
	position: absolute;
	top: 80vh;
	left: 5vw;
	width: 95vw;
	height: 15vh;
	}
.image-cover	{
	height: 20vh;
	width: auto;
	}
.image-inside	{
	height: 20vh;
	width: auto;
	}
table	{
	position: absolute;
	top: 5vh;
	left: 0vw;
	width: 90vw;
	background-color: #ffaaaa;
	border: 15px;
	}
th,td	{
	text-align: center;
	padding: 5px;
	}
tr:nth-child(even) {
	background-color: #aaffaa;
	}
body {
	background-color: #ccccff;
	}
t-title	{
	font-family: arial;
	font-size: 3vh;
	font-align: center;
	font-weight: bold;
	color: blue;
	}
t-body	{
	font-family: arial;
	font-size: 2vh;
	font-align: left;
	font-weight: normal;
	color: green;
	}
t-desc	{
	font-family: arial;
	font-size: 2vh;
	font-align: left;
	font-weight: bold;
	color: black;
	}
a:link {
  color: blue;
	}
a:visited {
  color: blue;
	}
a:hover {
  color: red;
	}
a:active {
  color: yellow;
	} 
a {
	text-decoration: none;
	}
