* {
        font-family: sans-serif;
}

body, td, th {
        color: black;
        background-color: white;
        font-size: 95%;
        margin: 10px;
}

h1 {
        font-size: 150%;
        font-weight: normal;
}

h2 {
	font-size: 110%;
}

th {
        text-align: right;
        vertical-align: top;
        padding: .3em .5em 0 0;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li {
	font-size: 80%;
	padding: 5px 0 0 0;
	margin: 0;
}

.right {
	text-align: right;
}

.small {
    font-size: x-small;
}

.result {
	background-color: #DDDDDD;
	border: 2px solid #BBBBBB;
	width: auto;
	padding: 10px;
	margin-bottom: 15px;
}

.submit-caption {
	margin-left: 30px;
	font-size: 90%;
}

#generate {
        margin: 0 auto 0 auto;
        width: 40em;
}

#generate table {
        margin: 0 auto 0 auto;
}

#generate textarea {
	width: 35em;
	height: 20em;
}

#generate textarea#text {
    width: 28em;
    height: 20em;
    font-size: 90%;
}

noscript {
    color: red;
    display: block;
}

input.button {
        width: 0;
        overflow: visible;
}

input.button[class] {
        width: auto;
}

