.box {
	height:30px;
	width:30px;
}
table{border-collapse: collapse;}
td {text-align:center;padding:0;margin:0;}
#finderchecks .icon-cancel-circle {
	color:#999;
}
#finderchecks .icon-checkmark {
	color:green;
}
#finder-result {
	margin-top:20px;
	text-align: center;
	font-size:1.5em;

}
#finder-name {
	height:2.5em;
	width:80%;
	background: #eee;
	margin:0 auto;
	font-size:2em;
	text-align:center;
	line-height:2.5em;
}
.dark #finder-name {
	background: #333;
	color:white;
}