#scan-table, #scan-user {
	font-size: 8rem;
	margin: auto;
	text-align: center;
	padding-top: 15%;
	color: #000;
}
#scan-table > div, #scan-user > div {
	background-color: #EEE;
	border-radius: 5px;
}
#working-space .btn-group button {
	font-size: 2rem;
	padding: 10px;
}
#working-space .stats-info {
	font-size: 3rem;
	float: left;
}
#scan-logs {
	max-height:600px;
	overflow: auto
}