@CHARSET "UTF-8";
h1 {
	color: white;
	background: black;
	padding: 15px;
}

div {
	padding: 10px;
	border: 2px solid black;
	margin: 5px
}

input {
	margin: 5px;
}

table {
    border-collapse: collapse;
    border: 1px solid black;
}

table th {
    border: 1px solid black;
}

table td {
	padding-left: 10px;
	padding-right: 10px;
}

#builder, #results {
	float: left;
	width: 70%;
}

#results {
	width: 25%;
}