.show { display: block;}
.hide { display: none;}
div.radio_div .form-row-first{
	float: unset !important;
}  
div.radio_div .form-row-last{
	float: unset !important;
}  
div.form-row-wide{
	white-space: nowrap;
	width: 100%;
}
 
div.form-row-wide .ext_radio{
	display: inline-block;
	padding: 5px;
}
.select {
    width: 100% !important;
}  
.form-row .select2-container{
	 width: 100% !important;
}