﻿html, body {
	margin: 0;
	padding: 0;
}

body, div, span, td.difftable {
	cursor: default;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #D8D8D8;
	background-color: #2E0000;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div#footer {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	position: fixed;
	left: 0;
	bottom: 30px;
	width: 100%;
	text-align: center;
	background-color: #2E0000;
}

h1, h2, h3, h4, h5 {
	color: #FFC000;
}

a {
	color: #FFC000;
}

div#main {
	width: 100%;
	text-align: center;
}

div#subtitle {
	margin-top: -15px;
}

td.ptrcolor, span.ptrcolor {
	color: #70AD47;
}

div#tablediv {
	display: inline-block;
}

table {
	border-collapse: collapse;
}

td.difftable {
	text-align: center;
	font-size: 0.9em;
	border: 1px solid #680000;
	padding: 3px;
	white-space: nowrap;
}

td.difftable.wider {
	padding-left: 5px;
	padding-right: 5px;
}

td.difftable.darker {
	background-color: #260000;
}

td.difftable.top {
	color: #FFC000;
	font-weight: bold;
	border-top: 0px;
}

td.difftable.left {
	color: #FFC000;
	font-weight: bold;
	text-align: right;
	border-left: 0px;
}

td.difftable.last-col, td.right {
	border-right: 0px;
}

td.difftable.last-row {
	border-bottom: 0px;
}

tr.hiddenRow, tr.hidden, td.hiddenCol, td.hidden, input.hidden, div.hidden {
	display: none;
}

div#legend {
	text-align: left;
	display: inline-block;
}

span.legend {
	font-size: 0.8em;
}

div#bottom-box {
	z-index: 5;
	width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
	background-color: rgba(255, 255, 255, 0);
}

div#customize-button {
	display: inline-block;
	font-weight: bold;
	background-color: #D8D8D8;
	color: black;
    bottom: 0px;
    height: 1em;
	padding: 0.5em;
	padding-right: 1em;
	padding-left: 1em;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	cursor: pointer;
}

div#customize-content {
	background-color: #2E0000;
	color: black;
    bottom: 0px;
	border-top: 8px solid #D8D8D8;
	padding-bottom: 20px;
}

div.buttonrow {
	display: flex;
	align-items: center;
	justify-content: center;
}

input.unhidecol, input.unhiderow, input.unhidetoggle {
	background-color: #680000;
	color: #D8D8D8;
	margin-left: 5px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
	height: 40px;
	outline: none;
}

input.yes {
	background-image: url('yes-c.png');
}

input.no {
	background-image: url('no-c.png');
}
