#FEEfilterform {
	width:100%;

	/*- nested -*/
	label{
		display:flex;
		padding:5px;
		border-bottom: solid 1px #888888;
		transition: all 0.3s;
	}
	label:last-of-type{
		border-bottom:0px;
	}
	label:first-child{
		border-top: solid 1px #888888;
	}
	input, select {
		width:100%;
	}
	.label{
		width:30%;
	}
	.input{
		width:70%;
	}
}