@font-face {
    font-family: 'Fredoka';
    src: url('fonts/Fredoka.ttf') format('truetype-variations');
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular.ttf') format('truetype');
}


body{
	margin: 0;
	padding: 0;
	background-color: #000;
	touch-action: none;
	font-family: 'Open Sans';
}


.no-highlight{
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#zenzenzen{
	background: transparent url(/somanywords/images/zen.png) no-repeat top center;
	background-size: cover;
	z-index: 999;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

#bodywrap{
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}

#menu button{
	margin-bottom: 15px;
}

#allthemessages{
	width: 96%;
	height: 100%;
	margin: 0px auto 0px auto;
	text-align: left;
	overflow: hidden;
	font-size: 12px;
	position: relative;
	background-color: #fff;
	padding: 0px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	word-wrap: break-word;
	-moz-box-shadow: inset 0 0 10px 1px #000;
	-webkit-box-shadow: inset 0 0 10px 1px #000;
	box-shadow: inset 0 0 10px 1px #000;
	border: 1px solid #000;
}

#messagebox{
	height:100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 0px 8px 0px;
	-moz-user-select: text;
	-khtml-user-select: text;
	-webkit-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

#messageboxwrap{
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto;
	overflow-y: auto;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	color: #000;
}

#allthemessages p{
	margin: 6px 0 0 0;
	padding: 0 10px;
}

#inputbox input{
	width: 100%;
	padding-left: 5px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	height: 29px;
	background: transparent;
	border: none;
}

#input2 button{
	width: 100%;
	height: 54%;
	margin-top: 9%;
}

.width{
	width: 400px;
	height: 600px;
	margin-left: -200px;
	margin-top: -300px;
}

.width-mobile{
	width: 320px;
	height: 480px;
	margin-left: -160px;
	margin-top: -240px;
}

#gamewrap{
	top: 50%;
	left: 50%;
	width: 400px;
	height: 600px;
	margin-left: -200px;
	margin-top: -300px;
	text-align: center;
	position: absolute;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* background: #055b7c url(/somanywords/images/bgtile1.jpg) repeat top center;
	background-size: 14px; */

	background: #000 url(images/bg1.jpg) no-repeat top center;
	background-size: cover;

	/* background: #000 url(images/bg_plaid2.jpg) repeat center center;
	background-size: cover; */

	color: #fff;
	overflow: hidden;
}

#gamewrap:before{
	content: '';
	background-color: rgba(0,0,0,0.65);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
	box-shadow: inset 0px 0px 41px 6px rgba(0,0,0,0.7)
}

#gamewrap > div{
	position: relative;
	z-index: 2;
}

#gamewrap table{
	color: #fff;
	width: 100%;
}

#game{
	overflow: hidden;
}

#game h1{
	font-size: 32px;
}

#gameboard{
	padding-top: 25px;
	position: relative;
	height: 100%;
}

#tablewrap{
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

.row{
	height: 25%;
	width: 100%;
	overflow: hidden;
	position: relative;
}

button{
	font-size: 1.15em;
}

.letterblock{
	width: 100%;
	height: 100%;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: center;
	background: url(/somanywords/images/alphabet.png) no-repeat;
	background-size: 100%;
	-moz-background-size: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.letterblock p{
	position: relative;
	margin-top: 20%;
}

#cell0{
	margin: 0;
}

#loading{
	width: 100%;
	margin: 100px auto;
	height: 100px;
}

#loadingbar{
	outline: 2px solid black;
	width: 80%;
	height: 20px;
	position: relative;
	margin: 0 auto;
	background-color: #fff
}

#loadingprogress{
	background-color: #000;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 1.1em;
}

#statsoverlay{
	position: relative;
	margin-left: 20px;
	text-align: left;
	color: #fff;
	padding-left: 5px;
}

#statsoverlaymobile{
	position: relative;
	text-align: left;
	margin-bottom: 5px;
	margin-left: 20px;
	color: #fff;
	font-size: 1.1em;
}

#apptut{
	width: 90%;
	margin: 0 auto;
}

#apptut img{
	display: inline;
	height: 40px;
	cursor: pointer
}

#apptut li{
	text-align: left;
	padding-left: 40px;
	margin-bottom: 6px;
}

#statsoverlaymobile p{
	display: inline;
	margin-right: 10px;
	font-weight: bold;
	line-height: 1em;
	text-shadow: -2px 2px #000;
}

#statsoverlay p{
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 1em;
	text-shadow: -2px 2px #000;
}

.unselected:hover{
}

.nope{

}

.unselected{
	background-position-y: 0px;
}
.unselected p{

}

.selected{
	background-position-y: 100%;
}
.selected p{

}

#gameboard input{
	width: 225px;
	text-align: center;
	height: 30px;
	margin-top: 20px;
	font-size: 1.3em;
	border: 2px solid #000;
}

#menu{
	padding-top: 100px;
	overflow: hidden;
}

#gameexit, #dcgameexit, #mpgameexit{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 35px;
}

#signuperrors{
	color: red;
	background-color: #000;
}

#signinwrap{
	width: 250px;
	margin: 0 auto;
	text-align: center;
}

#signupwrap{
	width: 250px;
	margin: 0 auto;
	text-align: center;
}

#signinwrap p,
#signinwrap label,
#signupwrap p,
#signupwrap label{
	line-height: 1em;
	text-shadow: -2px 2px #000;
}

#login input{
	margin-bottom: 20px;
	width: 60%;
	border: 2px solid #000;
	padding-left: 5px;
}

#login label{
	width: 70%;
	text-align: left;
	margin-right: 10px;
}

#signup input{
	margin-bottom: 20px;
	width: 100%;
	border: 2px solid #000;
	padding-left: 5px;
	margin-top: 5px;
}

#signup label{
	width: 70%;
	text-align: left;
}

.error{
	outline: 1px solid red;
}

.username{
	color: #007FFF;
	font-weight: bold;
}

.username2{
	color: #800003;
	font-weight: bold;
}

#inputbox{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 42px;
}

#tempchat{
	overflow: hidden;
	height: 100%;
	padding-top:38px;
	padding-bottom: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#input1{
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border: 1px solid #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	moz-box-shadow: inset 0 0 5px 1px #000;
	-webkit-box-shadow: inset 0 0 5px 1px black;
	box-shadow: inset 0 0 5px 1px black;
}

#input2{
	width: 30%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	right: 0px;
}

#inputwrapper{
	width: 96%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 88px;
}

.minfo{
	font-style: italic;
	font-size: 1em;
	color: #b4b4b4;
}

.console{
	font-family: Arial;
	font-size: 1em;
	color: #7F55FF;
}

#gamelobby{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-mox-box-sizing: border-box;
}

#mplobby{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-mox-box-sizing: border-box;
	padding-top: 45px;
}

#gamelobby h2{
	margin-top: 45px;
}

.viewusers{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 35px;
	width: 91px;
	background: transparent url(/somanywords/images/users_blank.png) no-repeat top center;
	text-align: center;
	background-size: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-mox-box-sizing: border-box;
	overflow:hidden;
}

.viewusers p{
	margin: 0;
	padding: 0;
	line-height: 35px;
	font-family: Arial;
	font-size: 13px;
}

#userlist{
	background-color: #fff;
	outline: 2px solid #000;
	position: absolute;
	height: 70%;
	width: 70%;
	top: 15%;
	left: 50%;
	margin-left: -35%;
	-webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 16px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 1);
}

#userlist p{
	margin: 0;
}

#userlistwrap{
	background-color: rgba(0,0,0, 0.85);
	height: 100%;
	width: 100%;
	position: absolute !important;
	top: 0px;
	left: 0px;
	z-index: 11 !important;
}

#userlistexit{
	position: absolute;
	top: 15%;
	left: 15%;
	margin-left: -17px;
	margin-top: -17px;
	height: 34px;
	cursor: pointer;
}

#userlistheader{
	height: 20px;
	width: 100%;
	background-color: #222222;
	text-align: center;
	outline: 2px solid #000;
}

#userlisting{
	width: 100%;
	text-align: left;
}

#userlisting p{
	color: #868686;
	padding: 4px 4px 0px 4px;
}

#usersonline{
	height: 50%;
}

#chatterlistheader{
	height: 20px;
	width: 100%;
	background-color: #222222;
	text-align: center;
	outline: 2px solid #000;
}

#chatterlisting{
	width: 100%;
	text-align: left;
}

#chatterlisting p{
	color: #868686;
	padding: 4px 4px 0px 4px;
}

#backtoindex, #backtosignup, #optionsexit{
	position: absolute;
	top: 0px;
	left: 0px;
}

#options{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -25px;
}


#login h1, #signup h1{
	margin-top: 60px;
}

#dclobby{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-mox-box-sizing: border-box;
	padding:0;
	margin:0;
}

.dailystatswrap{
	outline: 2px solid #000;
	background-color: #fff;
	width: 90%;
	height: 300px;
	margin: 0px auto 0 auto;
	text-align: left;
}

.dailystatswrapheader{
	height: 22px;
	width: 100%;
	outline: 2px solid #000;
	background-color: #3D3E41;
}

.dailystatswrapheader p{
	margin: 0px
}

.dshnumber{ width: 10%; }
.dshname{ width: 46%; border-left: 2px solid #000;}
.dshwords{ width: 22%; border-left: 2px solid #000;}
.dshscore{ width: 22%; border-left: 2px solid #000;}

.dsh{
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	position: relative;
	text-align: center;
}

.dscwrap{
	width: 100%;
	height: 278px;
	background-color: #a3a3a3;
	-webkit-overflow-scrolling: touch;
	position: relative;
	overflow-y: auto;
	top: 0px;
	left: 0px;
	margin-top: 2px;
	outline: 2px solid #000;
}

#dscinner3, #dscinner4, #dscinner5, #pdscinner3, #pdscinner4, #pdscinner5{
	width: 100%;
	height: 100%;
	overflow-y: auto;
	padding: 0px;
	margin: 0px;
	display: block;
}

.statwrap:nth-child(odd){
	background-color: #A8A8A8;
}

.statwrap:nth-child(even){
	background-color: #fff;
}

.dscnumber{
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 10%;
	height: 100%;
	overflow: hidden;
}

.dscname{
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 46%;
	height: 100%;
	border-left: 1px solid #000;
	overflow: hidden;
}

.dscwords{
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 22%;
	height: 100%;
	border-left: 1px solid #000;
	overflow: hidden;
}

.dscscore{
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 22%;
	height: 100%;
	border-left: 1px solid #000;
	overflow: hidden;
}
.dsc{
	color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	position: relative;
}

.statwrap{
	height: 30px;
	outline: 1px solid black;
}

/*.statwrap:hover{
	background-color: yellow !important;
}*/

.statwrap p{
	text-align: center;
	line-height: 30px;
	margin: 0;
	color: #272727;
	font-size: 17px;
	font-family: Arial;
}

#dcboard{
	padding-top: 25px;
	position: relative;
}

#dcboard input{
	width: 225px;
	text-align: center;
	height: 30px;
	margin-top: 20px;
	font-size: 1.3em;
}

#timeleft{
	position: absolute;
	top: 33px;
	right: 42%;
	color: #fff;
}

#timeleft p{
	font-weight: bold;
	line-height: 1em;
	text-shadow: -2px 2px #000;
}

#timeleftmobile{
	position: absolute;
	top: 15px;
	left: 215px;
	color: #fff;
}

#timeleftmobile p{
	font-weight: bold;
	line-height: 1em;
	text-shadow: -2px 2px #000;
}

.timealmostup{
	color: red;
}

#timeleft p{
	margin: 0;
	font-size: 1.8em;
}

#timeleftmobile p{
	margin: 0;
	font-size: 1.8em;
}

#dcfinish{
	background-color: #fff;
	outline: 2px solid #000;
	position: absolute;
	height: 70%;
	width: 70%;
	top: 15%;
	left: 50%;
	margin-left: -35%;
	text-align: center;
	color: #000;
	-webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 16px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 1);
}


#dcfinishwrap{
	background-color: rgba(0,0,0, 0.7);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

#dcfinishexit{
	position: absolute;
	top: 15%;
	left: 15%;
	margin-left: -17px;
	margin-top: -17px;
	height: 34px;
	cursor: pointer;
}

#dcfinish h2{
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 35%;
}

#dcfinish p{
	font-size: 1.7em;
}

.me{ background-color: yellow !important; }

.smw{ width: 80%; margin-bottom: 20px; }

#or{ margin-top: 0px; }

.fancybuttons{
	height: 40px;
	cursor: pointer;
	margin-bottom: 16px;
}

.fancynav{
	height: 35px;
	cursor: pointer;
}

#notificationbox{
	width: 100%;
	height: 100px;
	color: #cfcfcf;
	/*background: url(/somanywords/images/bgtile_white.jpg) repeat top center;*/
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-mox-box-sizing: border-box;
	background-color: rgba(0,0,0,0.5);
	font-size: 12px;
	overflow: hidden;
	text-align: left;
	position: absolute;
	bottom: 0px;
	border-top: 2px solid #000;
	z-index: 10;
	-moz-box-shadow: 0 0 10px 1px #000;
	-webkit-box-shadow: 0 0 10px 1px #000;
	box-shadow: 0 0 10px 1px #000;
}

#notificationboxwrap{
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

#notificationboxscroll{
	height: 100%;
	overflow-y: auto;
}

#notificationboxscroll p, #notificationboxscroll li{
	margin: 6px 0 0 0;
	padding: 0 10px;
}

#notificationboxscroll p span{
	color: #fff;
}

#notificationboxscroll input[type=image]{
	display: block;
	margin: 3px auto 0px auto;
}

.himages{
	display: block;
	margin: 0 auto 20px auto;
}

#hgetready{ width: 60%; }
#hresults{ width: 40%; }
#hsmw{
	height:35px;
	display: block;
	margin: 42px auto 5px auto;
	position: relative;
	z-index: 1;
}
#hdaily{ display: block; margin: 3px auto; height: 29px; }

#mpreadyplayers p{
	font-size: 35px;
	margin: 0;
	padding: 5px 0px;
	color: #00C50F;
	text-shadow: 1px 1px #000;
}

#myusername{
	font-size: 22px;
	color: #fff;
	text-shadow: 2px 2px #000;
	margin: 10px 0px;
	letter-spacing: 4px;
}

#statsfacts{
	height: 350px;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
	position: relative;
	text-align: left;
	margin: 0;
	padding: 0;

	background-color: #fff;
	color: #3f3f3f;
	-moz-box-shadow: inset 0 0 10px 1px #000;
	-webkit-box-shadow: inset 0 0 10px 1px #000;
	box-shadow: inset 0 0 10px 1px #000;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-mox-box-sizing: border-box;
}

#statsfacts table{
	color: #3f3f3f;
	width: 93%;
	margin: 10px auto;
}

#specs{
	width: 93%;
	margin: 0px auto;
}

#sfscroll{
	width: 100%;
	height: 100%;
	overflow-y: auto;
	margin: 0px;
	display: block;
	padding: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-mox-box-sizing: border-box;
}

#statsfacts p{
	margin: 8px 0px;
	font-size: 15px;
}

.slash{
	color: #800000;
	text-decoration: line-through;
}

#notifyboxenlarge{
	width: 170px;
	left: 50%;
	margin-left: -75px;
	height: 20px;
	position: relative;
	display: inline-block;
	background-color: white;
	outline: 2px solid black;
	color: black;
	text-align: center;
	font-weight: bold;
	padding: 0;
}

#notifyboxenlarge p{
	margin: 0;
	line-height: 20px;
	padding: 0 5px;
}

.slidebox{
	width: 70%;
	height: 70%;
	margin-top: 9%;
	margin-left: 15%;
}

/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
/*--------------------------Leaderboard Styles----------------------------------------*/
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/

#lbscrollfix{
	width: 100%;
	height: 100%;
}

#leaderboardwrap{
	outline: 2px solid #000;
	background-color: #fff;
	width: 90%;
	height: 300px;
	margin: 12px auto 0 auto;
	text-align: left;
}

#leaderboardwrapheader{
	height: 20px;
	width: 100%;
	outline: 2px solid #000;
	background-color: #3D3E41;
}

#leaderboardwrapheader p{
	margin: 0px
}

#lbhnumber{ width: 10%; }
#lbhname{ width: 46%; border-left: 2px solid #000;}
#lbhwords{ width: 22%; border-left: 2px solid #000;}
#lbhscore{ width: 22%; border-left: 2px solid #000;}

.lbh{
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	position: relative;
	text-align: center;
}

#lbcwrap{
	width: 100%;
	height: 278px;
	background-color: #a3a3a3;
	-webkit-overflow-scrolling: touch;
	position: relative;
	overflow-y: auto;
	top: 0px;
	left: 0px;
	margin-top: 2px;
	outline: 2px solid #000;
}

#lbcinner{
	width: 100%;
	height: 100%;
	overflow-y: auto;
	padding: 0px;
	margin: 0px;
	display: block;
}

.lbbox{
	height: 30px;
	outline: 1px solid black;
}

.lbbox p{
	text-align: center;
	line-height: 30px;
	margin: 0;
	color: #272727;
	font-size: 17px;
	font-family: Arial;
}

.lbbox:nth-child(odd){
	background-color: #A8A8A8;
}

.lbbox:nth-child(even){
	background-color: #fff;
}

.lbnumber{
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 10%;
	height: 100%;
	overflow: hidden;
}

.lbname{
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 46%;
	height: 100%;
	border-left: 1px solid #000;
	overflow: hidden;
}

.lbwinloss{
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 22%;
	height: 100%;
	border-left: 1px solid #000;
	overflow: hidden;
}

.lbpoints{
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 22%;
	height: 100%;
	border-left: 1px solid #000;
	overflow: hidden;
}

/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
/*----------------Single Player Results ----------------------------------------------*/
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/


#spresults{
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#resultslogo{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 10px;
	height: 40px;
}

#resultslogo img{
	height: 100%;
}

#sptop{
	background: #000 url(/somanywords/images/resultsgradient.jpg) repeat-x;
	height: 36px;
	margin-bottom: 5px;
}

#sptop img{
	height: 30px;
}

#sptop table{
	width: 85%;
	margin: 0 auto;
}

#sptop td{
	text-align: center;
}

#sptop td:nth-child(1){ width: 10%; text-align: right;}
#sptop td:nth-child(2){ width: 40%; text-align: center;}
#sptop td:nth-child(3){ width: 20%; text-align: right;}
#sptop td:nth-child(4){ width: 20%; text-align: center;}
#sptop td:nth-child(5){ width: 10%; text-align: center;}

#spwordlist{
	background-color: #fff;
	width: 100%;
	height: 250px;
	color: #3f3f3f;
	overflow: hidden;
	-moz-box-shadow: inset 0 0 10px 1px #000;
	-webkit-box-shadow: inset 0 0 10px 1px #000;
	box-shadow: inset 0 0 10px 1px #000;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#spwordlistscroll{
	height: 100%;
	overflow-y: auto;
}

#spwordlist p{
	padding: 0 10px;
	font-size: 15px;
	line-height: 20px;
	font-family: verdana;
	font-weight: bold;
}

#spresultsexit{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 35px;
	cursor: pointer;
}

#spallwords{
	height: 40px;
	margin-top: 10px;
	cursor: pointer;
}

#fullwordlistpop{
	background-color: #fff;
	outline: 2px solid #000;
	position: absolute;
	height: 70%;
	width: 70%;
	top: 15%;
	left: 50%;
	margin-left: -35%;
	text-align: center;
	color: #3f3f3f;
	-webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 16px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 1);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}


#fullwordlistpopwrap{
	background-color: rgba(0,0,0, 0.7);
	height: 100%;
	width: 100%;
	position: absolute !important;
	top: 0px;
	left: 0px;
	z-index: 15;
}

#fullwordlistpopwrap table{
	border-collapse: collapse;
	border: none;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

#fullwordlist{
	padding: 0 10px;
	font-size: 13px;
	line-height: 20px;
	font-family: verdana;
	font-weight: bold;
	margin: 10px 0px;
}

#fullwordlistexit{
	position: absolute;
	top: 15%;
	left: 15%;
	margin-left: -17px;
	margin-top: -17px;
	height: 34px;
	cursor: pointer;
}

#fullwordlist span{
	color: #fff;
	padding: 0px 3px;
	background-color: #3f3f3f;
}

#fullwordlistpopinner{
	height: 100%;
	overflow-y: auto;
}

.miniboard{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 82px;
	height: 82px;
	overflow: hidden;
}

.miniboard p, .miniboard2 p{
	color: #fff;
	font-family: Arial;
	padding: 0px 4px;
	text-shadow: 2px 2px #000;
	text-align: center;
	margin: 0;
}

.miniboard table, .miniboard2 table{
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-collapse: collapse;
}

.miniboard table td, .miniboard2 table td{
	border-width: 0px;
	padding: 0px;
	border-style: none;
	border-color: gray;
}


/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/

#tablewrap table{
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}

#tablewrap td{
	padding: 0;
	border: none;
	border-collapse: collapse;
}

#dcexit, #lbexit, #viewstatsexit, #exitchat, #signout, #mplobbyexit{
	position: absolute;
	top: 0;
	left: 0;
	height: 35px;
	cursor: pointer;
}

.redborder{
	border: 2px solid #fff;
	background-color: #fff;
}

.redborder p{
	color: #000 !important;
}


#disconnectwrap{
	background-color: red;
	border: 2px solid black;
	position: absolute;
	height: 25px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	text-align: left;
	color: white;
	-webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 20;
}

#disconnectwrap p{
	font-size: 12px;
	margin: 0px;
	display: inline-block;
	vertical-align: top;
	line-height: 19px;
	padding-left: 10px;
}

#disconnectwrap img{
	height: 21px;
	display: inline-block;
	vertical-align: top;
}

#disconnectwrap img:last-child{
	float: right;
}

#chatsubmit{
	height: 33px;
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: -1px;
}

.timestamp{
	font-size: 9px;
}

.dschide{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.95);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px dashed #fff;
	z-index: 5;
}

.dschide p{
	color: #fff;
	text-align: center;
	padding-top: 78px;
}

.dschide p span{
	font-size: 24px;
}


#dctabbox{
	text-align: center;
	color: #fff;
	width: 90%;
	margin: 0 auto 2px auto;
	height: 26px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 2px solid #000;
	background-color: #000;
	overflow: hidden;
}

.dctabselect, .pdctabselect{
	width: 100%;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.dctabselect p, .pdctabselect p{
	margin: 0;
	padding: 0;
	color: #fff;
}

#dctabbox table{
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}

#dctabbox td{
	border-collapse: collapse;
	padding: 0;
	border: none;
	width: 33.33%;
}

#pdctabbox table{
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}

#pdctabbox td{
	border-collapse: collapse;
	padding: 0;
	border: none;
	width: 50%;
}

#pdctabbox{
	text-align: center;
	color: #fff;
	width: 90%;
	margin: 0 auto 2px auto;
	height: 26px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 2px solid #000;
	background-color: #000;
	overflow: hidden;
}



/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/


#pdailypop{
	background: #055b7c url(/somanywords/images/bgtile1.jpg) repeat top center;
	outline: 2px solid #000;
	position: absolute;
	height: 80%;
	width: 70%;
	top: 10%;
	left: 50%;
	margin-left: -35%;
	text-align: center;
	color: #3f3f3f;
	-webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 16px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 1);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}


#pdailypopwrap{
	background-color: rgba(0,0,0, 0.7);
	height: 100%;
	width: 100%;
	position: absolute !important;
	top: 0px;
	left: 0px;
	z-index: 15;
}

#pdailypopexit{
	position: absolute;
	top: 10%;
	left: 15%;
	margin-left: -17px;
	margin-top: -17px;
	height: 34px;
	cursor: pointer;
}

#pdailypopinner{
	height: 100%;
	overflow-y: auto;
}

.miniboard2{
	display: none;
	margin: 5px auto;
	width: 82px;
	height: 82px;
	overflow: hidden;
}

#pdwordlist{
	background-color: #fff;
	width: 100%;
	height: 250px;
	color: #3f3f3f;
	overflow: hidden;
	-moz-box-shadow: inset 0 0 10px 1px #000;
	-webkit-box-shadow: inset 0 0 10px 1px #000;
	box-shadow: inset 0 0 10px 1px #000;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

#pdwordlistscroll{
	height: 100%;
	overflow-y: auto;
}

#pdwordlist p{
	padding: 0 10px;
	font-size: 15px;
	line-height: 20px;
	font-family: verdana;
	font-weight: bold;
}

#pdnhead{
	display: block;
	text-align: center;
	color: #fff;
}

.slash2{
	color: #800000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: line-through;
}


/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/


button{
	font-size: 20px;
    font-weight: 600;
    line-height: 1.4em;
    padding: 2px 13px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 20px;
	color: #000;
}

.dcbuttonbox{
	padding-top: 10px;
}





.global-alerts{
	display: block;
	position: absolute !important;
	bottom: -40px;
	left: 0px;
	width: 100%;
	height: 40px;
	z-index: 10 !important;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;

	transition: bottom 0.25s linear;
}

.global-alerts.active{
	bottom: 0px;
}

.global-alerts.red .inner{
	background-color: #841f1f;
}

.global-alerts .inner{
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;
	height: 25px;
	background-color: #48b048;
	border: 2px solid #000;
}
