body {
	color: #fff;
	background: #000 url(/img/spotlight.jpg) no-repeat center top;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

a {
	color: #62a2e9;
}

img {
  max-width:100%;
  height:auto;
}

#booktable {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
    overflow:hidden;
}

#booktable div {
   min-height: 200px;
   padding: 10px;
}

#bookcover {
	width: 366px;
	float: left;
}

#bookinfo {
	overflow:hidden;
	min-height: 170px;
	margin-left: 366px;
}

/* http://stackoverflow.com/questions/14436800/two-divs-next-to-each-other-that-then-stack-with-responsive-change */

@media screen and (max-width: 700px) {
	#booktable {
		width: 90%;
	}
	#bookcover { 
		float: none;
		margin-right:0;
		width:auto;
	}
	#bookinfo {
		margin-left: 0px;
	}
}

#buttons {
	text-align: center;
	clear: both;
}

#buttons img {
	border-style: none;
}

li {
        padding-top: 5px;
        padding-bottom: 5px;
}

.bigitalic {
        font-size: 12pt;
        font-style: italic;
}