#navigation {
	position: fixed;
    z-index: 100;
	margin-left: 10px;
}
div#content {
	width: 95vw;
	max-width: 900px;
	text-align: left;
}
body {
	height: 100%;
	background-color: #00050a;
	background-image: url("background.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
	color: #acf;
	font-size: 16px;
	font-family: 'Courier New', Verdana, Tahoma, Georgia;
}
nav a {
	color: #acf;
	text-decoration: none;
}
nav a:hover {
	text-decoration: underline;
}
nav a:visited {
	color: #acf;
}
nav a:active {
	color: #acf;
}
a {
	color: #acf;
}
a:hover {
	color: #ddf;
}
a:visited {
	color: #acf;
}
#TablePythonByDates {
	display: inline-block;
	width: 49%;
	border-right-style: dashed;
	border-right-width: 1px;
	border-right-color: #8ad;
}
#TablePythonByLines {
	display: inline-block;
	width: 49%;
}
#TablesPython { width: 100%; text-align: center; border: 1px solid red;}
#PythonTablesLinks { visibility: hidden; display: none; }
/*
.AsciiTitlecContainer {
	width: 100%;
	overflow: auto;
}  */
.AsciiTitle {
	font-size: 6px;
}
/* small screens */
@media only screen and (max-width: 1210px) {  /* content width + navigation width */
	#navigation {
		position: static;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	div#content {
		width: 95vw;
		max-width: 100vw;
		text-align: left;
	}
	#TablePythonByDates {
		display: block;
		width: 100%;
		border-right-style: none;
		border-right-width: 0px;
	}
	#TablePythonByLines {
		display: block;
		width: 100%;
		margin-top: 18px;
	}
	#PythonTablesLinks { visibility: visible; display: inline-block; }
	.AsciiTitle {
		font-size: 3px;
	}
	#wideImage { padding-left: 10px; height: 75px; width: 400px;}
}
.highlight {
	text-shadow: 0px 0px 6px #bde, 0px 0px 8px #9bd, 0px 0px 10px #79b;
	color: #def;
}
h1 {
	text-align: center;
}
.rowHe {
	color: #68a;
	font-size: 8px;
}
table.TimelineTable {
	border-spacing: 0px;
	spacing: 0px;
}
table.TimelineTable > tbody > tr > td {
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	padding: 0px 0px 0px 2px;
	border-style: dashed;
	border-width: 0px 0px 0px 0px;
	border-color: #8ad;
	max-width: 150px;
	width: 18%;
}
table.TimelineTable > tbody > tr > td:first-child {
	width: 10%;
}
table.TimelineTable > tbody > tr:first-child > td {
	font-size: inherit;
	text-align: center;
	border-width: 0px 0px 1px 0px;
	padding-bottom: 5px;
}
table.TimelineTable > tbody > tr:nth-child(2) > td {
	padding-top: 5px;
}
table.TimelineTable > tbody > tr > td:nth-child(1) {
	border-right-width: 1px;
	text-align: center;
}
table.TimelineTable > tbody > tr > td:nth-child(2) {
	border-right-width: 1px;
}
table.TimelineTable > tbody > tr > td:nth-child(3) {
	border-right-width: 1px;
}
table.TimelineTable > tbody > tr > td:nth-child(4) {
	border-right-width: 1px;
}
table.TimelineTable > tbody > tr > td:nth-child(5) {
	border-right-width: 1px;
}
table {
	border-style: none;
	width: 100%;
}
td {
	vertical-align: top;
	padding: 1px;
	border-style: none;
	border-color: yellow;
}
td.number {
	text-align: right;
	width: 10%;
	padding-right: 3px;
}
.date {
	width: 15%;
	text-align: right;
	white-space: nowrap;
	padding-right: 10px;
}
tr.rowMe > td.date {	
	font-size: 14px;
	padding-top: 2px;
}
.dateFirst {
	padding-right: 35px;
}
tr.rowMe > td.author {
	font-size: 14px;
	padding-top: 2px;
}
.author {
	text-align: center;
}
.program {
	width: 0%;
	font-size: 0px;
	visibility: hidden;
}
.commit {
	width: 85%;
	padding-left: 10px;
	text-align: left;
}
.commitFirst {
	padding-left: 35px;
}
.rowImage {
	text-align: left;
	padding-left: 160px;
}
.thumbnail, .projectLogo {
	border-style: solid;
	border-width: 1px;
	border-color: #68a;
	padding: 1px;
}
.understate {
	color: #68a;
}