@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&family=Roboto:wght@300&display=swap');

* {
	margin:0;
	padding:0;
	box-sizing: border-box; 
}
html {
	min-height:100%;
	color:#000;
	background:#fff;
	font-weight:300;
	font-size: 1em;
	font-family: Roboto;
	line-height: 2.111em;
}
body {
	padding: 20px;
	border-top: 4px solid crimson;
}
a {
	color:#000;
	text-decoration:none;
}
.wrapper {
	margin:0 auto;
	padding-top:20px;
	min-width: 50vw;
	width: 50vw;
	max-width: 70vw;
	text-align: center;
}

table {
	width:100%;
	border-collapse: collapse;
	font-size:1em;
	margin-top: 2em;
}
tr {
	outline:0;
	border:0;
}

tr.parent a[href^="/"]:hover {
	color: #aaa;
}
tr a:hover {
	color: #3e74ca;
}
th {
	text-align: left;
	font-size: .95em;
	padding-right: 20px;
	font-weight: 100;
	letter-spacing: .4px;
	padding-bottom: 5px;
}
td:nth-child(3) {
	font-size: 88%;
}
td:nth-child(4) {
	font-size: 82%;
}
tr td:first-of-type {
	padding-left:10px;
}

td {
	padding:5px 0;
	outline:0;
	border:0;
	border-bottom: 1px solid  #ddd;
	vertical-align:middle;
	text-align:left;
	transition:background 300ms ease;
	white-space: nowrap;
	padding-right: 6px;
}
td a{
	display: block;
	font-weight: 300;
}

.parent a[href^="/"]:hover {
	color: #ddd;
}

img {
	border:none;
}

.active {
	background: #efefef;
}

.footer {
	display:none;
	text-align:center;
	font-size:.75em;
}
.indexcolicon {
	width: 40px;
}

.logo {
	width: 96px;
	height: 96px;
	filter: contrast(1.25) saturate(1.25);
}

.github-link {
	margin-top: 2em;
	display: block;
}

.github {
	width: 32px;
	height: 32px;
}
.slog {
	font-weight: 300;
	font-size: 120%;
	font-family: 'Roboto Condensed';
	margin-top: 0.333em;
}
a[href="devel-repos-setup"] {
	color: #b85416;
	font-style: italic;
}
a[href$="-latest.version"] {
	color: #15af8a;
}
a[href$="-latest.version"]:hover,
a[href^="devel-repos-setup"]:hover {
	color: #3e74ca;
}
details.repos {
	margin-top: 2.666em
}
details.repos summary > span {
	padding-left: 4px;
}
details.repos > div {
	text-align: left;
}

details.repos > div {
	white-space: nowrap;
	text-align: left;
	font-family: monospace;
	font-size: 90%;
	border: 1px solid #ddd;
	overflow: auto;
	line-height: 1.222em;
	padding: 4px 6px;
}
.comment {
	color: #777
}
.command {
	color: crimson
}