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

h2 {
	text-align: center;
}

h3 {
	margin-bottom: 0;
}

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

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

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

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

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

.charHead {
	color: #26a;
	font-weight: bold;
	font-size: 170%;
	text-align: center;
	border-bottom: #26a thin solid;
	border-top: #26a thin solid;
}

.kill {
	border: 3px solid black;
}

.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;
}

.listItem {
	font-weight: bold;
}

.listItem li {
	margin-left: 30px;
	font-weight: normal;
}

.image-highlight {
	width: 480px;
	height: 270px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	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-room {
	max-width: 80%;
	height: auto;
}

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

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

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

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

.choice {
	border: #26a thick dashed;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

.require {
	border: #26a medium solid;
	padding-left: 5px;
	padding-right: 5px;
}

@keyframes option {
	from {border: #fff thick solid; }
	to {border: #26a thick solid;  }
}

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

.option h2 {
	color: #26a;
}

@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;
}

#keyBox {
	display: none;
}

#keyBird {
	display: none;
}

#cane {
	display: none;
}

#statue {
	display: none;
}

#msmary {
	display: none;
}

#contrary {
	display: none;
}

#harris1 {
	display: none;
}

#harris2 {
	display: none;
}

#statueA {
	display: none;
}

#statueB {
	display: none;
}

#flashoilA {
	display: none;
}

#flashoilB {
	display: none;
}

#fireplaceF {
	display: none;
}

#gunF {
	display: none;
}

#fireplace {
	display: none;
}

#gun {
	display: none;
}

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

hr {
	style: thin solid #ccc;
}

.walkPar {
	margin-top: 0;
}

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

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

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

.itemImg {
	max-width: 50%;
	max-height: 50%
}

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

td h3 {
	margin-top: 0px;
}

td ul {
	margin-top: 0px;
}

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

tr {
	border: thin solid #000;
}

.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 {
	filter: blur(10px);
}

.rooms {
	margin-bottom: 30px;
	border: #26a medium solid;
}

.rooms td {
	border: solid thin #000;
	text-align: center;
	width: 50%;
}

.rooms th {
	font-weight: bold;
	font-size: 200%;
	text-align: center;
	color: #26a;
}

.roomHead {
	font-weight: bold;
	font-size: 110%
}

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

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

