form.code input[type=text]{
	width: 28em;
}

form.code textarea#source{
    width: 100%;
    height: 28em;
    font-family: consolas, lucidia console, monospace, fixed-width;
    font-size: 1em;
}

form.code textarea#description{
    width: 100%;
    height: 6em;
}

form.code textarea#usage{
    width: 100%;
    height: 10em;
}

div.preview, div.demo{
    border: 1px solid #789;
    padding: 1em;
    margin: 1em 0;
}

ul.code,
ul.code li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.code li{
	margin: 0 0 1em;
}

ul.code li div.description{
	margin-left: 38px;
}