* {
	margin: 0;
	padding: 0;
	line-height: 120%;
	word-wrap: break-word;
}

html {
}

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

table {
	border-collapse: collapse;
	border: 1px solid #000;
	background-color: #eee;
	color: #000;
	padding: 1px;
	width: 100%;
}

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

a {
	text-decoration: none;
}

.xcode {
	border-left: 4px solid #f00;
	font-size: 10pt;
	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: 5px 0;
	padding-left: 5px;
	padding-right: 5px;
	white-space: pre-wrap;
}

form { }
form p { margin-top: 6pt }
form input[type="text"], form input[type="password"],
form input[type="radio"], form input[type="checkbox"],
form textarea, form select {
	border: 1px solid #999;
	font-size: 11pt;
	padding: 2px;
	margin: 2px 0px;
}
form input[type="checkbox"] {
	margin-right: 2pt;
}
form input[type="radio"] {
	margin-right: 2pt;
}
form select option { padding: 1px 4px 1px 4px; }
form input[type="submit"] {
	color: #f00;
	font-size: 11pt;
	padding: 2px 4px 2px 4px;
	cursor: pointer;
	border: 1px solid #999;
	background-image: -moz-linear-gradient(top, #EEE, #DDD);
	margin-top: 5pt;
}

form fieldset { margin-top: 5pt; padding: 3pt; }

.form_inline {
	display: inline-flex;
}
.form_inline form { margin-top: 0 }
.form_inline form input[type="submit"] {
	margin-top: 0;
	padding: 0 5px;
}

legend { padding: 0px 2pt; }

.logo {
	font-size: 16pt;
	font-weight: bold;
	padding: 5px 15px;
	color: yellow;
	font-style: italic;
	vertical-align: middle;
	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;
	vertical-align: middle;
	text-align: right;
}
.main_menu a {
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	padding: 6px;
}
.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;
}
.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 {
	text-align: left;
	margin-bottom: 10px;
	color: #ddd;
	text-shadow: 0 0 2px #000;
	font-size: 20pt;
	font-weight: bold;
	border-bottom: 2px solid #f00;
}

.junk {}

.branches_and_tags { margin: 3px 0px; }
.branches_and_tags a {
	padding: 3px 3px;
	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 {
	display: flex;
	flex-flow: column nowrap;
	align-items: stretch;
}

#main {
	width: 90%;
	margin-top: 12pt;
	margin-bottom: 12pt;
	display: flex;
	flex-flow: column nowrap;
	align-self: center;
	align-items: stretch;
}

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

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

.formarea, .formarea_left {
	text-align: left;
	border: 1px solid #999;
	padding: 5pt;
	border-radius: 4px 4px 4px 4px;
	align-self: center;
}
.formarea:not(:first-child), .formarea_left:not(:first-child) {
	margin-top: 6pt;
}
.formarea_left {
	align-self: flex-start;
}

.formarea_title {
	font-weight: bold;
	font-size: 13pt;
	border: 0;
	border-bottom: 2px solid #f00;
}

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

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

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

.diff {}

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

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

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

.cl-g {
	font-family: monospace;
	font-size: 9pt;
	background-color: #0f0;
}

.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: 16pt;
	font-weight: bold;
	color: #bbb;
}
.repo_title a {
	color: #777;
}

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

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

.urls {
	display: flex;
	flex-flow: row wrap;
	margin: 5px 0px;
	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 { padding: 3px 0px; margin: 3px 0px; }
.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 { padding: 3px 0px; margin: 3px 0px; }
.searches ul { list-style-type: none; }
.searches ul li {
	display: inline;
	padding: 3px 3px;
	color: #000;
	border: 1px solid #ccc;
	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;
	align-self: stretch;
}
.hints:not(:first-child) { margin-top: 6pt }
.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;
	align-items: flex-start;
}
.bug_body {
	margin-top: 3px;
	background-color: #a0ffa0;
	padding: 3px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #ccc;
}

.bug_description {
	margin-top: 5px;
}

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

.notes {
	margin-top: 5px;
}

.note {
	border: 1px solid #ccc;
	padding: 3px;
	background-color: #ddd;
	display: flex;
	align-content: center;
	align-items: initial;
}
.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 {
	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: 15px;
	box-shadow: 0px 2px 3px #666;
	margin: 10px;
	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 {
	display: inline;
}

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

.generic_body {
	margin-top: 5pt;
	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: 6pt;
}

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

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

.demo_container {
	display: flex;
	flex-flow: column nowrap;
}

.demo_content {
	border: 1px solid #999;
	align-self: stretch;
	padding: 5px;
	margin: 5px;
}
.demo_content ul li { margin-left: 15px }

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

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

.nav { }
.nav span {
	padding: 4px;
}

.compare { }
