/* CSS Document */
body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	}

h1, h2, h3, h4, h5, h6 {
	font-size: 100% !important;
	}

.row {
	margin: 0; 
	}
	
.site-header, .site-footer, .col-20, .space-10, .home-link, .hide-print, footer {
	display: none !important;
	}

#page {
    background-color: #ffffff;
    box-shadow: none !important;
    width: 100%;
	}

.col-70 {
	width: 100%;
	float: none;
	-webkit-columns: 300px 2;
	-moz-columns: 300px 2;
	columns: 300px 2;
	}

.space-20, .space-10 {
	padding: 0 !important;
	}

.booklists ol {
	margin-bottom: 40px !important;
	clear: both;
	}

.booklists li {
	clear: both;
	margin: 10px 20px 0 !important;
	}
	
.booklists li img {
	float: left;
    height: auto;
    margin: 0 20px 20px 0;
    width: 100px;
	}
	
.inline {
	display: inline;
	}
