@media screen {
	* {
		font-family: 'Raleway', sans-serif;
		color: #878787;
	}

	body {
		font-size: 18px;
		line-height: 28px;
		margin: 0px;
	}

	#root {
		margin: auto;
		width: 1200px;
	}

	a {
		text-decoration: none;
	}

	a,
	a:visited,
	a:active {
		color: inherit;
	}

	a.text,
	a.text:visited,
	a.text:active {
		color: #4080F0;
	}

	a:hover,
	a.text:hover {
		color: #80C0F0;
	}

	a.active {
		color: #3FA535;
	}

	th {
		text-align: left;
		background: #E0E0E0;
	}

	.border {
		border-spacing: 0px;
		border-collapse: collapse;
	}

	.border * td,
	.border * th {
		border: 1px solid #C0C0C0;
		padding: 4px;
	}

	.full {
		width: 100%;
		border-collapse: collapse;
	}

	.icon {
		font-size: 32px;
	}

	.mark:hover * {
		background: #F0F0F0;
	}

	#rank-cell {
		text-align: center;
		vertical-align: middle;
		font-size: 28px;
	}

	input, input:focus {
		border-radius: 0px;
		border: 1px solid;
	}

	#main input,
	#main select {
		width: 100%;
		font-size: 15px;
		margin: 0px;
		height: 24px;
		box-sizing: border-box;
	}

	#main input[type='checkbox'] {
		display: block;
	}

	#main select {
		appearance: none;
		text-align-last: center;
	}

	input[type='checkbox']:checked,
	input[type='radio']:checked {
		-webkit-filter: grayscale(100%);
	}

	#main td.edit {
		padding: 0px;
		margin: 0px;
		line-height: 24px;
	}

	#main .short {
		width: 30px;
	}

	#main .medium {
		width: 100px;
	}

	#main .medium-long {
		width: 120px;
	}

	#main .long {
		width: 200px;
	}

	#main .date {
		width: 140px;
	}

	#main .delete-col {
		width: 25px;
	}

	#main .point-desc {
		width: 640px;
	}

	.buttons {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.right-space {
		margin-right: 30px;
	}

	.equidistant {
		table-layout: fixed;
	}

	.button-style,
	.button {
		border-width: 4px;
		border-style: solid;
		text-transform: uppercase;
		font-size: 24px;
		padding: 10px 20px;
	}

	th .button-style, td .button-style,
	th .button, td .button {
		border-width: 2px;
		border-style: solid;
		text-transform: uppercase;
		font-size: 16px;
		padding: 4px 8px;
	}

	.button {
		cursor: pointer;
	}

	.pointer {
		cursor: pointer;
	}

	.button a:hover {
		color: inherit;
	}

	.edit-color {
		color: #C0C060;
		border-color: #C0C060;
	}

	.cancel-color {
		color: #606060;
		border-color: #606060;
	}

	.save-color {
		color: #408020;
		border-color: #408020;
	}

	.finalize-color {
		color: #F0F0F0;
		background-color: #802020;
		border-color: #802020;
	}

	.new-color {
		color: #4080C0;
		border-color: #4080C0;
	}

	.delete-color {
		color: #E06040;
		border-color: #E06040;
	}

	.action-color {
		color: #4080C0;
		border-color: #4080C0;
	}

	.inactive * {
		background: #F0E0E0;
	}

	iframe {
		width: 100%;
		height: 800px;
		border: 0px;
	}

	span.spacer {
		display: inline-block;
		width: 100px;
	}

	#nav {
		text-align: center;
		font-size: 20px;
		margin: 10px 30px 50px;
	}

	#nav span {
		margin: 0px 30px;
	}

	div.half {
		display: inline-block;
		width: 49%;
		vertical-align: top;
	}

	div.score {
		display: inline-block;
		width: 49%;
		vertical-align: top;
	}

	div.score > table {
		width: 100%;
	}

	#cancel {
		padding: 20px;
	}

	#cancel > h4.inactive {
		color: #C0C060;
	}

	#cancel > h4.active {
		color: #F02020;
	}

	#cancel > select {
		font-size: 18px;
		height: 24px;
	}

	#cancel > textarea {
		width: 100%;
		height: 100px;
		font-size: 18px;
	}

	.last {
		padding-bottom: 50px;
	}

	.center {
		text-align: center;
	}

	.left {
		text-align: left;
	}

	.right {
		text-align: right;
	}

	h2 {
		text-align: center;
		margin-bottom: 30px;
		font-size: 36px;
		font-weight: lighter;
	}

	#home-container {
		width: 100%;
		text-align: center;
	}

	.home-ball-container {
		display: inline-block;
		position: relative;
		width: 22%;
		padding-bottom: 22%;
		margin: 0px 50px;
	}

	.dl-ball {
		width: 16px;
		height: 16px;
		display: inline-block;
		margin-right: 10px;
	}

	.ball {
		border-radius: 50%;
		color: #F0F0F0;
	}

	.ball-font {
		position: absolute;
		width: 100%;
		height: 100%;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 30px;
		display: flex;
		align-items: center;
		text-align: center;
		justify-content: center;
	}

	.bold {
		font-weight: bold;
	}

	.red-bg {
		background-color: #E06040;
	}

	.green-bg {
		background-color: #A0E000;
	}

	.blue-bg {
		background-color: #6080E0;
	}

	.bg-color-1 {
		background-color: #E06040;
	}

	.bg-color-2 {
		background-color: #0C7C80;
	}

	.bg-color-3 {
		background-color: #7C0C80;
	}

	#po-box {
		text-align: center;
		margin-bottom: 40px;
	}

	#po-box > span {
		border: 2px solid #F00000;
		color: #F00000;
		padding: 5px 20px;
	}

	#download {
		display: flex;
		justify-content: center;
	}

	.download-column-1 {
		width: 40%;
		display: inline-block;
	}

	.download-column-2 {
		width: 30%;
		display: inline-block;
	}

	.download-column-3 {
		width: 30%;
		display: inline-block;
	}

	.download-row {
		display: flex;
		align-items: center;
		text-align: left;
		justify-content: left;
	}

	#components-reconnect-modal {
		display: none;
	}

	#notice {
		margin-top: 50px;
	}

	#auth {
		margin-top: 100px;
		text-align: center;
	}

	#auth > table {
		width: 100%;
	}

	#auth > table > tbody > tr > td {
		width: 50%;
	}

	#auth > table > tbody > tr > td > input,
	#auth > table > tbody > tr > td > span {
		border-width: 4px;
		border-style: solid;
		margin: 20px 20px;
		text-transform: uppercase;
		font-size: 24px;
		padding: 10px 20px;
		color: #747474;
		border-color: #747474;
	}

	#auth > table > tbody > tr > td > span {
		cursor: pointer;
	}

	#links {
		margin-top: 20px;
		text-align: center;
	}

	#links > table {
		width: 100%;
	}

	#links > table > tbody > tr > td {
		width: 50%;
	}

	#links > table > tbody > tr > td.left {
		text-align: left;
	}

	#links > table > tbody > tr > td.right {
		text-align: right;
	}

	#links > table > tbody > tr > td > span {
		margin: 0px 20px;
		font-size: 16px;
	}

	#footer {
		margin-top: 5px;
		bottom: 0px;
		background-color: #A8C177;
		padding: 10px 30px;
	}

	#footer > table {
		margin: 0px auto;
	}

	#footer > table > tbody > tr > td {
		width: 50%;
		color: #FFFFFF;
		line-height: 20px;
		font-size: 16px;
		padding: 0px 40px;
	}

	#footer > table > tbody > tr > td.contact-header {
		text-align: center;
		padding-bottom: 10px;
	}

	#footer > table > tbody > tr > td.contact-name {
		font-weight: bold;
	}
}

@media print {
	@page {
		margin: 0cm;
	}

	body {
		margin: 0cm;
		height: auto;
	}

	div.page {
		margin: 0.75cm 0.95cm;
		page-break-after: always;
	}

	th, td {
		-webkit-print-color-adjust: exact;
	}

	th, td, h1, h2, h3, p {
		font-family: 'Raleway', sans-serif;
	}
}

/* v1 */

#form > div.page.v1 > table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 674px;
}

#form > div.page.v1 > table * tr > th,
#form > div.page.v1 > table * tr > td {
	border: 1px solid #000000;
	padding: 5px;
	font-size: 16px;
}

#form > div.page.v1 > table * tr th {
	background-color: #DEE6FB;
	font-weight: normal;
}

#form > div.page.v1 > table.header * tr *.short {
	width: 90px;
}

#form > div.page.v1 > table.header * tr *.value {
	font-style: italic;
}

#form > div.page.v1 > span.title {
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding: 20px 0px;
}

#form > div.page.v1 > table.b-score * tr *.class {
	width: 30px;
	text-align: center;
}

#form > div.page.v1 > table.b-score * tr *.run {
	width: 120px;
}

#form > div.page.v1 > table.b-score * tr *.run-third {
	width: 40px;
}

#form > div.page.v1 > table.b-score * tr *.hidden {
	border: 0px;
}

#form > div.page.v1 > table.b-score * tr *.run1 {
	background-color: #FFFFFF;
}

#form > div.page.v1 > table.b-score * tr *.run2 {
	background-color: #E0E0E0;
}

#form > div.page.v1 > div.score-print {
	display: inline-block;
	width: 337px;
}

#form > div.page.v1 > div.score-print table {
	width: 100%;
}

/* v2 */

#form > div.v2.judge-form > table * tr > td.ball-cell-3 {
	width: 103px;
}

#form > div.v2.judge-form > table * tr > td.ball-cell-6 {
	width: 51px;
}

#form > div.v2.judge-form > table * tr > td.ball-cell-8 {
	width: 38px;
}

#form > div.v2.judge-form > table * tr > td.check-cell {
	width: 20px;
}

#form > div.v2.judge-form > table * tr {
	height: 20px;
}

#form > div.v2.judge-form > table * tr * {
	padding: 0px 10px;
}

#form > div.v2.judge-form > table * tr > td.ball-crossed,
#form > div.v2.judge-form > table * tr > td.ball-fill {
	padding: 0px;
}

#form > div.v2.judge-form > table * tr > td.ball-crossed {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}

#form > div.v2.judge-form > table * tr > td.ball-fill {
	text-align: right;
	vertical-align: bottom;
	line-height: 12px;
}

#form > div.v2.judge-form > table * tr > td.ball-fill > div {
	font-size: 12px;
	color: #F0F0F0;
	margin: 0px;
	padding: 2px;
}

#form > div.v2 > table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 674px;
}

#form > div.v2 > table * tr > th,
#form > div.v2 > table * tr > td {
	border: 1px solid #000000;
	padding: 5px;
	font-size: 16px;
}

#form > div.v2 > table * tr th {
	background-color: #DEE6FB;
	font-weight: normal;
}

#form > div.v2 > table.header * tr *.short {
	width: 90px;
}

#form > div.v2 > table.header * tr *.value {
	font-style: italic;
}

#form > div.v2 > span.title {
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding: 20px 0px;
}

#form > div.v2.result-print > span.title {
	margin: 0px;
}

#form > div.v2.result-print > table.thin {
	margin-bottom: 20px;
}

#form > div.v2.result-print > table.thin > tbody > tr {
	height: 20px;
}

#form > div.v2.result-print > table.thin > tbody > tr > th,
#form > div.v2.result-print > table.thin > tbody > tr > td {
	padding: 0px 10px;
}

#form > div.v2.result-print > table.thin > tbody > tr > th.desc-cell {
	width: 484px;
}

#form > div.v2.starter-list > table {
	width: 700px;
}

#form > div.v2.result-list > div.header-left {
	width: 50px;
	display: inline-block;
	margin: 0px;
}

#form > div.v2.result-list > div.header-center {
	width: 510px;
	display: inline-block;
	margin: 0px;
}

#form > div.v2.result-list > div.header-right {
	width: 105px;
	display: inline-block;
	margin: 0px;
}
