.stil {
	padding:2px;
	width:150px;
	height:20px;
	font-size:16px;
	font-family: Arial;
	line-height:20px;
	background-color:#ffffcc;
	border:1px solid #663300;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.mobile-stil {
	width: 100%;
	padding: 0.25rem 0.1rem;
	font-size: 1rem;
	font-family: Arial;
	line-height: 1.2rem;
	background-color: #ffffcc;
	border: 1px solid #663300;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}