body{
	background: #f7f7f7;
}
.login-img{
	width:200px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.login-box{
	border: 1px solid #ccc;
	margin-top:5%;
	background: white;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    border-radius:5%;
}
.photo{
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:390px;
}
#historyTable th,#historyTable td{
	text-align:center
}
#historyTable img{
	display: block;
margin-left: auto;
margin-right: auto;
}
.filter-fields{
	display:none;
}
label{
	font-weight:bold;
}
