*
	{
	box-sizing:border-box;
	}
body
	{
	font-family:verdana;
	}
h1
	{
	text-align:center;
	font-size:1.7em;
	color:#ccc;
	}
.container
	{
	border:1px solid #ccc;
	border-radius:5px;
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
	}
.zeile
	{
	border-top:1px solid #ccc;
	overflow:hidden;
	padding:5px;
	}
.merkmal, .wert
	{
	width:50%;
	float:left;
	}
.eingabefeld
	{
	width:100%;
	}
.scrollbox
	{
	border:1px solid #ccc;
	overflow:scroll;
	height:50px;
	}
@media SCREEN AND (max-width:400px)
	{
	.merkmal, .wert
		{
		width:100%;
		}
	h1
		{
		font-size:1.2em;
		}		
	}