body {
	font-family: Roboto, sans-serif;
	font-size: 14pt;
	
	background-color: #F9F9F9;
	
	margin: 15px;
}
img {
	max-width: 100%;
	box-sizing: border-box;
}

.problem {
	border: 2px solid #D3D3D3;
}
.error {
	color: #FF0000;
}
.googleButton {
	color: #FFFFFF;
	font-family: Roboto, sans-serif;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	
	background-color: #4A90E2;
    
	border: none;
    border-radius: 2px;

	height: 34px;
	line-height: 34px;
	min-width: 90px;
	
	padding: 0px 10px 0px 10px;
	cursor: pointer;
}
.googleTextbox {
	width: 116px;
	height: 36px;
	
	border: 1px solid #DFDFDF;
	border-radius: 2px;
	outline: none;
	
	margin: 5px 15px;
	padding: 1px 9px;
	
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 400;
}
.smallprint {
	color: #B3B3B3;
	font-size: 8pt;
	text-transform: uppercase;
}
.linetick {
	height: 34px;
	margin-bottom: -0.25em;
	margin-right: 7px;
}
.answerCode {
	font-family: "Roboto Mono";
	
	width: 630px;
	height: auto;
	
	max-width: 100%;
	box-sizing: border-box;
	margin: 5px 0;
}
.screen {
	transition: opacity 0.5s;
}
.refresh {
	width: 634px;
	max-width: 100%;
	margin-bottom: -23px;
	
	text-align: right;
}

@font-face {
	font-family: Roboto;
	src: url("roboto.ttf");
}
@font-face {
	font-family: Roboto;
	src: url(robotomedium.ttf);
	font-weight: 500;
}
@font-face {
	font-family: "Roboto Mono";
	src: url(robotomono.ttf);
}

@media (max-width: 450px) {
	body { font-size: 12pt; }
	.googleButton, .googleTextbox {
		width: 100%;
		box-sizing: border-box;
	}
	.googleTextbox { margin-left: 0; margin-right: 0; }
	.refresh { margin-bottom: -19px; }
	.refresh img { height: 12px; }
}