/* responsive */

html,
body {
   margin: 0;
   padding: 0;
   border: none;
   word-wrap: break-word;
   background-image:url(/img/bg.svg);
   background-color: black;
}

@media only screen {
   body {
      margin: 40px auto;
      max-width: 720px;
      line-height: 1.6;
      font-size: 18px;
      padding: 0 20px;
      word-wrap: break-word;
   }

   h1,
   h2,
   h3,
   h4,
   h5,
   h6 {
      line-height: 1.2;
   }
}

/* eof responsive */

body {
	background: #000;
	font-family: arial, helvetica, sans-serif;
	color: #fff;
}

img {
	border: 0;
}

hr {
	background-color: #393837;
	height: 10px;
	border: 0;
}

.pdf-list {
	clear: right;
}

.pdf-text {
	color: rgb(214, 169, 177);
}

.pdf-subtitle {
	color: rgb(169, 214, 182);
}

img.author-img {
	height: 200px;
	float: right;
}

img.pdf-icon {
	width: 35px;
	height: 35px;
}

a.book-prev {
	color: pink;
	text-decoration: none;
}

.item-left {
	text-align:left
}
.item-right {
	float:right
}

a.pdf-item {
	color: white;
	text-decoration: none;
}

a.footer {
	display: block;
	unicode-bidi: embed;
	font-family: monospace;
	white-space: pre;
	color: white;
	text-decoration: none;
	margin-top: 25px;
}

h3.author-title {
	color: white;
}
