/* FORM */
/* input[type=text], input[type=email], input[type=url], input[type=password], textarea {width:100%;} */
fieldset {overflow:hidden; margin-inline-start:0; margin-inline-end:0; margin-bottom:10px; border:none; padding:1px;}
fieldset button, fieldset input, fieldset select, fieldset textarea {margin-top:5px;}
/* textarea {width:90%; max-width:448px;} */
label, legend {font-size:90%;}
fieldset > label {padding-right:10px; text-align:left;}
@media screen and (min-width:512px), print and (min-width:384px) {
	/* textarea {width:80%;} */
}
@media screen and (min-width:640px), print and (min-width:512px) {
	fieldset {margin:5px 0;}
	label, legend {font-size:95%;}
}
@media screen and (min-width:896px), print and (min-width:768px) {
	label, legend {font-size:100%;}
}

/* FORMSET */
.formset fieldset > label {width:100%;}
@media screen and (min-width:640px), print and (min-width:512px) {
	.formset fieldset > label {clear:both; width:30%; float:left; margin-top:10px; margin-bottom:10px;}
	.formset fieldset > div {width:70%; float:right;}
}
.inp-0 {width:10%; visibility:hidden;}
.inp-0-2 {width:60%; visibility:hidden;}
.inp-2 {width:40%;}
.inp-3 {width:50%;}
.inp-4 {width:60%;}
.inp-5 {width:90%;}
.inp-6, .inp-7, .inp-8, .inp-9, .inp-10 {width:100%;}
@media screen and (min-width:512px), print and (min-width:384px) {
	.inp-2 {width:30%;}
	.inp-3 {width:40%;}
	.inp-4 {width:50%;}
	.inp-5 {width:70%;}
	.inp-6 {width:80%;}
	.inp-7, .inp-8 {width:90%;}
}
@media screen and (min-width:768px), print and (min-width:640px) {
	.inp-0-2 {width:10%;}
	.inp-1 {width:20%;}
	.inp-2 {width:30%;}
	.inp-3 {width:40%;}
	.inp-4 {width:50%;}
	.inp-5 {width:60%;}
	.inp-6 {width:70%;}
	.inp-7 {width:80%;}
	.inp-8 {width:90%;}
}
@media screen and (min-width:896px), print and (min-width:768px) {
	.inp-0-2 {width:10%;}
	.inp-1 {width:10%;}
	.inp-2 {width:20%;}
	.inp-3 {width:30%;}
	.inp-4 {width:40%;}
	.inp-5 {width:50%;}
	.inp-6 {width:60%;}
	.inp-7 {width:70%;}
	.inp-8 {width:80%;}
	.inp-9 {width:90%;}
}
@media screen and (min-width:1152px), print and (min-width:896px) {
}
