/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Bitter&family=Oswald&display=swap');

html {
	height: 100%;
}
body {
	background: #000 url('/images/cds.gif') no-repeat center center;
	font-family: Bitter, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #e7ece3;
}
th,
td {
	padding: 4px;
	background-color: rgba(0, 0, 0, 0);
	text-align: left;
	vertical-align: top;
}
a,
a:link {
	color: #BBD0B2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #D9E9D2;
}
h1 {
	font-size: 16px;
	margin: 7px 6px 0;
}
h2 {
	font-size: 14px;
	margin: 0 6px;
	color: #bdc2b9;
}
h3 {
	font-size: 13px;
	margin: 0 5px;
}
p {
	margin: 0 7px 6px;
}
body > table {
	margin: 0 auto;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 400px;
	max-width: 95%;
	left: 50%;
	box-shadow: 0 5px 4px 4px rgba(0, 0, 0, 0.8), 0 0 0 2px rgba(230, 100, 100, 0.2) inset;
	border: 0 none;
}
body > table > tr > td,
body > table > tbody > tr > td {
	padding: 0;
}
table table {
	background-color: rgba(41, 107, 74, 0.67);
	width: 100%;
}
table table table,
table table table table {
	background-color: #1F1B1B;
}
table table table table th,
table table table table td {
	opacity: 0.97;
}
th > h2 {
	margin: 0;
}
form {
	display: inline;
}
input,
select,
textarea,
button {
	font-family: Oswald, Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-size: 14px;
	color: #E8A25E;
	background-color: rgba(0, 0, 0, 0.9);
	border: 2px solid #E8A25E;
	padding: 4px 5px;
	border-radius: 2px;
}
input {
	letter-spacing: 2px;
	width: 303px;
	text-transform: uppercase;
}
button {
	color: #DCE0D1;
	background-color: #296B4A;
	border-color: #369063;
	width: 30px;
}
.iso .button,
.zip .button {
	color: #DCE0D1;
	background-color: rgba(41, 107, 74, 0.67);
	border: 0 none;
	display: inline-block;
	padding: 1px 10px;
	text-decoration: none;
	border-radius: 2px;
	margin-right: 0.4em;
	line-height: 130%;
	box-shadow: 0 0 0 1px #7B9072;
}
.exit {
	float: right;
}
.vertical-text {
	writing-mode: vertical-lr;
	transform: rotate(180.0deg);
	transform-origin: 100% 50%;
}
.switcher {
	box-shadow: 0 0 0 1px #7B9072;
	border-radius: 2px;
}
.switcher .label {
	padding: 0 4px;
	background-color: rgba(58, 63, 54, 0.4);
}
.switcher a {
	padding: 0 4px;
	text-decoration: none;
	transition: 0.3s color linear, 0.3s background-color linear;
}
.switcher a:hover {
	background-color: #798972;
}
.switcher .active,
.switcher .active:hover {
	background-color: #BBD0B2;
	color: #404020;
}

.cd-label,
span.zip,
.zip .iso {
	display: none;
}
.zip span.zip {
	display: inline-block;
}
.zip p span.zip {
	display: inline;
}
.zip .cd-label {
	display: table-cell;
}
