blockquote {
	background: #222;
	border-left: 10px solid #5f5a60;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	quotes: "\201C""\201D";
}
blockquote:before {
	color: #5f5a60;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
blockquote p {
	display: inline;
}
body{
	background-color: black;
	margin:40px auto;
	max-width:650px;
	line-height:1.6;
	font-size:18px;
	color:#a7a7a7;
	padding:0 10px
}
aside{
	font-style: italic;
}
a:visited{
	color:#a7a7a7;
}
a:link{
	color:#a7a7a7;
}
a:hover{
	color:#f535aa;
}
#navbar{
	text-align: center;
}
div.site-title{
    text-align: center;
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h1,h2,h3,h4,div.site-title{
	line-height:1.2;
	font-family:sans-serif;
}
video,img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
span.comment{
	font-weight: bold;
}
span.content{
	text-decoration: underline;
}
table {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	border: 1px solid white;
}
td, th {
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid white;
}
th {
	border-bottom: 1px solid white;
	border-left: 1px solid white;
}
.center {
	text-align: center;
}
ul.pagination {
	display: inline-block;
	margin: 0;
	padding: 0;
}
ul.pagination li {
	display: inline;
	float: left;
}
ul.pagination li.disabled {
	padding: 8px 16px;
}
ul.pagination li.disabled a {
	color: white;
	text-decoration:none;
}
ul.pagination li:not(.disabled) a {
	color: white;
	float: left;
	text-decoration: none;
	border-radius: 5px;
	padding: 8px 16px;
}
ul.pagination li.active a {
	color: black;
	background-color: white;
}
ul.pagination li:not(.active):not(.disabled) a:hover {
	background-color: #333;
}
.center {
	text-align: center;
}
