#output {
	margin-top: 30px;
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
	min-height: 100px;
}

#search {
	background: #f36c32;
	color: #fff;
	padding: 5px;
	border: none;
	border-radius: 5px;
	cursor:pointer;
}

#search:hover {
	background: #000;
}

.awards-form {
	text-align: center;
}
.form-field {
	padding: 5px;
	border-radius: 2px;
	border: 1px solid rgba(0,0,0,0.5);
}
.photo {
	border-radius: 50%;
}
#certificate-list {
	border: 1px solid rgba(0,0,0,0.3);
	width: 100%;
	border-collapse: collapse;
}

#certificate-list th {
	text-transform: uppercase;
	font-size: .75rem;
}

#certificate-list td, #certificate-list th {
	padding:10px;
	border: 1px solid rgba(0,0,0,0.35);
}