HTML {
	background-color: #000000;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
}

BODY {
	background-color: rgb(57, 77, 69);
	color: #dddddd;
	border-left: 4px solid rgb(32, 32, 32);
	border-right: 4px solid rgb(32, 32, 32);
	max-width: 1205px;
	padding-top: 64px;
	padding-bottom: 32px;
	padding-left: 16px;
	padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
}

KBD {
	background-color: rgb(25, 34, 30);
	border-radius: 4px;
	padding: 4px;
	font-weight: 600;
	position: relative;
}

A:hover {
	color: #ffffff;
}

#page-links {
	max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
#releases-loading {
	display: block;
	height: 335px;
}

.site-logo {
	display: block;
	max-width: 100%;
    margin-left: auto;
    margin-right: auto;
	height: auto;
}

.site-projects {
	font-weight: 900;
}

.site-projects  a {
	text-decoration: none;
}
.site-projects  a:hover {
	text-decoration: none;
}

.site-project-logo {
	display: block;
	max-width: 100px;
    margin-left: auto;
    margin-right: auto;
	height: auto;
}

.site-start-hidden {
	display: none;
}

.site-footer {
	margin-top: 2em;
}

.site-release-links {
	max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.site-blurb {
	max-width: 850px;
	text-align: justify;
    margin-left: auto;
    margin-right: auto;
}

.download-link {
	background-color: rgb(95, 145, 120);
	color: #dddddd;
	box-shadow: rgb(25, 39, 32) 0px 5px;
	white-space: pre-wrap;
}

.markdown-section {
	background-color: #05161B;
	color: #dddddd;
	padding: 16px;
    margin-left: auto;
	margin-right: auto;
}

PRE {
	font-family: Menlo, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, Consolas, monospace;
	background-color: #041418;
	color: #dddddd;
	padding: 16px;
    overflow: auto;
    font-size: 85%;
    line-height: 1.45;
	border-radius: 3px;
}

.text-documentation {
	font-size: 12pt;
	font-weight: 500;
	line-height: 1.25;
	color: #cccccc;
}

.command-line {
	font-size: 100%;
	max-width: 400px;
    margin-left: auto;
	margin-right: auto;
}

.img-responsive {
	display: block;
	max-width: 100%;
    margin-left: auto;
    margin-right: auto;
	height: auto;
}
