/*
 * CSS for real-time runner updates
 */

/* This hides table rows with id="hid" This is what makes it all work and must be here! */
#hid {
	display: none;
}

/* styling for search input box id="s_i" */
#s_i{
	width: 100px;
	background-color: LightYellow;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* styling for search X id="s_x" */
#s_x {
	font-size: 20px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: Black;
	text-decoration: none;
}