@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed|PT+Sans+Narrow|Share+Tech+Mono');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Roboto+Mono:wght@500&display=swap');
body
{
	background-color: var(--bg);
	color: var(--one);
	font-family: 'Barlow Semi Condensed', sans-serif;
}
a
{
	text-decoration: none;
	color: var(--one);
}
body {
	height: 100%;
/*	background: url(images/13colonies-flag.svg) no-repeat top left; */
	background-size: cover;
}
h1 {
	font-size: 120%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#background-box
{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background: rgba(255,255,255,0.9);
}
#content {
	font-size: 160%;
	font-family: 'Inconsolata', monospace;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.3;
}
table {
	width: 100%;
	border: none;
}
th {
	text-align: left;
}
.row-odd
{
	background-color: #fff;
}
.row-even
{
	background-color: #f0f0f0;
}
.non-us
{
	color: #000;
}
.mode-ssb{
	color: #000;
}
.mode-cw{
	color: #00f;
}
.col-call {
	min-width: 10%;
	max-width: 10%;
}
.col-state {
	min-width: 15%;
	max-width: 15%;
}
.col-time {
	min-width: 10%;
	max-width: 10%;
}
.col-mode {
	min-width: 10%;
	max-width: 10%;
}
.col-frequency {
	min-width: 10%;
	max-width: 10%;
}
.col-band {
	min-width: 10%;
	max-width: 10%;
}
.col-age {
	min-width: 15%;
	max-width: 15%;
}
.col-comment {
	min-width: 15%;
	max-width: 15%;
}
.band-160m {
	text-align: center;
	background-color: #ffd395;
}
.band-80m {
	text-align: center;
	background-color: #ffa98f;
}
.band-60m {
	text-align: center;
	background-color: #5e66ff;
}
.band-40m {
	text-align: center;
	background-color: #9effc2;
}
.band-30m {
	text-align: center;
	background-color: #ffbcb7;
}
.band-20m {
	text-align: center;
	background-color: #ff92fe;
}
.band-17m {
	text-align: center;
	background-color: #ddffe3;
}
.band-15m {
	text-align: center;
	background-color: #fffbe9;
}
.band-12m {
	text-align: center;
	background-color: #d2fffe;
}
.band-10m {
	text-align: center;
	background-color: #bbc2ff;
}
.band-6m {
	text-align: center;
	background-color: #d2d2d2;
}
