@import url("style.css");

p {
	margin: 10px;
}

table {
	margin: 10px;
}

th, td {
	padding: 5px;
	border: 1px solid #999999;
	vertical-align: top;
}

thead th {
	background: #cccccc;
	border-bottom: 3px double #999999;
	text-align: left;
}

tbody th {
	background: #f37d00;
	text-align: left;
}

#sr_name {
	width: 250px;
}

#sr_contact {
	width: 110px;
}
