/*	
----------------------------------------------------------
Reset
---------------------------------------------------------- 
*/



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	color: #aaeedd;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

article:after, aside:after, details:after, figcaption:after, figure:after, 
footer:after, header:after, hgroup:after, menu:after, nav:after, section:after, 
div:after, ul:after, ol:after {
	content: "";
	display: table;
	clear: both;
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
}

*, *:before, *:after {
	box-sizing: border-box;
}









/*
----------------------------------------------------------
Admin
----------------------------------------------------------
*/
















/*	
----------------------------------------------------------
General
---------------------------------------------------------- 
Primary colour: #aaeedd
Secondary colour: #aaddee
Tertiary colour: #991111
Primary fade: 
Secondary fade: 
*/




@font-face {
   font-family: "DS_RUNEnglish-2";
   src: url("/hse_assets/other/DS_RUNEnglish-2.woff") format("woff");
}




* {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 400;
	font-size: 16px;
}

body {
	-webkit-user-select: text!important;
	background-image: url('../image/background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 400;
	font-size: 14px;
}

body.access {
	background: black;
}


#outer {
	margin: 0 auto;
	width: 840px;
}

@media only screen and (max-width: 860px) {
	#outer {
		width: 100%;
	}
}


#inner {
	display: flex;
}


input.frobber {
	position: absolute;
	left: -1000000em;
}

label.frobber {
	display: none;
}




#access-mode {
	display: block;
	margin: -10px auto 5px auto;
	border: 1px solid #aaeedd;
	border-top: none;
	padding: 5px;
	width: 150px;
	text-align: center;
}




/*
---------------------------------------------------------
Header
---------------------------------------------------------
*/


header {
	position: relative;
	margin: 0 0 20px 0;
}

#logo {
	float: left;
	margin: 0 20px 0 0;
	width: calc((100% - 20px) * 200 / 820);
	max-width: 200px;
}

#logo img {
	width: 100%;
}


#headbox {
	float: left;
	width: calc((100% - 20px) * 620 / 820);
	max-width: 620px;
}

#banner {
	margin: 10px 0 0 0;
	width: 100%;
}

#tagline {
	margin: 5px 0 0 0;
	width: 100%;
	color: #aaeedd;
	font-size: 30px;
	text-align: center;
}

header span {
	color: #aaddee;
}


#info {
	position: absolute;
	right: 0;
	bottom: 20px;
	margin: 0;
	width: calc((100% - 20px) * 620 / 820);
	max-width: 620px;
	color: #aaddee;
	text-align: center;
	font-size: 20px;
}

#info span {
	display: inline-block;
	margin-right: 40px;
}

#info span:last-child {
	margin-right: 0;
	color: #aaeedd;
}



#login {
	position: absolute;
	top: -5px;
	right: 0px;
	font-size: 10px;
}

#login a {
	display: inline-block;
	margin-right: 10px;
}

#login a:last-child {
	margin-right: 0;
}

@media only screen and (max-width: 750px) {
	#tagline {
		margin-top: 0.5%;		
		font-size: 3.9vw;
	}

	#info {
		bottom: 10px;
		font-size: 2.67vw;
	}

	#info span {
		margin-right: 30px;
	}
}

@media only screen and (max-width: 480px) {
	header {
		margin-bottom: 15px;
	}

	#logo {
		margin-right: 10px;
		width: calc((100% - 10px) * 200 / 830);
	}

	#headbox {
		width: calc((100% - 10px) * 620 / 830);
	}
/*
	#tagline {
		display: none;
	}
*/
	#info {
		clear: both;
		position: static;
		width: 100%;
		padding-top: 5px;
		font-size: 14px;
	}

	#info span {
		margin-right: 20px;
	}

}






/*
---------------------------------------------------------
Navigation
---------------------------------------------------------
*/


nav {
	flex: 0 1 200px;
	margin: 0 0 4px 0;
	border: 2px solid #aaddee;
	background-color: rgba(51, 0, 102, 0.25);
}

nav div {
/*
	margin-bottom: 4px;
	border-bottom: 2px solid #aaeedd;
*/
	padding: 5px;
}

nav div span {
	display: block;
}

nav div span span {
	display: block;
	margin-left: 20px;
}

nav div a {
	display: block;
	padding: 5px;
	color: #aaddee;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	transition: all .2s;
}

nav div a:hover {
	color: #aaeedd;
}

nav div a.hse_link_in_path {
}

nav div a.hse_link_in_path:hover {
}

nav div a.hse_link_open {
	background-color: rgba(102, 0, 153, 0.5);
}

nav div a.hse_link_open:hover {
	color: #aaeedd;
}




label.burger {
	border-right: 2px solid #330000;
	border-bottom: 2px solid #330000;
	background-color: rgba(187, 0, 0, 0.75);
	padding: 4px 4px 0 4px;
	width: 30px;
	height: 30px;
	transition: all 0.25s;
}

label.burger span {
	display: block;
	margin-bottom: 4px;
	border-top: 4px solid #aaeedd;
	width: 20px;
	height: 0;
}

@media only screen and (max-width: 650px) {
	nav {
		flex: none;
		position: fixed;
		top: 0;
		left: -210px;
		margin: 0;
		border: none;
		background-color: rgba(51, 0, 102, 0.2);
		width: 200px;
		overflow: hidden;
		transition: all 0.25s;
		z-index: 1;
	}

	main {
		margin-left: 0 0 0 4px;
	}

	label.frobber.burger {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
	}

	label.frobber.overlay {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.8);
		width: 0;
		height: 100vh;
	}


	#menu-frob:checked + div nav {
		left: 0px;
		border-right: 2px solid #aaddee;
		border-bottom:  2px solid #aaddee;
		background-color: rgba(51, 0, 102, 0.9);
	}

	#menu-frob:checked + div label.frobber.burger {
		opacity: 0;
	}

	#menu-frob:checked + div label.frobber.overlay {
		width: 100vw;
	}
}







/*
---------------------------------------------------------
Main content
---------------------------------------------------------
*/


main {
	flex: 1;
	margin: 0 0 4px 4px;
	border: 2px solid #aaddee;
	background-color: rgba(51, 0, 102, 0.25);
	padding: 2px;
}

#inner-home main {
	flex: none;
	margin-left: 0;
}

@media only screen and (max-width: 650px) {
	main {
		margin-left: 0;
	}
}

main > div {
	position: relative;
	padding: 5px;
	height: 100%;
}

main > div:after {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	background-image: url('../image/watermark.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	opacity: 0.75;
	content: "";
}

body.access main > div:after {
	display: none;
}



h1 {
	margin: 50px 0 10px 0;
	border-top: 1px solid #aaeedd;
	padding-top: 25px;
	font-size: 36px;
	font-weight: 900;
	font-family: Tahoma, Geneva, sans-serif;
}

h1:first-of-type {
	margin-top: 0;
	border-top: none;
	padding-top: 0;
}

h2 {
	margin: 30px 0 10px 0;
	font-size: 24px;
	font-weight: 900;
	font-family: Tahoma, Geneva, sans-serif;
}

h3 {
	margin: 30px 0 10px 0;
	font-size: 20px;
	font-weight: 900;
}

h3.fancy {
	font-family: Tahoma, Geneva, sans-serif;
}

h3 b {
	color: #ddddff;
}

h4 {
	margin: 30px 0 10px 0;
	font-size: 14px;
	font-weight: 900;
}

p {
	margin-bottom: 10px;
	line-height: 145%;
}

a {
	color: #aaddee;
	text-decoration: none;
}

a:hover {
	color: #aaeedd;
}

ul {
	margin: 0 0 10px 20px;
}

li {
	margin-top: 5px;
	line-height: 145%;
}

b {
	font-weight: 700 !important;
}

i {
	font-style: italic !important;
}


p.sign {
	margin-top: 30px;
	margin-bottom: 0;
	text-align: right;
	font-size: 36px;
	font-family: "DS_RUNEnglish-2";
}


a.button {
	display: inline-block;
	border: 2px solid #aaeedd;
	border-radius: 3px;
	background-color: rgba(0, 153, 0, 0.1);
	padding: 2px 5px;
	color: #aaeedd;
	text-decoration: none;
	cursor: default;
}


a.button:active,
a.button:hover {
	background-color: rgba(0, 153, 0, 0.2);
}


a[target='_blank']:not(.internal) {
	position: relative;
}

a[target='_blank']:not(.internal):after {
	display: inline-block;
	content: "\2794";
	margin-top: -0.2em;
	font-size: 80%;
	vertical-align: top;
	transform: rotate(-45deg);
}


.page-img {
	float: right;
	clear: both;
	margin: 0 0 10px 10px;
	width: 200px;
}

div.page-img {
	margin-top: -10px;
	background-color: rgba(219, 219, 255, 0.5);
	padding: 0 2px 2px;
	font-size: 80%;
	font-style: italic;
	text-align: center;
}


.thumb-img {
	float: left;
	margin: 0 10px 10px 0;
}

p.fancy {
	font-weight: bold;
	font-style: italic;
}


.tiny { font-size: 60%; }
.small { font-size: 80%; }
.big { font-size: 120%; }
.l { text-align: left; }
.r { text-align: right; }
.c { text-align: center; }
.w50 { width: 50px; }
.w75 { width: 75px; }
.w85 { width: 85px; }
.w110 { width: 110px; }
.w150 { width: 150px; }
.w220 { width: 220px; }
.w330 { width: 330px; }
.hide { display: none; }
.inactive { text-decoration: line-through; opacity: 50%; }



address {
	margin-left: 40px;
	line-height: 145%;
}






table {
	margin: 0 auto 10px auto;
	border: 1px solid #aaeedd;
}

tr {
	background-color: rgba(51, 0, 102, 0.125);
}

tr:nth-child(odd) {
	background-color: rgba(51, 0, 102, 0.25);
}

thead tr {
	background-color: rgba(51, 0, 102, 0.5);
}

td, th {
	padding: 3px 10px;
}

td:first-child, th:first-child {
	padding-left: 3px;
}

td:last-child, th:last-child {
	padding-right: 3px;
}

th {
	font-weight: 900;
}







form {
	margin: 0 auto 10px auto;
	max-width: 524px;
	border: 1px solid #aaeedd;
	padding: 3px 3px 0 3px;
}

fieldset {
	margin: 2px 2px 10px 2px;
	border: 1px solid #aaeedd;
	padding: 3px 3px 0 3px;
}

form > div,
fieldset > div {
	margin: 0 0 3px 0;
	padding: 2px;
}

div.hse_field:hover {
	background-color: rgba(102, 51, 153, 0.2);
}

div.hse_field label {
	display: block;
	float: left;
	margin: 5px 0 5px 0;
	width: 100%;
	max-width: 250px;
}

div.hse_field input,
div.hse_field select,
div.hse_field .hse_field_inner {
	display: block;
	float: left;
	width: 100%;
	max-width: 250px;
}

div.hse_field select {
	padding: 1px 0;
}

div.hse_field .hse_fixed_field {
	display: block;
	float: left;
	border: 1px solid #aaeedd;
	width: 100%;
	height: 22px;
	max-width: 250px;
	padding: 3px 2px;
}

div.hse_field textarea {
	display: block;
	float: left;
	width: 100%;
}

div.hse_field input[type="checkbox"],
div.hse_field input[type="radio"] {
	margin: 5px 5px 5px 0;
	width: 12px;
}

div.hse_field .hse_list_container {
	clear: both;
}

div.hse_field .hse_list_container .hse_list_item {
	float: left;
	width: 100%;
	max-width: 250px;
	padding-left: 5px;
}

div.hse_field .hse_list_container .hse_list_item:hover {
	background-color: rgba(199, 52, 7, 0.3);
}

div.hse_field .hse_list_container .hse_list_item label {
	width: calc(100% - 25px);
	max-width: 235px;
}


div.hse_field .hse_bool_container {
}

div.hse_field .hse_bool_container .hse_bool_item {
	float: left;
	padding-left: 5px;
}

div.hse_field .hse_bool_container .hse_bool_item:hover {
	background-color: rgba(199, 52, 7, 0.3);
}

div.hse_field .hse_bool_container .hse_bool_item label {
	width: 40px;
}

div.hse_field .hse_pair_container {
	display: block;
	float: left;
	width: 100%;
	max-width: 250px;

}


div.hse_field .hse_field_inner {
	position: relative;
}

div.hse_field .hse_field_inner input,
div.hse_field .hse_field_inner select {
	float: none;
}


div.hse_field div.hints {
	position: absolute;
	top: 22px;
	width: 100%;
	max-width: 250px;
	border: 1px solid #aaddee;
	background-color: #aaeedd;
	padding: 1px;
	display: none;
}

div.hse_field div.hints a {
	display: block;
	padding: 1px 3px;
	text-decoration: none;
	color: #000000;
	cursor: default;
}

div.hse_field div.hints a:hover {
	background-color: #aaddee;
	text-decoration: none;
	cursor: default;
}

div.hse_field div.hints span {
	display: block;
	padding: 1px 3px;
	color: #aaeedd;
	cursor: default;
}




div.hse_field .hse_field_error {
	border: 1px solid #ff0000;
	background: #ff0000;
	color: #ffffff;
}

div.hse_field .hse_field_notes {
	display: block;
	clear: both;
	width: 100%;
	padding: 2px 0 0 0;
	font-size: 12px;
}

div.hse_field .hse_field_error_text {
	display: block;
	width: 100%;
	color: #ff0000;
	padding: 2px 0 0 0;
	font-weight: 900;
}

div.g-recaptcha {
	float: left;
}

div.hse_formfoot {
	margin: 20px 0 5px 0;
	text-align: right;
}

div.hse_formfoot input {
	display: inline-block;
	border: 2px solid #aaddee;
	border-radius: 3px;
	background-color: rgba(102, 51, 153, 0.5);
	padding: 2px 5px;
	color: #aaddee;
	text-decoration: none;
	cursor: default;
}


div.hse_formfoot input:active,
div.hse_formfoot input:hover {
	background-color: rgba(102, 51, 153, 0.75);
}





div.photo-block {
	display: inline-block;
	margin: 2px 2px 10px 2px;
	border: 1px solid #aaeedd;
	padding: 3px;
	width: calc(33.33% - 4px);
	vertical-align: top;
}

@media only screen and (max-width: 480px) {
	div.photo-block {
		width: calc(50% - 4px);
	}
}




div.block {
	margin: 2px 2px 10px 2px;
	border: 1px solid #aaeedd;
	padding: 3px;
}

div.block *:first-child {
	margin-top: 0;
}

div.block *:last-child {
	margin-bottom: 0;
}

div.block.shrink {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px 10px 2px;
}

div.block.shrink .push {
	display: table-row;
	width: 1px;
}

div.block.shrink .fit {
	display: table-cell;
	width: 1px;
}







div.block .paybutton {
	display: block;
	float: right;
	clear: right;
	margin: 0;
	border: 2px solid #aaeedd;
	background-color: rgba(102, 51, 153, 0.2);
	width: 130px;
	padding: 3px 6px;
	color: #ddddff;
	text-align: center;
	text-decoration: none;
	font-weight: 900;
}

div.block .paybutton:hover {
	background-color: rgba(241, 158, 174, 0.8);
}

div.block .paybutton span {
	display: block;
	margin-top: 3px;
}

div.block p.filler {
	display: table-cell;
	margin: 0;
	height: 62px;
	vertical-align: middle;
}



img.mini-inline {
	height: 15px;
	vertical-align: top;
	cursor: pointer;
}





ul.title_list {
	list-style-type: none;
	margin-left: 0;
}

ul.title_list li {	
	margin-bottom: 10px;
}

ul.title_list li h2 {
	margin-bottom: 0;
}

ul.title_list li p:last-child {
	margin-bottom: 0;
}

ul.title_list h2.folded a {
	cursor: pointer;
}

ul.title_list h2.folded a:hover {
	text-decoration: none;
}

ul.title_list div.folded {
	display: none;
	margin: 5px 0 0 0;
	border: 1px solid #aaeedd;
	padding: 3px;
}






div.list-wrapper {
	margin-top: 10px;
}

div.listlinks {
	text-align: center;
}

div.listlinks span,
div.listlinks a {
	display: inline-block;
	margin: 1px;
	min-width: 24px;
	padding: 1px 3px 3px 3px;
	border: 1px solid #aaeedd;
	background-color: rgba(102, 51, 153, 0.2);
	text-align: center;
	color: #666666;
	text-decoration: none;
}

div.listlinks a {
	border: 1px solid #aaeedd;
	color: #aaeedd;
}

div.listlinks .l {
	margin-right: 10px;
}

div.listlinks .r {
	margin-left: 10px;
}

div.listlinks a:hover {
	background: #aaddee;
}

div.listlinks div.inner {
	display: inline-block;
	padding: 0;
	margin: 0;
	width: calc(100% - 145px);
	max-width: 180px;
}

div.listlinks div.inner span,
div.listlinks div.inner a {
	margin: 1px 2px;
	width: 18px;
}

div.listlinks div.inner a.wide {
	width: 36px;
}









p.extra {
	margin: 30px 30px 30px 30px;
	font-size: 18px;
	text-align: center;
}





footer {
	position: relative;
	margin: 0;
	border: 2px solid #aaddee;
	background-color: rgba(51, 0, 102, 0.25);
	padding: 5px 0;
	font-size: 10px;
	text-align: center;
}

footer div {
	display: inline-block;
	margin: 0 16px;
	vertical-align: middle;
}

footer span {
	display: block;
	margin: 1px auto 1px;
	color: #aaeedd;
}

footer a.icon {
	display: block;
	position: absolute;
	top: 9px;
	right: 9px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	background: white;
	vertical-align: middle;
}

footer a.icon img {
	display: block;
	margin: -1px;
}

footer a.icon:hover img {
	opacity: 0.9;
}








div.error {
	margin: 0 0 10px 0;
	border: 2px solid #ff0000;
	padding: 5px;
	background: rgba(255, 0, 0, 0.2);
	color: #ff0000;
	font-weight: bold;
	line-height: 145%;
}

div.warning {
	margin: 0 0 10px 0;
	border: 2px solid #999900;
	padding: 5px;
	background: rgba(153, 153, 0, 0.2);
	color: #999900;
	font-weight: bold;
	line-height: 145%;
}

div.message {
	margin: 0 0 10px 0;
	border: 2px solid #006600;
	padding: 5px;
	background: rgba(0, 102, 0, 0.2);
	color: #006600;
	font-weight: bold;
	line-height: 145%;
}

div.note {
	margin: 0 0 10px 0;
	border: 2px solid #0000ff;
	padding: 5px;
	background: rgba(0, 0, 255, 0.2);
	color: #0000ff;
	font-weight: bold;
	line-height: 145%;
}






.stack {
	position: relative;
	width: 250px;
}

.stack:after {
	display: block;
	padding-top: 100%;
	content: '';
}

.stack img {
	position: absolute;
	right: 0;
	width: 100%;
	opacity: 0;
	transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
}

.stack img:first-child {
	opacity: 1;
}



@media only screen and (max-width: 580px) {
	form {
		max-width: 280px;
	}

	.g-recaptcha {
		float: none;
		transform: scale(0.887);
		-webkit-transform: scale(0.887);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}

	.page-img {
		width: 33%;
	}
}




.toggle {
	display: block;
	float: left;
	margin: 0 0 3px 2px;
	border: 2px solid #aaeedd;
	border-radius: 2px;
	padding: 4px;
	color: #aaeedd;
	cursor: pointer;
}







.hse_admin_role_list {
	float: left;
	margin: 20px 0;
	width: 200px;
}




.frobbable input.frobber + label.frobber {
	display: block;
	margin-bottom: 5px;
	width: 100%;
	color: #aaddee;
	font-weight: bold;
}

.frobbable input.frobber + label.frobber:after {
	display: inline-block;
	float: right;
	margin-top: 0.2em;
	font-size: 12px;
	content: "\1f847  Open \1f847";
}

.frobbable input.frobber:checked + label.frobber:after {
	content: "\1f845  Close \1f845";
}

.frobbable input.frobber + label.frobber + div {
	display: none;
}

.frobbable input.frobber:checked + label.frobber + div {
	display: block;
}















/*
---------------------------------------------------------
Home page
---------------------------------------------------------
*/


div#mission {
	margin: 0 0 20px 0;
	padding: 10px 10px 0 10px;
	border: 2px solid #aaddee;
	text-align: center;
}

div#mission h3 {
	margin-top: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}

div#mission p {
	font-size: 18px;
}


.home-children {
	margin: 20px auto;
	padding-right: 4px;
	max-width: 500px;
}

.home-children a {
	display: block;
	float: left;
	margin-left: 0;
	margin: 0 0 4px 4px;
	border: 2px solid #aaddee;
	background-color: rgba(102, 51, 153, 0.25);
	padding: 10px;
	width: calc(50% - 4px);
	color: #aaddee;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
}

.home-children a:hover {
	background-color: rgba(102, 51, 153, 0.5);
}








@media only screen and (max-width: 450px) {
	.home-children a {
		width: calc(100% - 4px);
	}
}











/*
---------------------------------------------
FAQ page
---------------------------------------------
*/

div.faq_list {
}

div.faq_list div.frobbable {
	border: 1px solid #ddddff;
	padding: 5px 5px 0 5px;
	margin-bottom: 5px;
}

div.faq_list div.frobbable:last-child {
	margin-bottom: 0;
}

div.faq_list div.frobbable label {
	font-size: 18px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}

div.faq_list div.frobbable div *:last-child {
	margin-bottom: 5px;
}











ul.biglist {
	margin-left: 0;
	list-style: none outside none;
}

ul.biglist li {
	font-size: 24px;
	font-family: Tahoma, Geneva, sans-serif;
}

ul.biglist li:before {
	display: inline-block;
	margin: 0 0.25em 0 0.25em;
	content: "\2023";
	font-family: Tahoma, Geneva, sans-serif;
}










#online_form {
	margin-top: 100px;
}

#reminder_form .hse_formfoot {
	margin-top: 5px;
}










p.announce {
	margin: 20px 0;
	border: 2px solid #aaddee;
	background-color: rgba(102, 0, 153, 0.5);
	padding: 5px;
	color: #aaddee;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}












table.leaderboard {
	width: auto;
	border: none;
	border-collapse: separate; 
	border-spacing: 0 5px;
}

table.leaderboard th {	text-align: left;  padding: 5px 10px;	}
table.leaderboard .r {	text-align: right;	}
table.leaderboard tbody tr.heat1 {	background: rgba(255, 153, 0, 0.25);	}
table.leaderboard tbody tr.heat2 {	background: rgba(153, 255, 0, 0.25);	}
table.leaderboard tbody tr.heat3 {	background: rgba(255, 0, 255, 0.25);	}
table.leaderboard tbody tr.final {	background: rgba(0, 255, 255, 0.25);	}
table.leaderboard tbody td { padding: 5px 10px;	}




.photo-img {
	max-width: 100%;
	max-height: 75vh;
}



#tform .error {
	border: 1px solid red;
}

#tblock .tline {
	margin-bottom: 2px;
	padding: 2px;
	text-align: center;
}

#tblock .tline a {
	float: right;
	border: 2px solid white;
	border-radius: 8px;
	height: 15px;
	width: 15px;
	background: red;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	line-height: 11px;
	text-decoration: none;
}













/*
----------------------------------------------------------
FileStore
----------------------------------------------------------
*/

p.file_path {
	background-color: rgba(199, 52, 7, 0.75);
	padding: 2px 10px;
}

p.file_path a {
	color: #aaddee;
}

ul.file_dirs,
ul.file_files {
	list-style-type: none;
}

ul.file_files li p {
	margin-left: 20px;
	font-size: 11px;
}

form.miniform {
	margin: 0;
	max-width: unset;
	padding: 0;
}

a.delete {
	display: inline-block;
	line-height: 6px;
}

a.delete:after {
	display: inline-block;
	border: 1px solid #ff3333;
	border-radius: 5px;
	width: 9px;
	height: 9px;
	color: #ff3333;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	content: '-';
	vertical-align: middle;
}






