body {
	max-width: 55em;
	min-width: 45em;
	font-size: 90%;
}

body, h1, h2, h3, h4, h5, input, textarea, select {
	font-family: "Helvetica Neue", sans-serif;
}

h1, h2, h3, h4, h5 {
	margin-left: 0 !important;
}

.wikipage {
	margin: 1em;
}

#content {
	margin: .66em;
}

.buttons input, #project-switcher {
	font-size: 10px;
}

.code {
	font-size: 15px;
}

#footer p.left {
	border: none;
	margin: 0;
	padding: 0;
}

#project-switcher {
	border: 1px solid #D7D7D7;
	margin: 0 2em;
}

optgroup {
	font-style: normal;
}

#project-switcher optgroup option {
	padding-left: .4em;
}

#project-switcher optgroup option:before {
	content: "· ";
}

#logo {
    display: block;
    padding-top: 10px;
}

