.box-char {
	padding:20px;
    margin-left: 5em;
    margin-right: 5em;
    padding-bottom: 15px;
    border-radius: 3px;
    margin-bottom: 15px;
	text-align: center;
}



.box-char.green {
	background: #81C784;
}

.box-char.blue {
	background: #2196F3;
}

.dot-px {
	width: 32px;
	height: 32px;
	margin: 2px;
	border: #FFF 1px solid;
	display: inline-block;
}


.config strong {
	width: 160px;
	display: inline-block;
}

.config .inline {
	margin-bottom: 2px;
}

.config label {
	width: 120px;
	display: inline-block;
}

.green .high {
	background: #1B5E20;
	border-color: #1B5E20;
}

.blue .high {
	background: #FFF;
	border-color: #FFF;
}

