@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans&display=swap');
body {
	font-family:'IBM Plex Sans',sans-serif;
    font-weight: 400;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #4C5F86;
	margin: auto;
	max-width: 1200px;
}
img {
	max-width: 100%;
}
#maintable {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	width: 90%;
	border-spacing: 0;
}
#maintable td {
	padding: 0;
}
#head {
	background-image: url(images/headbg.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 190px;
	vertical-align: top;
}
#headlb {
	background-image: url(images/headlb.png);
	height: 190px;
	width: 14px;
}
#headrb {
	background-image: url(images/headrb.png);
	height: 190px;
	width: 14px;
}
#logo {
	background-image: url(images/mybooklist.svg);
	background-repeat: no-repeat;
	background-position: center;
    background-size: 70%;
	height: 160px;
	width: 218px;
	float: left;
	-webkit-filter: drop-shadow( -3px 3px 3px #000 );
	filter: drop-shadow( -3px 3px 3px #000 );
}
#title {
	background-image: url(images/logobg.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 160px;
}
#menu {
	clear: both;
	height: 30px;
	background-image: url(images/menubg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#menulb {
	float: left;
	height: 30px;
	width: 12px;
}
#menurb {
	float: right;
	height: 30px;
	width: 12px;
}
#title h2 {
	margin: 0;
	font-size: 45px;
	color: #244F85;
	padding: 20px 0 0;
}
#title h3 {
	font-size: 22px;
	color: #34619c;
	margin: 0;
	padding: 0;
}
#sitebottom {
	height: 5px;
	background-color: #FFFFFF;
}
#footer {
	background-color: #548CD0;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	background-image: url(images/footercnt.png);
	background-position: bottom;
	background-repeat: repeat-x;
	background-size: contain;
}
#footerlb {
	background-image: url(images/footerlb.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
}

#menu li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
}
.sidebar h2 {
	color: #323A47;
	font-size: 140%;
	margin: 0;
	padding: 0 0 0.25ex;
}
.sidebar a {
	color: #097DFF;
}
#footer a {
	color: #FFF;
}
.buttons a, .rightbuttons a, .centerbuttons a {
	height: 40px;
	width: 152px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 22px 0 0;
	float: left;
}
.buttons {
	height: 62px;
}
.orange_btn {
	background-image: url(images/orange_btn.png);
	background-repeat: no-repeat;
	background-color: #FF671B;
}

.green_btn {
	background-image: url(images/green_btn.png);
	background-repeat: no-repeat;
	background-color: #58A50C;
}

.blue_btn {
	background-image: url(images/blue_btn.png);
	background-repeat: no-repeat;
	background-color: #4578B7;
}

.screenshots {
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
}
.screenshots img {
	margin: 5px;
    padding: 0;
}

.rightbuttons {
	height: 62px;
	float: right;
}

.centerbuttons {
	height: 62px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

#content img {
    padding: 10px;
}

#content p a, #content li a, #content td a {
	color: #097DFF;
}
.sidebar p, .sidebar li, .sidebar td {
	color: #526074;
	font-size: 100%;
	margin: 0;
	padding: 0 0 1em;
}

#footerrb {
	background-image: url(images/footerrb.png);
	background-repeat: no-repeat;
	height: 26px;
}
#footerbg {
	background-image: url(images/footerbg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#footerlf {
	background-image: url(images/footerlf.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 26px;
	width: 12px;
}
#footerrf {
	background-image: url(images/footerrf.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	height: 26px;
	width: 12px;
}
#footer p {
	margin-top: 8px;
	padding: 0;
	margin-bottom: 0;
}

#menu a {
    padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
}
#menu a:hover {
	text-decoration: underline;
}
#sitelb {
	background-image: url(images/sitelb.png);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFFFFF;
}
#site {
	background-color: #FFFFFF;
}
#main {
	background-repeat: repeat-y;
	background-position: right top;
	margin-top: 5px;
	background-color: #FFFFFF;
}
#content {
	margin-right: 220px;
	margin-left: 15px;
}
.sidebar {
	background-image: url(images/sidebartop.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 180px;
	padding: 5px;
	background-color: #CAE0FC;
}
.sidebarbox {
	background-color: #CAE0FC;
	background-image: url(images/sidebarbottom.png);
	background-repeat: no-repeat;
	float: right;
	width: 190px;
	background-position: bottom;
	padding-bottom: 7px;
}

#content h1 {
	color: #244F85;
	text-align: left;
	padding-top: 0;
	padding-left: 0;
	font-size: 180%;
	margin: 0 0 0.75ex;
}
.sidebar h3 {
	margin: 0;
	padding: 0;
	font-size: 95%;
	color: #323A47;
}

#content h2 {
	color: #228ef6;
	font-size: 120%;
	margin-bottom: 10px;
	padding: 0;
}

#content p, #content li, #content td {
	font-size: 110%;
    line-height: 150%;
	color: #525F72;
}

#content p {
 text-align: justify;
}

#sitetop {
	height: 5px;
}

#siterb {
	background-color: #FFFFFF;
	background-image: url(images/siterb.png);
	background-repeat: repeat-y;
}

#menu ul {
	margin: 0;
	display: inline;
	float: right;
	padding: 4px 0 0;
}

.myButton {
	-moz-box-shadow:inset 0 1px 0 0 #fff6af;
	-webkit-box-shadow:inset 0 1px 0 0 #fff6af;
	box-shadow:inset 0 1px 0 0 #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333 !important;
	font-size:20px !important;
	font-weight:bold !important;
	padding:6px 24px;
	margin: 10px;
	text-decoration:none !important;
	text-shadow:0 1px 0 #ffee66 !important;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.myButton:active {
	position:relative;
	top:1px;
}

.centered {
    text-align: center;
}

::placeholder {
	color: #ddd;
}

textarea, input[type=text], fieldset, select {
	font-size: 16px;
	padding: 6px 10px;
	margin: 8px 0;
	box-sizing: border-box;
	border: 2px solid #2E629D;
	width: 95%;
	max-width: 100%;
	background-color: white;
}
textarea:focus, input[type=text]:focus {
	background-color: #d8e1ef;
}
input[type=submit], input[type=reset] {
	background-color: #2E629D;
	border: none;
	color: white;
	padding: 16px 32px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
	font-size: 18px;
}

#feedback_form td {
	padding: 5px;
}

@media screen and (max-width: 40em) {
	body {
		width: 100%;
	}
	#title h2 {
		font-size: 18pt;
		padding: 20px 0 0 10px;
	}
	#title h3 {
		font-size: 14pt;
		padding: 20px 0 0 10px;
	}
	#content h1 {
		font-size: 20pt;
	}
	.sidebar, .sidebarbox, .sidebar-footer {
		display: none;
	}
	#maintable {
		width: 100%;
	}
	#logo {
		width: 120px;
		float: right;
	}
	#content {
		margin: auto;
	}
	#content img {
		padding: 0;
	}
}

