#sfr_title {
	background-color: #FFFFFF;
	color: black;
	font-weight: bold; 
	position:relative;
	top:10px;
	width:400px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}
#sfr_table {
	border:solid 1px black;
	border-radius: 1em;
	padding:10px;
	text-align:center;
}

#sfr_table button.condition {
	border:solid 1px black;
	border-radius: 0.3em;
	padding:0;
	width:30%;
	margin: 0.3rem;
	font-size: 1rem;
	height: 3rem;
}

#sfr_submit {
	width:100%;
	background-color: #ffa500;
}

#sfr_table .sfr_unselected {
	background-color: #fffff0;
	color: black;
}
#sfr_table .sfr_selected {
	background-color: #dc143c;
	color: white;
}

#sfrdisp {
	margin-top:15px;
}

#sfrdisptitle {
	display: none;
    border: solid 1px black;
    border-radius: 1em;
    padding: 10px;
    background-color: #017F04;
    color: white;
    text-align: center;
}