/*
 * Copyright (C) 2016 Raytheon BBN Technologies, All Rights Reserved.
 *
 * This software was developed pursuant to Prime Contract Number
 * 2016-16031100003 with the US Government.
 *
 * This software does not contain technology or technical data controlled
 * under either the U.S. International Traffic in Arms Regulations or the
 * U.S. Export Administration regulations.
 */

#instructions {
	font-style: italic;
}
#sequence_num {
	font-size: 100%;
	font-style: italic;
	text-align: center;
//	background: #d9edf7;
}
#sequence_len {
	font-size: 100%;
	font-style: italic;
	text-align: center;
//	background: #d9edf7;
}

#numbers_display {
	font-size: 300%;
	font-style: bold;
	text-align: center;
}

.boxed {
	border: 3px solid black;
	padding: 10px;
}

#instructions {
	padding-left: 20px;
	padding-right: 20px;
}

#start_trial_button {
	font-size: 300%;
}

#dev_incremental_results, #dev_received {
	font-size: 100%;
	font-style: italic;
}

table, tr {
	height: 40px; // slightly larger than the clock
}
