body {
	background-color: #000000;
	color: #FFFF00;
	font-family: "Courier New", Courier, monospace;
	font-size: 12pt;
	text-align: center;
	width: 80vw;
	max-width: 600px;
	margin: auto;
}

body.epdetail {
	text-align: left;
	margin-left: 1em;
	margin-top: 1em;
}


a {
	color: #F60;
}

a.eye {
	color: #FF0000;
	text-decoration: blink;
}

p {
	margin-top: 0;
}

p.epdescription {
	font-size: 10pt;
	text-align: justify;
}

p.epdate {
	font-size: 9pt;
	color: #9900FF;
}

.resources {
	font-size: 10pt;
}

img.portrait {
	width: 38vw;
	height: 38vw;
	max-width: 290px;
	max-height: 290px;
	padding: 0px;
	border: 0px;
}

h1, h2 {
	font-size: 12pt;
	font-weight: normal;
	margin-bottom: 0;
}

h2 {
	text-decoration: underline;
}

h2.epdetail {
	text-decoration: none;
}

span.highlight {
	color: #FFFFFF;
}

ul {
	list-style-type: none;
	margin-top: 0;
	padding: 0
}

ul.eplinks {
	font-size: 10pt;
}

ul.epmusic {
	font-size: 10pt;
}

li {
	text-align: left;
	margin-bottom: 0.5em;
	padding: 0;
}

li.epmusic {
	margin-bottom: 0;
	color: #F60;
}

div.wolf {
	color: #9900FF;
	font-size: 0.8vw;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
}

div.wolf[name="D'arcy"] {
	font-size: 1.3vw;
}

pre {
	text-align: left;
	display: inline-block;
}

.callout {
  float: center;
  width: 100%;
  margin: 1px;
  border: 1px solid rgba(0, 0, 0, .2);
}

.orange {
  background: #F60;
}

h3 {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 2px;
	font-family: "Courier New", Courier, monospace;
	color:#000;
}

p.call {
	font-size: 12pt;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 1;
	font-family: "Courier New", Courier, monospace;
	color:#000;
}

a.call {
	color: #000000;
	text-decoration: underline;
}