* {
	margin: 0;
	padding: 0;
	line-height: 125%;
	word-wrap: break-word;
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	font-family: Arial, sans-serif;
	font-size: 11pt;
	line-height: 105%;
	background-color: #ccc;
	height: 100%;
}

legend {
	padding: 0 3pt;
}

li {
	margin-left: 5pt;
}

table {
	border-collapse: collapse;
	border: 1px solid #000;
	background-color: #eee;
	color: #000;
}
div > table:not(:first-child) {
	margin-top: 7pt;
}

th, td {
	vertical-align: top;
	text-align: left;
	padding: 3px;
	border: 1px solid #aaa;
}

thead tr {
	background-color: #ddd;
}

tbody tr:nth-child(even) {
	background-color: #e9e9e9;
}
tbody tr:hover {
	background-color: #fff;
}

a {
	text-decoration: none;
}

.xcode {
	border-left: 4px solid #f00;
	font-size: 9pt;
	margin: 5px;
	padding-left: 5px;
	font-family: monospace;
}

.term {
	background-color: #000;
	font-family: monospace;
	font-size: 9pt;
	color: #0f0;
	border-left: 4px solid #f00;
	margin: 5pt 0;
	padding: 5pt;
	white-space: pre-wrap;
}
.term a {
	color: #0f0;
}

form {
	width: 100%;
}
form p { margin-top: 7pt }
form input, form textarea, form select {
	border: 1px solid #999;
	font-size: 11pt;
	padding: 3pt;
	width: 100%;
}
form input[type="checkbox"] {
	width: auto;
}
form input[type="radio"] {
	width: auto;
}
form input[type="submit"] {
	color: #f00;
	font-size: 12pt;
	padding: 7pt;
	cursor: pointer;
	border: 1px solid #999;
}
form fieldset {
	margin-top: 7pt;
	padding: 3pt;
	width: 100%;
}
form .form_short {
	width: auto;
}

.buttons {
	display: inline-flex;
}
.buttons form {
	display: inline-flex;
	margin-right: 5pt;
}
x.buttons form input[type="submit"], x.buttons form input, x.buttons form select {}
.buttons form input, .buttons form select {
	padding: 0 5pt;
	margin-right: 3pt;
}

.logo {
	font-size: 16pt;
	font-weight: bold;
	padding: 5px 15px;
	color: yellow;
	font-style: italic;
	text-shadow: 0 0 2px #000;
}
.logo a {
	text-shadow: 0 0 2px #000;
	color: #ddd;
	font-size: 15pt;
	font-style: normal;
}


.main_menu {
	padding: 6pt;
	text-align: right;
}
.main_menu a {
	vertical-align: middle;
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	padding: 1pt;
	margin: 4pt;
}
.main_menu a:hover { color: #f00; }

.menus {
	display: flex;
	flex-flow: column nowrap;
	align-items: stretch;
}

.menu {
	background-color: #999;
	display: flex;
	flex-flow: row wrap;
	margin-top: 4pt;
}
.menu ul {
	list-style-type: none;
	display: flex;
	flex-flow: row wrap;
}
.menu ul li {
	display: flex;
	padding: 2px 0px;
}
.menu ul li a {
	color: #fff;
	font-size: 11pt;
	font-weight: bold;
	padding: 2px 15px;
	text-shadow: 0 0 2px #000;
}
.menu ul li a:hover { color: #f00; }
.menu ul li.selected a { border-bottom: 2px solid #f00; }
.menu2 { background-color: #aaa; }
.menu3 { background-color: #bbb; }


.main_title {
	color: #fff;
	text-shadow: 0 0 2px #000;
	font-size: 20pt;
	font-weight: bold;
	border-bottom: 2px solid #f00;
}

.junk {}

.branches_and_tags { }
.branches_and_tags a {
	padding: 1pt 3pt;
	color: #000;
	border: 1px solid #ccc;
	border-radius: 4px 4px 4px 4px;
	font-size: 10pt;
}
.branch a { background-color: #a0ffa0; }
.tag a { background-color: #ffffa0; }


#container {
	height: 100%;
	display: flex;
	flex-flow: column nowrap;
	align-items: stretch;
}

#main {
	width: 90%;
	margin-top: 7pt;
	display: flex;
	flex-flow: column nowrap;
	align-self: center;
	flex: 1 0 auto;
}

#header {
	background-color: #bbb;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: solid 2px #444;
}

#footer {
	background-color: #bbb;
	margin-top: 7pt;
	display: flex;
	flex-flow: row wrap;
	align-content: space-around;
	border-top: solid 2px #444;
	flex-shrink: 0;
}
#footer_logo {
	padding: 10px;
	text-align: center;
	width: 190pt;
}
.footer_info {
	color: #000;
	padding: 5pt;
	font-size: 9pt;
}
.footer_menu {
	font-size: 11pt;
}

.formarea {
	text-align: left;
	border: 1px solid #999;
	padding: 5pt;
	border-radius: 4px 4px 4px 4px;
}
.formarea > formarea_table {
	overflow-x: scroll;
}
.formarea_table table {
	width: 100%;
}
.formarea:not(:first-child) {
	margin-top: 7pt;
}
.formarea_left {
	align-self: flex-start;
}
.formarea_small {
	align-self: center;
}
.formarea_title {
	font-weight: bold;
	font-size: 13pt;
	border: 0;
	border-bottom: 2px solid #f00;
}


.form_table > div {
	overflow-x: scroll;
}
.form_table:not(:first-child) {
	margin-top: 7pt;
}
.form_table p {
	margin-top: 0;
}


.wh_plugins_list {}
.wh_plugins_list:not(:first-child) {
	margin-top: 6pt;
}

.blob_title {
	margin-top: 7pt;
	font-size: 11pt;
	font-weight: bold;
	color: #00f;
}

.blob_actions {
	margin-top: 5pt;
	border: 1px solid #aaa;
	padding: 3pt;
}

.source {
	font-size: 9pt;
	line-height: 110%;
	border: 1px solid #aaa;
	padding: 5px;
	margin-top: 3pt;
}

.diff {
	margin-top: 2pt;
}

.chunk {
	width: 100%;
}
.chunk td {
	white-space: pre-wrap;
}

.numbers {
	text-align: right;
	width: 10px;
}

.cl-r {
	font-family: monospace;
	font-size: 8pt;
	background-color: #fcc;
}

.cl-g {
	font-family: monospace;
	font-size: 8pt;
	background-color: #cfc;
}

.cl-e {
	font-family: monospace;
	font-size: 9pt;
	background-color: #eee;
}

.repo_container {
	text-align: left;
	display: flex;
	flex-flow: column nowrap;
}

.repo_header { }

.repo_title {
	font-size: 20pt;
	font-weight: bold;
	color: #c00;
}
.repo_title a {
	color: #777;
}

.repo_title_info {
	font-size: 14pt;
}

.repo_desc {
	font-size: 10pt;
	color: #333;
	margin: 3px 0px;
}

.repo_body {
	margin-top: 7pt;
	display: flex;
	flex-flow: column nowrap;
}

.urls {
	display: flex;
	flex-flow: row wrap;
	margin-top: 7pt;
	font-size: 9pt;
	color: #666;
}
.url {
	border: 1px solid #aaa;
	border-radius: 4px 4px 4px 4px;
	padding: 3px 3px;
	background-color: #e5e5ff;
}
.url a {
	color: #666;
}

.form_error { margin-top: 6pt; color: #f00; }
.form_error b { font-weight: bold; font-size: 11pt; }
.form_error p { padding-left: 15pt; }

.labels { margin-top: 7pt; }
.labels ul {
	list-style-type: none;
	display: inline;
}
.labels ul li {
	display: inline;
	padding: 3px 3px;
	color: #000;
	border: 1px solid #ccc;
	border-radius: 4px 4px 4px 4px;
	font-size: 10pt;
	background-color: #a0d0ff;
}

.searches { }
.searches ul { list-style-type: none; }
.searches ul li {
	display: inline;
	padding: 3px 3px;
	color: #000;
	border: 1px solid #aaa;
	border-radius: 4px 4px 4px 4px;
	font-size: 9pt;
	background-color: #a0d0ff;
}

.hints {
	text-align: left;
	background-color: #fff;
	padding: 4pt;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #ccc;
	font-size: 9pt;
	box-shadow: 0px 2px 3px #666;
}
.hints:not(:first-child) { margin-top: 13pt }
.hints ul { list-style-type: square; margin-left: 9pt; }
.hints ul li { }
.hints ul li a { }

.hint_warn { color: #f00 }

.bug {
	display: flex;
	flex-flow: column nowrap;
}
.bug_body {
	margin-top: 7pt;
	background-color: #a0ffa0;
	padding: 3px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #ccc;
}

.bug_description {}

.bug_title {
	font-size: 13pt;
	font-weight: bold;
}

.notes {
	margin-top: 7pt;
}

.note {
	border: 1px solid #ccc;
	padding: 3px;
	background-color: #ddd;
	display: flex;
	align-content: center;
	align-items: initial;
}
.note:not(:first-child) {
	margin-top: 3pt;
}
.note_body {
	padding: 4px;
	margin-left: 3px;
	background-color: #eee;
	width: 100%;
}

.mess {
	padding: 5px;
	box-shadow: 0px 2px 3px #666;
	align-self: center;
	border: 1px solid #000;
	border-radius: 4px;
}
.mess:not(:first-child) {
	margin-top: 4pt;
}

.error {
	background-color: #f00;
	color: #000;
}

.warning_text {
	color: #f00;
}

.warning {
	background-color: #ccc;
	border: 1px solid #f00;
	color: #f00;
}

.ok {
	background-color: #8f8;
	border: 1px solid #000;
	color: #000;
}

.page_title {
	margin-top: 5px;
	font-size: 13pt;
	font-weight: bold;
}

.islands {
	margin-top: 7pt;
	text-align: left;
	font-size: 13pt;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.island, .island_wide {
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #999;
	font-size: 13pt;
	padding: 5pt;
	box-shadow: 0px 2px 3px #666;
	margin: 5pt;
	width: 250px;
}

.island_wide {
	width: 100%;
}

.island_title {
	color: #f00;
	font-size: 14pt;
	font-weight: bold;
	padding-bottom: 9px;
}
.island_title_big {
	font-size: 16pt;
}

.secret_token {
	font-size: 14pt;
	font-weight: bold;
	border: 1px solid #00f;
	padding: 5pt;
	margin: 5pt 0pt;
	display: inline-block;
}

.repo_stats {
	margin-top: 5px;
	padding: 5px;
	background-color: #ddd;
}

.gravatar {}

.small {
	margin: 0;
	font-size: 7pt;
	line-height: 8pt;
}

.generic_body {
	margin-top: 7pt;
	display: flex;
	flex-flow: column nowrap;
	align-content: space-between;
	align-items: stretch;
}

.merge_info {}

.merge_status {
	padding: 2pt;
	border: 1px solid #999;
	border-radius: 4px 4px 4px 4px;
	align-self: flex-start;
}
.merge_status_ok {
	background-color: #bfb;
}
.merge_status_nok {
	background-color: #fbb;
}

.table_log { }
.table_log:not(:first-child) { margin-top: 0 }

.conflicts {
	padding: 2pt;
	border: 1px solid #999;
	border-radius: 4px 4px 4px 4px;
	align-self: flex-start;
	background-color: #fbb;
}


.nav {
	background-color: #ddd;
	padding: 2pt;
}
.nav:not(:first-child) {
	margin-top: 10pt;
}
.nav span {
	padding: 4pt;
}

.demo_container {
	display: flex;
	flex-flow: row wrap;
}

.demo_toc {
	border: 1px solid #999;
	padding: 5pt;
	margin-top: 7pt;
}
.demo_toc ul li { margin-left: 15px }
.demo_toc_sel { border-bottom: 1px solid #f00 }
.demo_toc_notsel { }

.demo_content {
	border: 1px solid #999;
	padding: 5pt;
	margin-top: 7pt;
	max-width: 600pt;
}
.demo_content ul li { margin-left: 25pt }

.demo_page_title {
	font-size: 12pt;
	font-weight: bold;
	border-bottom: 1px solid #f00;
	margin-top: 10pt;
	margin-bottom: 7pt;
}


.compare { }
.compare_intro { margin-top: 7pt; }
.compare_good { background-color: #0f0; }
.compare_agood { background-color: #fbb; }
.compare_bad { background-color: #f00; }
.compare_chapter { background-color: #ddd; font-weight: bold; }
.compare_info {
	background-color: #ccc;
	border: 1px solid #aaa;
	padding: 0 3pt;
	color: #000;
}

.stats_svg {
	padding: 5px;
	height: auto;
}

.commit_body {
	padding: 3pt;
	margin-left: 3pt;
	background-color: #eee;
	display: table;
}

.list_of_commits {
	margin-top: 8pt;
}

.list_of_commits_details {
	margin-top: 8pt;
}

.commit_details {
	background-color: #ddd;
	border: 1px solid #aaa;
	padding: 3pt;
}
.commit_details:not(:first-child) {
	margin-top: 8pt;
}

summary { padding-left: 3pt }

.pkg details {
	background-color: #eee;
	border: 1px solid #000;
	padding: 3pt;
}
.pkg details:not(:first-child) {
	margin-top: 3pt;
}

.but {
	color: #f00;
	padding: 0 5pt;
	font-size: 12pt;
	cursor: pointer;
	border: 1px solid #999;
	margin: 5pt;
}

.but_row {
	color: #f00;
	padding: 0 5pt;
	font-size: 12pt;
	cursor: pointer;
	border: 1px solid #999;
}

.pkg_repo_title {
	color: #fff;
	text-shadow: 0 0 2px #000;
	font-size: 15pt;
	font-weight: bold;
	border-bottom: 2px solid #f00;
}

.api_op {
	color: #000;
	font-size: 16pt;
	font-weight: bold;
	border-bottom: 2px solid #f00;
}
