html {
	height: 100%;
}

body {
	font: normal 11pt 'Open Sans','Calibri',sans-serif;
	color: #333;
	background-color: #f8f8f8;
	margin: 0;
	padding: 0;
}

.hidden { display: none; }
.ta-r { text-align: right; }
.tc-light { color: #888; }

nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 50px;
	background-color: #282828;
}

nav .flex {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
}
nav .col {
	line-height: 40px;
	margin: 5px;
	color: #eee;
}

nav .col:nth-child(1) { flex: 0 0 150px; }
nav .col:nth-child(2) { flex: 1 1 auto; }
nav .col:nth-child(3) { flex: 0 0 100px; }

nav .header {
	text-align: center;
}

nav .search {
}

nav a {
	color: #eee;
	text-decoration: none;
}

nav a:hover { text-decoration: underline; }

nav .about {
	text-align: center;
}

nav .about a {
	padding: 5px;
}

input {
	box-sizing: border-box;
	width: 100%;
	background-color: #282828;
	color: #fff;
	border: 1px solid #333;
	padding: 5px;
}

input:focus, textarea:focus {
	outline-color: transparent;
	outline-style: solid;
	border-color: #666;
}

.main {
	background-color: white;
	max-width: 800px;
	min-width: 350px;
	top: 10px;
	margin: 0 auto;
	text-align: left;
	cursor: default;
	padding: 60px 0 60px 0;
}

.package {
	margin: 2px;
	padding: 10px;
	background-color: #f0f0f0;
}

.header {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;

}

.header .col:nth-child(1) { flex: 1 1 auto; }
.header .col:nth-child(2) { flex: 0 0 100px; }
.header .col:nth-child(3) { flex: 0 0 100px; }

.content {
	width: 100%;
	margin-top: 10px;
	background-color: #fcfcfc;
}

.content td { padding: 3px; }
.content td:nth-child(1) { width: 100px; vertical-align:top; }
.content td:nth-child(2) { }

.box {
	padding: 15px;
	border-bottom: 1px solid #f0f0f0;
}

.box > h1 {
	text-transform: uppercase;
	font-weight: 200;
}

.box > p {
	text-align: justify;
}

.box > table {
	width: 100%;
}

.box > table .name {
	width: 18%;
}

.box > table .version {
	width: 6%;
}

.box > table .size {
	width: 8%;
	text-align: right;
}

.box > table .date {
	width: 12%;
	text-align: right;
}

.box > table .counter {
	width: 16%;
	text-align: right;
}

.notice {
	color: #f33;
}

.statistics .header a {
	margin: 2px;
	padding: 5px 10px;
	text-decoration: none;
}

.statistics .header a:hover {
	background-color: #eee;
}

.statistics .header a.active {
	background-color: #ddd;
}

.statistics table {
	width: 100%;
}

.statistics table td {
	text-align: right;
	padding: 5px;
}
