h1, h2, h3{
	text-align: center;
}
h2, h3{
	font-weight: bold;
	line-height: 3em;
}
a, a:hover{
	text-decoration: none;
	color: inherit;
}
.search-box{
	padding: 5%;
	text-align: center;
	background: #eee;
}
.search-box div{
	width: 80%;
	max-width: 500px;
	overflow: hidden;
	margin: auto;
}
.search-box input{
	float: left;
	height: 50px;
	line-height: 50px;
	padding: 0 5%;
}
#worker-query-input{
	width: 80%;
}
#worker-query-submit{
	width: 20%;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background: #0066cc;
}
#worker-info{
	width: 100%;
	height: 360px;
}
#worker-info td{
	font-size: 18px;
	border: 1px solid #eee;
	padding: 10px;
	line-height: 1em;
	text-align: center;
	height: 72px;
	
}
#worker-info img{
	max-width: 100%;
}
#head{
	width: 300px;
	padding: 0 !important;
}
#qr-code{
	width: 288px;
	height: 288px;
	padding: 50px !important;
}
#experience-list{
	width: 100%;
}
#experience-list th,
#experience-list td{
	border: 1px solid #eee;
	padding: 3px;
	font-size: 16px;
	text-align: center;
	line-height: 2em;
}
#experience-list thead,
#experience-list tr:nth-child(even){
	background: #f8f8f8;
}
.worker-list img{
	border: 1px solid #f8f8f8;
}
.worker-list p{
	font-size: 18px;
	line-height: 2em;
	padding: 0 0.2em;
}
