html {
	font-size: 16px; /* REM in use below */
}
body {
	-moz-background-size: cover;
	-o-background-size: cover;
	color: #D9D9D9;
	font-family:sans-serif;
	font-size: 1REM;
	margin: 0;
	background-color: #2E2B2A;
}
h2 {
	padding: 10px;
	background-color: #200;
}
a {
	color: #D9D9D9;
	text-decoration: none;
}
.nolink {
	color: #D9D9D9;
}
#main {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border: 1px #200 solid;
	padding: 10px;
}
#aux {
	display: none;
}
p.notice {
	background: #696;
	border: #9F9 1px solid;
	padding: 5px;
	margin: 1px 0px 1px 0px;
}
p.error {
	background: #966;
	border: #F99 1px solid;
	padding: 5px;
	margin: 1px 0px 1px 0px;
}
#notices {
	margin: 10px 0px 10px 0px;
}
#notices > p > a {
	color: #33F;
}
.helptext {
	font-size: small;
	color: gray;
}
ul.errorlist {
	background: #966;
	border: #F99 1px solid;
	padding: 2px;
	margin: 1px;
	font-size: small;
}
ul.errorlist li {
	list-style: none;
}
th {
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	background-color: #6B6B6E;
}
h1 {
	text-align: center;
	color: #3684F4;
}
ul#nav {
	text-align: center;
}
ul#nav li {
	list-style: none;
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}
.required th {
	color: #ffa500ba;
}
.error td {
	border: #F99 1px solid;
}
textarea {
	width: 100%;
}
table {
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
}
#list_table {
	width: 100%;
}
td {
	padding-right: 10px;
}
td.links {
	text-align: right;
	font-family: monospace;
	white-space: nowrap;
}
td.links a {
}
#list_table tr td {
	border-bottom: 1px #200 solid;
}
.picker {
	margin: 10px;
	width: 30%;
	float: left;
	clear: none;
}
.picker h1 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
}
.picker .list {
	overflow-x: auto;
	overflow-y: auto;
	height: 150px;
	border: 1px #200 solid;
	margin-bottom: 5px;
	padding: 2px;
}
.picker ul {
	padding: 0;
	margin: 0;
	list-style-position: inside;
	list-style-type: none;
	cursor: pointer;
}
.picked {
	background: #3684F4;
}
.picker .list ul li:hover,
#list_table tbody tr:hover {
	background: #6B6B6E;
}
.tiny {
	font-size: 0.6REM;
}
.fakelink {
	cursor: pointer;
	color: #3684F4;
}
.wrapper {
	border: 1px gray solid;
	margin-bottom: 15px;
}
.dragging {
	background: #963;
	font-size: 120%;
	font-weight: bold;
}
h2 .header_info {
	float: right;
}
td.number {
	text-align: right;
}
.danger {
	color: #ff0000bd;
}
.warning {
	color: #ffa500ba;
}
#tracks_container {
	height: 500px;
	overflow-y: scroll;
}
input, textarea {
	background-color: #D9D9D9;
}
input[type=submit] {
	margin: 0.2REM;
	padding: 0.1REM 0.2REM;
}
.notice_close {
	float: right;
	cursor: pointer;
	font-size: larger;
}
.icon-attention,.icon-warning-empty {
	font-size: 18px;
}
td.track_hover span.track_info,
td.sched_hover span.track_info {
	position: absolute;
	padding: 5px;
	display: none;
	background: black;
	border: white 1px solid;
	z-index: 100;
	white-space: nowrap;
}
.update_due_soon {
	color: #ffa500ba;
}

.update_overdue {
	color: #ff0000bd;
}
/*
 * Start colours
 */
.pl__wrapper__colours {
	display: flex;
	align-items: center;
	padding: 0.05rem;
}
.pl__colours {
	align-content: center;
	color: transparent;
	display: flex;
	gap: 0.1rem;
}
.pl__colours__box {
	flex: 1;
	cursor: pointer;
}
label.pl__colours__box{
	font-size: 0.01rem; /* goal: move this to .pl__colours__box */
}
.pl__colours__box--cool {
	background-color: #1A80E6;
	color: #1A80E6;
}
.pl__colours__box--midwarm {
	background-color: #7FD42B;
	color: #7FD42B;
}
.pl__colours__box--warm {
	background-color: #D9D926;
	color: #D9D926;
}
.pl__colours__box--midhot {
	background-color: #D98026;
	color: #D98026;
}
.pl__colours__box--hot {
	background-color: #DF4020;
	color: #DF4020;
}
.pl__colours__box--multitempo {
	background-color: #BF40AA;
	color: #BF40AA;
}
.pl__colours__box--off {
	background-color: inherit;
	color: inherit;
}
.pl__colours__box input {
	visibility: hidden;
}
/*
 * End colours
 */