000000 {
 font-family: Arial, Helvetica, sans-serif;
 overflow-y: scroll;
 background-attachment: fixed;
}
html, 000000 {
 margin: 0px;
 height: 100%;
}
body {
	padding-top:60px;
}
a.cmdlink {
	font-family: 'Press Start 2P', 'Lucida Console', Monaco, monospace;
	font-size: 11pt;
	color: #E5E4E2;
	text-decoration: none;
	cursor: crosshair;
}
a.cmdlink.disabled {
	text-decoration: inherit;
	color: inherit !important;
	cursor: inherit;
}
div#gameBorder {
	background-color:black;
	width: 950px;
	margin: 0 auto 0 auto;
	border: none;
	min-height: 100%;
}
div#gamePanel {
	background-color: black;
	position: fixed;
	top: 32px;
	padding-top: 2px;
	left: 50%;
	margin-left: -456px;
	width: 700px;
	text-align: center;
	display: none;
}
div#gridPanel {
	position: fixed;
	top: 32px;
	padding: 0;
	left: 50%;
	margin-left: -456px;
	width: 700px;
	overflow: hidden;
	display: none;
}
div#gameContent {
	padding: 30px 0px 0px 25px;
	width: 700px;
	min-height: 100%;
}
div#gamePanes {
	position: fixed;
	float: right;
	top: 24px;
	left: 50%;
	display: none;
}
div#status {
	height: 30px;
	position: fixed;
	top: 0px;
	z-index: 100;
	margin:0 auto 0 auto;
	font-size: 12pt;
	font-family: 'Press Start 2P', 'Lucida Console', Monaco, monospace;
	text-align: center;
	color: #E5E4E2;
	display: none;
}
div#statusVars {
	float: right;
	margin-top: 1px;
	padding-right:10px;
	z-index:10000;
	width:150px;
	height: 30px;
	text-align:right;
	font-family: 'Press Start 2P', 'Lucida Console', Monaco, monospace;
	font-size:8pt;
	color: #E5E4E2;
}
div#location {
	display: none;
	padding: 4px 0 0 4px;
}
div#controlButtons {
	float: right;
}
.hiddenbutton {
	display: none;
}
#dialog {
	display: none;
}
#msgbox {
	display: none;
}
#gamePanesFinished {
	display: none;
}
#cmdSave {
	margin-top: 0px;
}
div#divOutput {
	margin: auto;
	left:0;
	right: 0;
	bottom: 0;
	margin-top: 20px;
	min-height: 100%;
	width:900px;
}
div#txtCommandDiv {
	height: 40px;
	display: none;
	border: none;
	outline:none;
}
#txtCommand {
	width: 680px;
	font-size: 14px;
	background-color: #000;
	vertical-align: bottom;
	padding: 6px;
	border: none;
	outline:none;
}
#txtCommandSpacer {
	height: 10px;
}
div#controlButtons .ui-button {
	font-size: 10px !important;
}
.verbButtons {
	text-align: center;
}
.verbButtons .ui-button {
	font-size: 10px !important;
	margin: 5px;
}
.ui-accordion .ui-accordion-content {
	display:none;
	padding: 0;
}
.ui-accordion-header {
	display:none;
	font-size: 12px;
	margin-top: 10px !important;
}
h3 .ui-icon {
	position: absolute;
}
h3 a {
	padding-left: 1.8em;
}
#gamePanes .ui-widget {
	font-size: 12px;
}
#endWaitLink {
	font-size: 16px;
	font-weight: bold;
}
.ui-selecting {
}
.ui-selected {
}
.elementListWrapper {
	max-height: 200px;
	overflow-y: scroll;
}
.elementList {
	display:none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.elementList li {
	padding: 3px;
	cursor: default;
	display:none;
}
.inventoryList ul {
	display:none;
}
div#gamePanel img {
	max-width: 100%;
}
div#divOutput img {
	max-width: 100%;
}
div.jjmenu {
	font-size:12px;
	position:absolute;
	background:#000000;
	border:none;
	padding:0px;
}
div.jj_menu_item {
	color:black;
	border:none;
	background: #000000;
	cursor:pointer;
}
div.jj_menu_item span {
	display:block;
	padding:4px;
	border:none;
}
div.jj_menu_item_hover {
	background:#e4e4e4;
}
@media screen and (max-device-width: 480px) {
		#option {
		max-width:220px;
		left: 25%;
	}
body {
padding-left:5px!important;
padding-right:5px!important;
padding-top:100px!important;
}
div {
 clear:both!important;
 float:none!important;
 width:100%!important;
 margin:0!important;
 padding:0!important;
}
 input#txtCommand {
 width:100%!important;
}
}
@media screen and (max-device-width: 768px) {
	#option {
		max-width:220px;
		left: 35%;
	}
	#button-restart, #button-history {
margin: 0 0 0 10%;
	}
	}
@media screen and (max-device-width: 412px) {
		#option {
		max-width:220px;
		left: 15%;
	}