.items {
	padding-left: 0;
	list-style-type: none;
}

h2 {
	text-align: center;
}

h3 {
	margin-bottom: 0;
	clear: right;
}

h4 {
	margin-top: 0;
	margin-bottom: 5px;
}

.image-map {
	width: 125px;
	height: 103px;
	float: right;
	padding-left: 5px;
}

.image-highlight {
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border: 3px solid #000;
   padding: 5px;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   opacity: 0.9;
}

.image-highlight:hover {
	border-color: #00f;
	opacity: 0.7;
}

.itemNum {
	text-align: center;
	font-weight: bold;
	border: medium solid #000;
	padding-top: 5px;
	padding-bottom: 5px;
	box-shadow: 3px 3px 5px;
}

p.end {
	padding-bottom: 50px;
}

.subhead {
	font-size: medium;
	font-style: italic;
}

.scroll {
	list-style-type: upper-roman;
}

.scroll li {
	padding-top: 3px;
}

.itemStyle {
	color: #800368;
	font-weight: bold;
}

.spellStyle {
	color: #00a00a;
	font-weight: bold;
}

.enemyStyle {
	color: #f00;
	font-weight: bold;
}

.wispStyle {
	color: #00a2e8;
	font-weight: bold;
}

.odinStyle {
	color: #555;
	font-weight: bold;
}

.storyStyle {
	color: #60a;
	font-weight: bold;
}

.burnStyle {
	color: #f72;
	font-weight: bold;
}

.shockStyle {
	color: #3030a6;
	font-weight: bold;
}

.listHead {
	font-size: 130%;
	font-weight: bold;
	color: #26a;
}

.listKill {
	font-size: 110%;
	font-weight: bold;
	margin-top: 2px;
	margin-left: -20px;
}

.listKill li {
	font-size: 100%;
	font-weight: normal;
	margin-left: 40px;
}

.listKill li ul li {
	margin-left: 0px;
}

.addStyle {
	color: #00a00a;
	font-weight: bold;
}

.phantom {
	border: #a0a thick dashed;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

@keyframes reaper {
	from {border: #f00 thick solid; }
	to {border: #800 thick solid;  }
}

.reaper {
	margin-top: 0;
	padding: 5px;
	animation-name: reaper;
	animation-duration: 1s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

@keyframes imp {
	0% {left: 0px; opacity: 0;}
	10% {opacity: 1;}
	20% {opacity: 1;}
	30% {left: 100%; opacity: 0;}
	100% {left: 100%; opacity: 0;}
}

#imp {
	width: 26px;
	height: 26px;
	position: relative;
	animation-name: imp;
	animation-direction: normal;
	animation-duration: 8s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in;
	margin-top: -20px;
	margin-bottom: -20px;
}

#endB {
	display: none;
}

#endD {
	display: none;
}

.endingChoice {
  font-size: 16px;
  padding: 10px;
  text-align: center;
  background-color: #a0a;
  color: white;
  border: solid 1px #a0a;
  position: relative;
  cursor: pointer;
}

hr {
	style: thin solid #ccc;
}

.walkPar {
	margin-top: 0;
}

.chapend {
	text-align: center;
	font-weight: bold;
}

.option {
	border: thick solid #000;
	background-color: rgba(0, 204, 255, 0.2);
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

table {
	width: 100%;
	border-collapse:collapse;
}

td.itemTab {
	width: 50px;
	padding-left: 1px;
	text-align: center;
}

.itemTab img {
	max-height: 50px;
}

.uppies {
	margin-top: 0px;
}

.single {
	padding-top: 20px;
}

.achlist li {
	padding-bottom: 5px;
}

.achlist li ul li {
	padding-bottom: 0px;
}

.achlist li ul li ul li {
	padding-bottom: 0px;
}

td.achHide {
	width: 75px;
	text-align: center;
	padding-left: 1px;
	background-image: url("../bsg24/images/locked.png");
	background-repeat: no-repeat;
	background-size: 75px 75px;
	background-position: 1px 1px;
}

.achTab {
	width: 50px;
	padding-left: 1px;
}


td h3 {
	margin-top: 0px;
}

td ul {
	margin-top: 0px;
}

td {
	padding-left: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}

.nobottom {
	border-bottom: none;
}

.notop {
	border-top: none;
}

tr {
	border: thin solid #000;
}

.video-contain {
	max-width: 480px;
	height: 270px;
	margin-left: auto;
	margin-right: auto;
	display: block;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   opacity: 0.9;
}

.hidden {
	color: #fff;
	cursor:pointer;
}
.hidden-revealed {
	color: #000000;
	font-size: 14px;
}


.hidden-revealed h4 {
	display: none;
}

.hidden-revealed img {
	display: block;
}

.hidden a {
	display: none;
}

.hidden h3 {
	display: none;
}

.hidden p {
	display: none;
}

.hidden ul {
	display: none;
}

.hidden h4 {
	color: #000;
	text-align: left;
}

.hidden img {
	display: none;
}


@media only screen and (min-device-width: 200px) and (max-device-width: 430px) and (orientation: portrait) {

td.itemTab img {
 max-width: 75px;
 height: auto;	
}
}

