#emdiv {
    width: 10em;
}

#mobheader {
    display: none;
    padding: 0.2em;
    width: 98%;
    max-width: 40em;
    overflow: hidden;
    /*background-color:#878fb6;*/
    margin-top: 0;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#moblogo {
    float: left;
    position: relative;
    left: 0;
    top: 0;
    width: 10em;
    height: auto;
    border: 0.1em solid #878fb6;	
    z-index: 4;
}

#mobmenubutton {
    float: right;
    position: relative;
    left: 0;
    top: 0;
    width: 3em;
    height: 1.2em;
    z-index: 4;
	text-decoration: none;
	cursor: pointer;
	background-color: #666688;
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.2em;
	padding: 0.4em;
	padding-top: 0em;
	padding-bottom: 0.2em;
	border: 2px solid #ffffff;	
	border-radius: 0.4em;
}

#mobmenu {
    display: none;
    width: 100%;
    position: absolute;
    top: 0em;
    left: 0em;
    height: 100em;
    z-index: 100;
    background-color: #EEEEEE;
}

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

.mobmenuitemlevel2 {
    font-size: 100%;
    font-weight: normal;
    padding-left: 1em;
}

#mobpuzzleframe {
    display: none;
}

#mobtypsel {
    position: absolute;
    top: 0.6em;
    left: 0.6em;
    width: 7em;
}

#mobdaysel {
    position: absolute;
    top: 0.6em;
    left: 10.6em;
    width: 8em;
}

#textrack {
    display: none;
    width: 7.5em;
    height: 1.3em;
    position: absolute;
    top: 1.7em;
    left: 2em;
    padding: 0.15em;
    font-size: 1.3em;
    border: 2px solid #000000;
    background-color: #FFFFFF;
    
}

#mobsubmitbtn {
    position: absolute;
    top: 2.8em;
    left: 0.8em;
    width: 20px;
    height:22px;
    background-image: url(../images/sbmtwdbtn.gif);
}

#mobclearbtn {
    position: absolute;
    top: 2.8em;
    left: 14em;
    width: 22px;
    height:22px;
    background-image: url(../images/cancel3.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

#mobdelbtn {
    position: absolute;
    top: 2.8em;
    left: 16em;
    width: 33px;
    height: 22px;
    background-image: url(../images/backspace.png);
}

#letterlayer {
	position: relative;
	/*top: 1.875em;*/
	top: 30px;
	left: 0em;
	width: 100%;
	margin-left: 0em;
	margin-bottom: 0em;
	padding: 0em;
}

#mobgamearea {
    position: absolute;
    top: 5.2em;
    left: 0.3em;
    width: 100%;
}

#letterbase {
    float: left;
    width: 50%;
    margin-right: 1em;
    margin-bottom: 1em;
}

.nineletterbase {
    min-width: 13em;
}

.tenletterbase {
    min-width: 18em;
}

#lettergrid {
    width: 100%;
}

.mobletter {
    position: absolute;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 3em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    display: table;
    z-index: 30;
}

p.mobletterinner {
    margin: 0;
    display: table-cell;
    line-height: 1em;
    vertical-align: middle;
}

#testbox {
    position: absolute;
    width: 14%;
    min-width: 3.64em;
    height: 15%;
    top: 30%;
    left: 18%;
    border: 2px solid #000000;
}

#mobwordboundary {
    float: left;
    border: 2px solid #000000;
    background-color: #FFFFFF;
    width: 10em;
    height: 12em;
    margin-left: 1em;
    margin-right: 1em;
    overflow: auto;
    -webkit-overflow-scrolling: touch;    
}

#mobwords {
    padding: 0.2em;
}

#mobwords p {
    margin: 0;
    font-size: 1.3em;
}

.wordinprogress {
    background-color: #33aa00;
    color: #FFFFFF;
    text-transform: lowercase;
}

#mobcontrolpanholder {
    position: absolute;
    left: 2em;
    top: 17em;
}

#mobcontrolpanel {
    position: absolute;
    left: 0em;
    top: 0em;
    width: 225px;
    height: 85px;
    border-color: #EEEEEE;
    border-style: inset;
    border-width: 1px;
}

#mobprogressmessage {
    position: absolute;
    left: 17em;
    top: 17em;
    width: 12em;
}

.infopanel {
    background-color: #ffffff;
    border: 2px solid #555555;
    z-index: 9999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    max-width: 100%;
}

.paneltopbar {
    background-color: #cccccc;
    height: 2.2em;
    border-bottom: 1px solid #000000;
}

.paneltopbar p {
    font: 0.9em Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 0em;
    padding: 0.6em;
}

.paneltitlebigscreen {
    text-align: left;
}

.paneltitlelittlescreen {
    text-align: right;
}

.paneldragarea {
    position: absolute;
    left: 0em;
    top: 0em;
    width: 90%;
    height: 2.2em;
}

.panelclosebtn {
    position: absolute;
    background-color: #444444;
    color: #ffffff;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border: 2px solid #ffffff;
    border-radius: 0.2em;
}

.panelclosebtn p {
    text-align: center;
    line-height: 95%;
    font-size: 1.2em;
    font-weight: normal;
    padding: 0em;
    padding-top: 0.3em;
}

.panelclosebtnbigscreen {
    width: 1.9em;
    height: 1.9em;
    top: 0.05em;
    right: 0.05em;
}

.panelclosebtnlittlescreen {
    width: 5.6em;
    height: 1.9em;
    top: 0.5em;
    left: 0.2em;
    background-color: #444444;
    color: #88ff88;
}

.panelclosebtn:hover {
    background-color: #666666;
}

.infopanelcontentholder {
    overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.infopanelcontent {
    padding: 1em;
}

#defcontent {
    padding: 0.5em;
}

.dicthead {
    font-size: 110%;
    font-weight: bold;
    color: #BB0000;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}

.dictpos {
    font-style: italic;
    font-weight: bold;
    font-size: 85%;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

.dictsense {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

.dictcontext {
    font-style: italic;
}

.dictterm {
    font-style: italic;
    font-weight: bold;
}

.dictrelated {
    font-style: italic;
}

.dictrelword {
    font-style: normal;
    font-weight: bold;
}

.dictdate {
    font-size: 80%;
}

.dictcredit {
    font-size: 75%;
}

