#match-style1, #match-style2, #match-order1, #match-order2,
#match-level1, #match-level2, #match-level3 {
	width:100%;
}

#match-style1,#match-order1,#match-level1 {
	margin-top:0.5em;
	margin-bottom:0.5em;
}

#match-level2 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#match-style2,#match-order2,#match-level3 {
	margin-top:0.5em;
	margin-bottom:0.5em;
}

#match-start {
	width:100%;
	margin-bottom:1em;
}

.config-com-on {
	border: 2px solid rgba(250, 3, 3, 0.897);
	border-radius:5px;
	padding:0.5em;
	background-color: rgb(248, 248, 232);
	margin-bottom:1em;
}

.config-com-off {
	border: 2px solid rgba(97, 3, 3, 0.897);
	border-radius:5px;
	padding:0.5em;
	background-color: rgb(80, 80, 80);
	margin-bottom:1em;
}