
body {
	background: #ffffff;
	font-size:100%;
}

h1, h2, h3 {
	font-family: 'Bebas Neue', cursive;
	font-variant: normal;
}

h1 {
	font-size: 2.33em;
	font-weight: bolder;
	margin-top:0;
}

h2 {
	font-size: 2em;
	font-weight: bold;
}

h3 {
	font-family: 'Recursive', sans-serif;
	font-size: 1.66em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}

p, ul, ol {
	font-family: 'Recursive', sans-serif;
	line-height: 1.5em;
}

#Content {
	width: 95%;
	margin:0 auto;
}

#Menu {
	background-color: #f9f8f4;
}

#Menu ul {
		font-family: Arial, sans-serif;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#Menu li {
	float: left;
	font-weight: normal;
}

#Menu li a {
	display: block;
	color: #35614a;
	text-align: center;
	padding: 14px;
	text-decoration: none;
}

#Menu li a:hover {
	background-color: #F2F2EB;
}

#PageContent {
	background: #ffffff;
	padding: 18px 32px;
}

header {
	font-family: 'Bebas Neue', cursive;
	text-align: left;
	background: #ffffff;
	color: #35614a;

}

header span {
	font-size: 2.66em;
	padding: 18px;
	display: block;
}

footer {
	font-family: 'Poppins', sans-serif;
	text-align: right;
	font-variant: normal;
	padding: 12px;
	background: #ffffff;
	color: #3C5E40;
}
footer {
	border-radius: 0 0 6px 6px;
	border-top: 1px solid #3C5E40;
}

footer span {
	padding: 18px;
	display: block;
}

table {
	width: 80%;
	margin:0 auto;
	font-family:sans-serif;
	font-size:12px;
}

table {
	border:1px solid #F2F2EB;
	background: #f9f8f4;
}

table thead {
	background: #F2F2EB;
	font-weight: bold;
	text-transform: uppercase;
}

table tr td, table tr th {
	padding: 6px;
	text-align: left;
}

input, select {
	padding:6px;
	border-radius:3px;
	border:1px solid #ccc;
}

table tr td:first-child {
	width:150px;
	text-align: right;
}

textarea {
	font-family:sans-serif;
	width:100%;
	height:100px;
}

#MangaSale{
	margin:0 auto;
	align-self: center;
	align-content: center;
}

#Subscribe {
	width: 30%;
	margin:0 auto;
	align-self: center;
}
#Subscribe table,
#Subscribe table tr,
#Subscribe table td {
	text-align: center;
}
#buttons{
	align-self: center;
	text-align: center;
}

#Request table,
#Request table tr,
#Request table td {
	border:0;
	padding:3px;
}

#Request table {
	border:2px solid #666;
	border-radius:6px;
	background:#fff;
}

#Request table label {
	font-weight:bold;
}

#Response p {
	line-height:1.33em;
}

#Books table {
	background: #fff;
	text-align: center;
}

#Book {
	overflow: auto;
}

#Book h1 {
  font-size:3em;
  margin:0;
  margin-bottom:9px;
}

#BookByLine {
  font-style: italic;
}

#BookCover {
  padding:12px;
  height:150px;
  width:auto;
  float:left;
}

#BookNotes {
  font-size:1.1em;
  line-height: 1.25em;
}
