html,body
{
	height:100%
}

body
{
	background-color:#000;
	font-family:'Cabin', Arial, Tahoma, Verdana, Helvetica, sans-serif;
	height:auto;
	margin:0;
	min-height:100%;
	padding:0
}

*::selection
{
	background:rgba(255, 255, 255, 0)
}

.back-wall-ui {
	background: rgb(0,200,200); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	/* @alternate */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYzhjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzAwMDA4MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	/* @alternate */ background: -moz-linear-gradient(top, rgba(0,200,200,1) 0%, rgba(0,0,128,1) 70%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	/* @alternate */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,200,200,1)), color-stop(70%,rgba(0,0,128,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	/* @alternate */ background: -webkit-linear-gradient(top, rgba(0,200,200,1) 0%,rgba(0,0,128,1) 70%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	/* @alternate */ background: -o-linear-gradient(top, rgba(0,200,200,1) 0%,rgba(0,0,128,1) 70%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	/* @alternate */ background: -ms-linear-gradient(top, rgba(0,200,200,1) 0%,rgba(0,0,128,1) 70%,rgba(0,0,0,1) 100%); /* IE10+ */
	/* @alternate */ background: linear-gradient(top, rgba(0,200,200,1) 0%,rgba(0,0,128,1) 70%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000ff', endColorstr='#000000',GradientType=0 );
	position: absolute;
	width:100%;
}

#content
{
	background-color:transparent;
	display:inline-block;
	float:left;
	overflow:visible;
	padding:0;
	position:absolute;
	width:30%
}

.wrapper
{
	background-color:transparent;
	padding:0;
	width:100%
}

.left
{
	float:left
}

#rebus
{
	background-color:#000;
	background-position:center center;
	background-repeat:no-repeat;
	-moz-border-radius:1em;
	-o-border-radius:1em;
	-webkit-border-radius:1em;
	border-radius:1em;
	margin:0 0 2em;
	padding:3em;
	vertical-align:middle
}

#rebus-word
{
	color:#FDE910;
	font-size:2em;
	font-weight:bolder;
	line-height:1em;
	text-align:center;
	text-shadow:0 0.1em 0.2em rgba(0,0,0,1.0);
	letter-spacing: 0.05em;
}

.stone
{
	background-image:url('/img/meal.png')
}

.focusin,.hover,.suggestion-active
{
	background-color:#a72;
	outline:0
}

.suggestion:focus
{
	color:#fff;
	text-shadow:0 0.08em 0.08em rgba(0, 0, 0, 1.0);
}

.button-cell > a
{
	outline:0
}

.basic
{
	background-color:#da4;
	outline:0
}

.speak:hover
{
	background-color:#0ff
}

.button
{
	-moz-border-radius:1em;
	-moz-box-shadow:0 0.5em 1em rgba(0, 0, 0, 0.5), inset 0 -0.3em 0.7em rgba(0, 0, 0, 0.7), inset 0 0.5em 1em rgba(255, 255, 255, 0.7);
	-o-border-radius:1em;
	-o-box-shadow:0 0.5em 1em rgba(0, 0, 0, 0.5), inset 0 -0.3em 0.7em rgba(0, 0, 0, 0.7), inset 0 0.5em 1em rgba(255, 255, 255, 0.7);
	-webkit-box-shadow:0 0.5em 1em rgba(0, 0, 0, 0.5), inset 0 -0.3em 0.7em rgba(0, 0, 0, 0.7), inset 0 0.5em 1em rgba(255, 255, 255, 0.7);
	-webkit-radius:1em;
	border-radius:1em;
	box-shadow:0 0.5em 1em rgba(0, 0, 0, 0.5), inset 0 -0.3em 0.7em rgba(0, 0, 0, 0.7), inset 0 0.5em 1em rgba(255, 255, 255, 0.7);
	color:rgba(0,0,0,1.0);
	cursor:pointer;
	font-size:large;
	font-weight:bolder;
	margin-top:2em;
	padding:1em 0;
	text-align:center;
	text-shadow:0 0.1em 0.1em rgba(255, 255, 255, 1.0);
	vertical-align:middle;
	width:18em
}

.keybutton
{
	-moz-border-radius:0.5em;
	-o-border-radius:0.5em;
	-webkit-radius:0.5em;
	border-radius:0.5em;
	color:rgba(0,0,0,1.0);
	cursor:pointer;
	font-weight:bolder;
	line-height:2.5em;
	padding:0;
	text-align:center;
	text-decoration:none;
	text-shadow:0 0.08em 0.08em rgba(255, 255, 255, 1.0);
	vertical-align:middle;
	width:97%
}

.ui-dialog
{
	box-shadow:0 0.5em 0.9em rgba(0, 0, 0, 0.8)
}

#star
{
	color:#FDE910;
	cursor:pointer;
	display:none;
	font-family:'Corben', sans-serif;
	font-size:5em;
	font-weight:bolder;
	height:0.7em;
	left:1%;
	line-height:0.71em;
	margin:0;
	overflow:hidden;
	padding:0;
	position:absolute;
	text-shadow:0 0.04em 0.06em rgba(0, 0, 0, 1.0);
	top:1%;
	vertical-align:top;
	width:0.7em
}

#star:hover
{
	color:#fff
}

#play-sound-rebus-position
{
	left:auto;
	position:absolute;
	right:1em;
	top:0
}

.button-cell
{
	display:table-cell;
	width:50%
}

#success-value
{
	color:#000;
	font-size:larger;
	font-weight:bolder;
	text-align:center
}

.answers-count
{
	color:#FFF;
	font-size:larger;
	font-weight:bolder;
	text-align:center
}

.speak
{
	background-color:#0aa;
	background-image:none;
	border-bottom-left-radius:4.6em 3.6em;
	border-bottom-right-radius:4.6em 3.6em;
	border-top-left-radius:4.6em 3.6em;
	border-top-right-radius:4.6em 3.6em;
	cursor:pointer;
	display:none;
	left:0;
	margin-bottom:-0.5em;
	margin-top:1em;
	padding:0px;
	position:relative;
	top:0;
	height: 1.7em;
	width:2.2em
}

.right
{
	float:right
}

#training,#testing,#main-dialog
{
	display:none
}

#good-answers-count
{
	background-color:green
}

#tab-setting ul
{
	 list-style:none; 
	 padding:0px
}

#tab-setting .as-table-cell
{
	padding: 0.4em;
}

.inner-wrapper
{
	width:100%; 
	text-align:center;
	background-color:transparent; 
	padding:0px; 
	position:relative
}

.as-table {
	display:table
}

.as-table-row {
	display:table-row
}

.as-table-cell {
	display:table-cell;
	vertical-align: middle;
}

.width-100 {
	width:100%
}

.vertical-middle {
	vertical-align: middle;
}

.top-speak {
	display:table-row;
	height:2em;
}

#tabs > div {
	background-image: none !important;
}

#super-theme-switcher > a {
	width: 100%;
	box-shadow: black 0px 0.35em 0.7em, rgba(0, 0, 0, 0.699219) 0px -0.2em 0.4em inset, rgba(255, 255, 255, 0.699219) 0px 0.3em 0.6em inset;
}

#keyboard-panel {
	position: absolute;
}

.fake {
	position: absolute;
	top: -99999px;
	left: -99999px;
}

.box-shadow {
	-o-box-shadow:0 0.4em 0.7em rgba(0, 0, 0, 0.8);
    -webkit-box-shadow:0 0.4em 0.7em rgba(0, 0, 0, 0.8);
    -moz-box-shadow:0 0.4em 0.7em rgba(0, 0, 0, 0.8);
    box-shadow:0 0.4em 0.7em rgba(0, 0, 0, 0.8);
}

#spin {
	position: absolute;
	top: 50%;
	left: 50%;
}

.originalTextareaInfo {
	display: none;
}

#lesson-confirm, #profile-confirm {
	margin-top: 0.5em;
}

#ms-mark-image {
	margin: 0px;
	padding: 0px;
	border-width: 0px; 
}

#main-dialog
{
    font-size: smaller;
}

#mark-place {
	background-color: transparent;
	paddingxxx: 12px;
	color: #fff;
	position: absolute;
	display: block;
	bottom: 1em;
    left: 1em;
}

#ms-mark-text {
	display: inline-block;
	margin-leftxxx: 12px;
	margin-rightxxx: 24px;
	font-size: 0.8em;
	font-family: 'Segoe UI', Arial, Helvetica, Sans-serif;
}

#ms-mark-text a:link {
	color: white;
}

#ms-mark-text a:visited {
	color: white;
}

#questions-panel .ui-accordion-header {
    padding-left: 2.2em !important;
}

#questions-panel {
	width: 32em;
}

#questions-panel .ui-accordion-content {
	overflow: visible;
	height: inherit !important;
}

#questions-panel .ui-accordion-content img {
	margin: 1em auto;
    -o-box-shadow:0px 0.4em 0.7em rgba(0, 0, 0, 0.8);
    -webkit-box-shadow:0px 0.4em 0.7em rgba(0, 0, 0, 0.8);
    -moz-box-shadow:0px 0.4em 0.7em rgba(0, 0, 0, 0.8);
    box-shadow:0 0.4em 0.7em rgba(0, 0, 0, 0.8);
}

#tab-contact {
	text-align: center;
}

.faq-score p {
	text-align: center;
	margin: 0px auto;
}

.faq-score img {
	height: 14em;
}

