h1 {
	font-family: 'Holtwood One SC', serif;
}

textarea {
	resize: vertical;
	max-height: 400px;
	min-height: 100px;
	margin-bottom: 15px;
}

.input-error {
	margin-top: -14px;
}

footer div p {
	margin-bottom: 0;
}

footer {
	margin-bottom: 15px;
}

.nayta-tiedot td:nth-child(2) {
	width: 100%;
	border-left: 1px solid #ddd;
}

.lista td:not(:first-child ) {
	border-left: 1px solid #ddd;
}

#jlista h3 {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 2px solid #ddd;
}

@media only screen and (max-width: 600px) {
	h1 {
		font-size: 4.5vw;
	}
	textarea {
		max-height: none;
	}
}

@media only screen and (min-width: 601px) {
	.lista td:nth-child(1) {
		width: 150px;
	}
	.lista td:nth-child(3) {
		width: 200px;
	}
}