body {
	max-width: 750px;
	margin: 0 auto;
	padding: 0 0.5em;
	font-size: 12px;
}
.header {
	border-bottom: 1px solid #eee;
}

.logo {
	text-align: center;
}
.logo a {
	color: black;
}
.header-text {
    padding: 0 1em;
    font-style: italic;
    max-width: 50em;
    margin: 0 auto;
}

a {
	text-decoration: none;
}

.field .sequence-link {
	border-bottom: 1px dashed;
}

.terms {
	word-break: break-word;
	line-height: 2em;
	font-family: monospace;
	font-size: 1.5em;
	background: #eee;
	display: block;
	padding: 0 0.5em;
}
.inline-list {
    list-style: none;
    display: inline;
	padding: 0;
}
.inline-list li {
    display: inline;
    margin-right: 0.5em;
}
.inline-list li:not(:last-child):after {
    content: '⋅';
    display: inline-block;
    margin-left: 0.5em;
    font-weight: bold;
}
.multiline .line {
    line-height: 1.6em;
	margin-bottom: 0.5em;
	padding-left: 1.5em;
	text-indent: -1em;
}
.multiline .line:nth-child(even) {
    background-color: #f4f4f4;
}

.title {
    border-top: 2px solid black;
    background-color: #eef;
    line-height: 2.5em;
    padding: 0 2em;
}
.title .index .sequence-link {
    color: #666;
}
.title .index {
    background-color: white;
	display: inline-block;
	
    padding: 0.1em 0.5em;
    vertical-align: top;
}
.title .name {
    padding: 0 0.5em 0 0.3em;
}
.title .maths {
    background: none;
}
.field .header {
    margin-left: -2em;
}
.field .header.inline {
    display: inline;
    margin-right: 0.5em;
}
.field {
    margin-bottom: 1em;
    clear: both;
    padding: 0 5em;
}
.maths {
	font-family: monospace;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 2px;
	border-radius: 2px;
}

.reference, .link {
    margin-bottom: 0.5em;
}
.offset {
    font-weight: normal;
    /* margin-left: 0.5em; */
	
    color: #666;
    font-size: 1em;
    margin-top: 0.3em;
    /* font-style: italic; */
    text-align: right;
}
.program .code {
    word-wrap: break-word;
    white-space: pre-wrap;
    padding-bottom: 0.5em;
	padding-left: 1em;
	line-height: 2em;
	font-family: monospace;
}

.entry {
    margin-bottom: 5em;
}
.programs ul {
    list-style: none;
}

.search-box {
	text-align: center;
	padding: 1em 0;
}
.search-box .query {
	max-width: 90%;
	width: 30em;
	padding: 0.3em;
	border: 1px solid #ccc;
	border-radius: 2px;
	margin: 0 0.3em;
	font-family: monospace;
	font-size: 1.25em;
}
.search-box button[type=submit] {
	height: 1.9em;
}

.user .name {
	font-weight: normal;
}

.example-searches {
	line-height: 1.5em;
	list-style: none;
}
.example-searches .query {
	font-family: monospace;
	font-size: 1.25em;
}
.footer {
    text-align: center;
    border-top: 1px solid #ddd;
    margin-top: 5em;
    font-size: 0.8em;
}
.footer .license {
    font-style: italic;
}
.entry .field.views {
	position: relative;
}
.entry .graph-button {
	cursor: pointer;
}
.entry .graph-button .graph {
	display: block;
	position: absolute;
	top: 2em;
	left: 1em;
	right: 2em;
}
.entry .graph-button:not(:focus) .graph {
	display: none;
}
.entry .graph img {
	box-shadow: 0px 0px 5px 5px #ddd;
	padding: 10px;
	background: white;
	max-width: 100%;
	position: absolute;
	left: 0;
	margin-bottom: 2em;
	z-index: 2;
}
.values-table {
    font-family: monospace;
    font-size: 1.5em;
    margin: 0 auto;
}
.values-table col.n {
    text-align: left;
}
.values-table td:first-child, .values-table th:first-child {
    text-align: left;
    padding-right: 1em;
}
.values-table th:last-child, .values-table td:last-child {
    text-align: right;
    padding-left: 1em;
}
.values-table tr:nth-child(odd) td {
    background-color: #f4f4f4;
}
.values-table th {
    /* font-size: 1.5em; */
}
.entry.list .name {
    font-weight: normal;
}
.entry.list .field.list .list {
	font-family: monospace;
	font-size: 1.25em;
	text-indent: -0.5em;
}
