@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	color:#096;
}

#countdown{
    font-family: Helvetica;
    font-size: 60px;
    margin: 0px 0px 10px 25%; 
    -webkit-animation-duration: 2s;

}

#points{
    display:inline;
    margin-left: 68%;
    margin-bottom: 15px;
}

#definition{
    display: block;
    list-style: none;
    z-index: 1;
    margin: 30px 0px 10px 10px;
    padding: 15px 15px 50px 15px;
    width: 300px;
    border: 1px solid #bfbfbf;
    background-color: Lightcyan;  /* use #fafad2 if name doesn't work */
    color: black;
    text-decoration: none;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    overflow: hidden;
    font-size:18px;
    -webkit-animation-duration: 1s;
}

#strike_stats {
margin-left: 40%;
display: inline;
}

#outer_shell{
    margin-top:65px;
    font-size: 16px;
}

.no-js #loading, .js #warning {
	display: none;
}
#warning, #loading {
	font-size: 150%;
	font-weight: bold;
	color: #f00;
	text-align: center;
}

#stage {
	float: right;
}
#word {
	font-weight: bold;
font-size: 300%;
letter-spacing: 0.25em;
margin: 0.25em 0 0.4em 30px;
}
#letters div {
	width: 40px;
	margin: 0 5px 5px 0;
	padding: 0.25em 0;
	text-align: center;
	font-weight: bold;
	font-size: 150%;
	color: #fff;
	background-color: #006;
	float: left;
}

#options{
	text-align: center;
	font-weight: bold;
	font-size: 125%;
	color: #fff;
	margin-left:320px;

}
#another_definition {
width: 40px;
background-color: green;
cursor: pointer;
margin-top: 8px;
height: 25px;
padding: 0.35em 0;
}
 
#g2 {
width: 40px;
background-color: green;
cursor: pointer;
height:25px;
padding: 0.35em 0;

}
@media only screen and (max-width: 399px) {
	h1 {
		margin-top: 0.2em;
		margin-bottom: 0;
		font-size: 150%;
	}
	#word {
		text-align:center;
		margin-left: 0;
	}
}
@media only screen and (max-width: 399px), only screen and (min-width: 530px) {
	#letters {
		width: 320px;
	}
	body {
		max-width: 560px;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 400px) and (max-width:439px) {
	#letters {
		width: 180px;
	}
}
@media only screen and (min-width: 440px) and (max-width: 529px) {
	#letters {
		width: 225px;
	}
}
@media only screen and (min-width: 700px) {
	body {
		max-width: 800px;
	}
	#stage {
		width: 300px;
		height: 300px;
	}
}
@media only screen and (max-height: 480px) {
    #letters {
        margin-left: 6px;
    }
    #letters div {
        font-size: 125%;
        margin: 0 2px 2px 2px;
    }
}
@media only screen and (max-height: 480px) and (orientation: landscape) {
    #stage {
        margin-top: 60px;
    }
}
@media only screen and (min-width: 320px) and (orientation: landscape) {
    .js #helptext {
        width: 400px;
    }
}


}
