#waiting {
	display : none;
	position: absolute;
	top: 50%;
	left: 30%;
	border: 2px solid yellow;
	background-color: red;
	color: yellow;
	padding: 10px;
}

.boldText {
	font-weight: bold;
}

h1 {
	border: 1px solid;
	padding: 4px;
	margin-bottom: 20px;
}

.scrollPad {
	background-color: transparent;
	overflow: scroll;
	height: 480px;
	width: 600px;
}
