body {
	font-family: Roboto,-apple-system,BlinkMacSystemFont,Sans-Serif;
	width:100%;
	margin:0;
}
.clearfix:after {
	content: " ";
	display: block;
	height: 0px;
	clear: both;
}
#credit {
	border-bottom: 1px solid #d2d2d2;
	padding: 0 7px 7px 7px;
	display: flex;
	align-items: center;
	gap: 8px;
}
#credit a {
	font-weight: bold;
}
#poweredBy {
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}
#question {
	padding: 20px 0 0 7px;
	font-weight: bold;
	font-size: 21px;
}
.group-meta {
	color: #999999;
	font-size: 13px;
}
a, a:link, a:hover {
	color:#0099cc;
	text-decoration: none;
}
#logo {
	width: 150px;
	height: 42px;
}
#type {
	flex: 1;
	text-align: right;
}
#button-play {
	background-color: #4faf46;
	border: none;
	color: #FFFFFF;
	width: 250px;
	padding: 8px;
	text-transform: uppercase;
	font-size: 1.5rem;
	cursor: pointer;
}
.button-wrapper {
	text-decoration: none;
	display:inline-block;
}
#giveUp {
	font-size: 0.75rem;
	cursor: pointer;
	border: none;
	background-color: transparent;
	display: block;
	margin: 0 auto;
}
#giveUp:hover {
	text-decoration: underline;
	color: #f90;
}
#gameHeaderWrapper {
	padding-top:6px;
	margin-bottom: 15px;
}
#Gamebar {
	text-align: center;
	font-size: 28pt;
	font-weight: 700;
	margin:15px 0 0 0;
}
#gameBarBox {
	padding-top:10px;
}
.timerScoreTitle {
	color: #a5aeba;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	line-height: 22px;
	display: block;
	white-space: pre;
}
.gameOver {
	font-size: 180%;
	width: 300px;
	font-weight: bold;
	padding-left:7px;
}
#reckoning {
	font-size: 17pt;
	font-weight: bold;
	width: 228px;
	margin-top: 25px;
	margin-left:7px
}
#guessesremaining {
	color: #F90;
}
#shareResult {
	display: flex;
	align-items: center;
}
#gameOverMsg {
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: 20px;
	background-color: #feffcb;
	padding: 10px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
}
.resultsLink{
	padding: 5px;
	margin-top: 20px;
	width: 200px;
}
.link-button-secondary{
	white-space: nowrap;
	color: black;
    background-color: white;
	cursor: pointer;
    padding: 12px;
    border: 1px solid black;
    border-radius: 4px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.link-button-secondary:hover{
	color: black;
}
.link-button-secondary:link{
	color: black;
}
#timeBox, #scoreBox {
	color: #000;
	display: inline-block;
	font-size: 28pt;
	font-weight: bold;
	line-height: 1em;
	min-width: 110px;
	text-align: center;
}
#timerScoreBox {
	margin-top: 0;
	float: right;
	padding: 0;
	width: 250px;
	text-align: center;
}
#timeBox {
	float:right;
}
#time {
	display:block;
}
#scoreBox {
	float: left;
}
.timeTicking {
	color: #cf4400;
}
#playGameBox,#postGameBox	{
	margin-left: 7px;
}
#playGameBar {
	padding: 0;
	margin-right:250px;
}
#playPadding {
	margin-top:24px;
}
#postGameBox {
	text-align: center;
}
.crossLinks {
	margin: 0.6875em 0;
	background-color: #fff;
	border-top: 1px solid rgba(0,0,0,0.12);
	border-bottom: 1px solid rgba(0,0,0,0.12);
}
.crossLinks p {
	font-weight: bold;
	text-align: center;
}
.button-secondary {
	border: 1px solid #cfcfcf;
	color: #555;
	background: #e9e9e9;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1em;
	text-shadow: 0 1px 0 #fafafa;
	margin: 0 10px;
	padding: 7px 12px;
	cursor: pointer;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: #f6f6f6 0 1px 0 inset;
	-webkit-box-shadow: #f6f6f6 0 1px 0 inset;
	box-shadow: #f6f6f6 0 1px 0 inset;
	font-weight: 400;
}

