﻿h2 {
	font-size: 1.3em;
}

.lomake textarea {
	width: 25em;
	height: 7em;
}

.lomake input[type="text"], .lomake select, .lomake input[type="file"] {
	width: 25em;
}

.lomake label {
	display: block;
}

p, .kohde, .kohdeyveto {
	/* Tätä voi muutella, 1em on m-kirjaimen leveys, about kaks kirjainta
	 * siis. Voi käyttää myös pikseleitä, vaikkapa 500px */
	width: 31em;

}

*>p, *>.kohde, *>.kohdeyveto {
	width: auto;
	/* Ja sama arvo tänne */
	max-width: 31em;
}

