﻿html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif
	}
	
body {
}

.container {
		width: 380px;
		background-color: rgb(102,153,255);	
		padding: 5px 0 5px 10px;
}

header {
	font-size: 60%;	
	padding: 0px 0px;
}

header h1 {
	margin: 0;
	padding: 0;
}

button {
	// background-color: lime;
	// height: 35px;		
				
}

.submitButton {
	background-color: lime;
	border-radius: 5px;
	font-weight: bold;
	// height: 35px;
	font-size: 85%;
	height: 35px;
}

#beginButton {
	background-color: orange;
	border-radius: 5px;	
	font-weight: bold;
	height: 35px;
	font-size: 85%;
}


#statusArea {
		background: orange;	
		width: 350px;
		overflow-y: scroll;	
		height: 200px;
		font-size: 75%;
		margin: 3px 0;
}

.timerDisplay {
	//display: none;
	background: white;
	width: 90px;
}
