table, th, td {
	border: 1px solid #cee;
	border-collapse: collapse;
	padding: 4px;
	text-align: left;
}

tr:nth-child(even) {
	background-color: #223;
}

.test {
	display: none;
}

input[type=text] {
	color: #cee;
	background-color: #334;
}

textarea {
	color: #cee;
	background-color: #334;
}
