body {
	font-size: 14px;
    font-family: 'DejaVu Sans', sans-serif;
}

#main {
}

#header {
	margin-bottom: 50px;
}
#header a {
	color: inherit;
	text-decoration: none;
}
#menu {
    text-align: right;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    font-size: 0.8em;
    line-height: 0em;
}
#menu a:hover {
    text-decoration: underline;
}

#go_form {
    display: inline;
}
#go_form input {
    width: 1em;    
}


#content {
	text-align: center;
}

#snippet_form {
	margin-top: 50px;
}

.big input {
    font-size: 28px;
    margin-left: auto;
    margin-right: auto;
    width: 42%;
    text-align: center;
}
.big textarea {
    font-size: 14px;
    font-family: monospace;
    margin-left: auto;
    margin-right: auto;
    width: 640px;
    text-align: left;
}

.errors {
	color: red;
}

.code {
    font-size: 14px;
    min-width: 642px;
    font-family: Terminus " Lucida Console" monospace;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 100%;
}

.linenos a {
    color: graytext;
    text-decoration: none;
}
.linenos a:hover {
    text-decoration: underline;
}

#help {
	margin: 100px auto 0px auto;
	text-align: left;
	width: 420px;
}
#help em {
	display: block;
	font-style: italic;
	margin: 1em auto 1em 1em;
}

#counter {
	margin: 100px auto 0 auto;
	width: 88px;
}
#counter img {
	border: none;
}

#footer {
	text-align: center;
	margin-top: 200px;
}
#snippets {
    color: gray;
    font-size: small;
}
#copyright a {
	color: gray;
	font-size: x-small;
}
