@import url('https://fonts.googleapis.com/css?family=IM+Fell+DW+Pica+SC');
@import url('https://fonts.googleapis.com/css?family=Kadwa');
body
{
	font-family: 'Kadwa', serif;
	background-color: #f0f0f0;
	margin: 0;
	padding: 0;
}
button, input, select, textarea, a
{
	font-family: inherit;
	font-size: 100%;
	-webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
    -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
    box-sizing: border-box;
}
#prefs div
{
	display: inline-block;
}
.popup
{
	display: none;
	/*background-color: #ebebeb;*/
}
#statusMessage
{
	font-size: 1.5em;
	line-height: 1.5em;
	padding-bottom: 15px;
}
#gameDisplay
{
	font-size: 20px;
	font-weight: bold;
	padding: 15px;
}
.player_response
{
	display: inline-block;
	padding-left: 10px;
}
.finalScore
{
	border: 3px solid #a0a4b8;
	background: #D8DDEF;
	padding: 40px;
	display: inline-block;
}
.finalHeader
{
	font-size: 2em;
	line-height: 1.5em;
	font-weight: normal;
}
.finalScore .playerName, .finalScore .score
{
	display: inline-block;
}
.finalScore .playerName
{
	padding-right: 10px;
}
.finalScore .winner
{
	font-size: 1.5em;
	line-height: 1.3em;
}
.playerInput
{
	display: block;
	font-size: 1em;
	line-height: 1em;
}
.playerWriter
{
	font-style: italic;
	display: block;
	font-size: 0.8em;
	font-weight: normal;
}
.votesReceived
{
	line-height: 1em;
}
.votesHeader, .singleVote
{
	display: inline-block;
	
}
.votesHeader
{
	padding-right: 15px;
}
.singleVote::after
{
	content: ",";
	padding-right: 15px;
}
.singleVote:last-child::after
{
	content: "";
}
.additionalText
{
	padding-bottom: 5px;
	font-size: 2em;
}
h1
{
	margin: 15px 15px 0;
	padding-bottom: 3px;
	font-size: 3em;
}
.promptSource
{
	font-style: italic;
	font-size: 0.8em;
	font-weight: normal;
}
.promptText
{
	font-size: 2.5em;
	line-height: 1.25em;
	margin-left: 0;
}
.optionsDisplay
{
	display: inline-block;
	vertical-align: top;
	padding-right: 35px;
}
.optionsDisplay:last-child
{
	padding-right: 0;
}
.singleInput
{
	display: table;
	border: 3px solid #a0a4b8;
	padding: 15px;
	background: #D8DDEF;
	margin-top: 35px;
}
.numPoints
{
	display: inline-block;
	font-style: italic;
	font-size: 0.8em;
	padding-left: 5px;
}
.singleVote .playerName
{
	display: inline-block;
}
.toast
{
	position: absolute;
}
#toast
{
	position: relative;
}

#outer
{
	padding: 15px;
}
.mainSelect
{
	border-bottom: 1px solid #333333;
	padding: 15px 0;
	margin: 0 15px;
}
.mainSelect:last-child
{
	border-bottom: 0px none;
}
h2
{
	margin: 0;
	padding: 10px 0;
	line-height: 1em;
}
a
{
	color: #000000;
	text-decoration: none;
	text-align: center;
	line-height: 2.5em;
}
input[type=submit], button, input[type=text], label, a
{
	width: 100%;
	display: block;
}
input[type=text]
{
	border: 2px solid #333333;
	padding: 0 5px;
	margin: 15px 0;
	height: 2.5em;
	font-size: 1.5em;
}
input[type=text]:-webkit-autofill
{
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
input:focus, a:focus
{
	border: 2px solid #000000;
	outline: none;
}
label
{
	margin-bottom: -8px;
}
#prompt_length
{
	width: 50px;
	display: inline-block;
	height: 2.5em;
}
button, a
{
	border: 2px solid #666666;
	background: #D8DDEF;
	height: 2.5em;
	font-size: 1.5em;
	cursor: pointer;
	margin: 15px 0;
}
button:focus, a:focus
{
	border: 2px solid #000000;
	outline: none;
}
button:hover, a:hover
{
	background: #A0A4B8;
}
.code_entry
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 2em;
	text-transform: uppercase;
}
h1#gameTitle
{
	font-family: 'IM Fell DW Pica SC', serif;
}

.gameCodeDisplay
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
}

#gameCode, #playerHolder
{
	border: 3px solid #A0A4B8;
    background: #D8DDEF;
    display: block;
    padding: 10px;
	margin-bottom: 15px;
}
#rightColumn
{
	float: right;
}

#returnHome
{
	padding-top: 100px;
}

ul
{
	margin: 0;
	padding-left: 0;
	line-height: 1.5rem;
	list-style-type: none;
}

.finalColumn
{
	display: inline-block;
	padding-right: 35px;
}
.finalColumn:last-child
{
	padding-right: 0px;
}

.time_circles > div > h4
{
	font-family: inherit;
}

.time_circles
{
	color: #404458;
}

button, input[type=text]
{
	margin: 15px 0;
}

@media (min-width: 641px)
{
	input[type=submit], button, input[type=text], label, a
	{
		width: 350px;
		display: block;
	}
	input[type=text]
	{
		border: 2px solid #999999;
		padding: 0 5px;
		margin: 5px 0;
		height: 2.5em;
		font-size: 1em;
		line-height: 2.5em;
	}
	input[type=text]:-webkit-autofill
	{
    	-webkit-box-shadow: 0 0 0px 1000px white inset;
	}
	input:focus
	{
		border: 2px solid #000000;
  		outline: none;
	}
	
	label
	{
		margin-bottom: -8px;
	}
	#prompt_length
	{
		width: 50px;
		display: inline-block;
		height: 2em;
		line-height: 2em;
	}
	button, a
	{
		border: 2px solid #999999;
		background: #D8DDEF;
		font-size: inherit;
		margin: 5px 0;
	}
	button:focus, a:focus
	{
		border: 2px solid #000000;
		outline: none;
	}
	button:hover, a:hover
	{
		background: #A0A4B8;
	}
}