body {
	background-color: #2d2d2d;
}
.kontainer {
	background-color: white;
	padding-top:15px;
	min-height: 500px;
}
.logo {
	width: 200px;
	padding: 15px;
}

.changeput {
	visibility: hidden;
}
.addtable select {
	width: 300px;
}
.addtable input[type=text] { 
	width: 300px;
}
.addtable td {
	padding: 5px 10px;
}

tr td:first-child { 
	white-space: nowrap;
}