


@media screen and (orientation:portrait) {
 .jsspeccy {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	position: relative;
	width: 100%;

}

 }
 @media screen and (orientation:landscape) {
   .jsspeccy {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	position: relative;
	width: 60%;

}

 }


.jsspeccy canvas {
	padding: 0;
	margin: 0;
}
.jsspeccy .toolbar {
	margin: 0;
	padding: 8px 8px 8px 8px;
	overflow: hidden;
	color: #191919;
	list-style-type: none;
}
.jsspeccy .toolbar li {
	display: inline-block;
	padding-right: 8px;
}
.jsspeccy .toolbar button {
	width: 24px;
	height: 24px;
	text-indent: -5000px;
	direction: ltr;
	background-position: center center;
	background-repeat: no-repeat;
	border: 0px;
}
.jsspeccy .toolbar label {
	color: white;
}
.jsspeccy .toolbar .stop {
	background-image: url(images/48x48_player_pause.png);
}
.jsspeccy .toolbar .start {
	background-image: url(images/48x48_player_play.png);
}
.jsspeccy .toolbar .reset {
	background-image: url(images/48x48_kaboodleloop.png);
}
.jsspeccy .toolbar .audio {
	background-image: url(images/48x48_sound_off.png);
}
.jsspeccy .toolbar .audio.enabled {
	background-image: url(images/48x48_sound_on.png);
}
.jsspeccy .toolbar .open {
	background-image: url(images/48x48_folder_blue_open.png);
}
.jsspeccy .toolbar .about {
	background-image: url(images/48x48_messagebox_info.png);
}
.jsspeccy .panelabout {
	top: 30px;
	left: 50%;
	margin-left: -300px;
	padding-left: 10px;
	padding-right: 10px;
	width: 580px;
	height: 400px;
	color: #000;
	display: none;
	position: absolute;
	border: 1px solid #444;
	background-color: white;
}
.jsspeccy .panelabout p {
	text-align: center;
	margin-bottom: 10px;
}
.jsspeccy .panelabout h1, .jsspeccy .panelabout h2 {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
.jsspeccy .panelabout .note {
	font-weight: normal;
	font-style: italic;
	font-size: 10pt;
}
.jsspeccy .panelabout h1 {
	font-size: 20pt;
	padding: 3px;
	margin-bottom: 0;
}
.jsspeccy .panelabout h2 {
	color: #333;
	font-size: 12pt;
}
.jsspeccy .panelabout .licence {
	font-size: 9pt;
}
#jsspeccy-close {
	color: black;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	text-align: center;
	margin: 0em;
	font-size: 80%;
	padding: 6px;
	background-color: gray;
	border: 1px solid white;
	opacity: 1;
}
#jsspeccy-viewport {
	width: 100% !important;
}
canvas {
	width: 100% !important;
	height: auto !important;
}
