table.screen {
	width: 100%;
}
table.screen td.screen-col {
	vertical-align: top;
	padding: 0 3px;
}
table.screen td.ring-number {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
table.screen td.ring-number.tv {
	font-size: 14px;
}
div#summary-box {
	float: left;
	max-width: 35%;
	padding-right: .5vw;
}
div#summary-box.tv {
	width: 200px;
}
div#summary-box.tv div#filter-buttons {
	margin-top: 5px;
}
div#summary-box.tv div#filter-buttons a.btn {
	padding: 2px 4px;
}
div#run-box {
	width: 60%;
	float: left;
	max-width: 100%;
}
div#run-box.tv {
	width: calc( 100% - 200px );
}
table#summary,
table.runs {
	width: 100%;
	border: 2px solid black;
}
table#summary tr.active td {
	background-color: wheat;
}
table#summary td {
	font-size: 1.2vw;
	padding: 0 5px;
	background-color: #ddd;
}
table#summary.tv td {
	font-size: 12px;
}
table.runs tr.active td {
	background-color: wheat;
}
table.runs tr.relay-top td {
	border-top: 1px solid black;
}
table.runs tr.heading td {
	font-weight: bold;
	color: #444;
	background-color: #E5DFEE;
}
table.runs tr.heading td.tiny {
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	padding: 0;
}
table.runs tr.group-break td {
	color: white;
	background-color: #555;
	text-align: center;
	font-size: 10px;
}
table.runs tr.split-walk td {
	background-color: #ddd;
}
table.runs tr.split-walk td {
	background-color: #ddd;
}
table.runs tr.walk-info td {
	color: white;
	background-color: #502B8F;
}
table.runs tr.walk-info td a {
	color: white;
}
table.runs td {
	font-size: 1.25vw;
	padding: 0 3px;
}
table.runs td.time a {
	margin: 10px 3px;
}
table.runs.tv td {
	font-size: 14px;
}
table.runs.all-rings td {
	font-size: .85vw;
}
table.runs.all-rings tr.both-borders {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
table.runs.all-rings td.breed-handler {
	font-size: .7vw;
}
table.runs.all-rings.tv td {
	font-size: 10px;
}
table.runs.all-rings.tv td.breed-handler {
	font-size: 8px;
}
div.breed-name,
div.handler-name {
	display: inline-block;
	width: 50%;
}
table.runs td.height-info {
	font-weight: bold;
}
table.runs td.time {
	text-align: center;
	width: 8vw;
	white-space: nowrap;
}
table.runs td.dog-name span.dog-text {
	cursor: pointer;
}
.green-name,
table.runs td.dog-name i.fa-check {
	color: green;
}
.orange-name,
table.runs td.dog-name i.fa-copyright {
	color: darkorange;
}
div.bis {
	display: inline-block;
	font-weight: bold;
	color: white;
	background-color: crimson;
	border: 3px solid crimson;
	border-radius: 3px;
	margin-right: 5px;
}
.red-name,
table.runs td.dog-name i.fa-times,
table.runs td.dog-name span.dog-div {
	color: red;
}
table.runs td.dog-name i {
	margin-left: 5px;
}
div#filter-buttons {
	width: 100%;
	float: left;
}
div#filter-buttons a.btn {
	margin-bottom: 5px;
}
div.instructions {
	color: red;
	text-align: center;
	font-size: 24px;
}
	
@media screen and ( max-width: 1700px ) {
	table.runs td {
		font-size: 1.5vw;
	}
	table.runs.all-rings td {
		font-size: 1.25vw;
	}
	table.runs.all-rings td.breed-handler {
		font-size: 1vw;
	}
}
/* Smart TV */
@media screen and ( max-width: 1400px ) {
	div#run-box {
		width: 70%;
	}
	table.runs td {
		font-size: 2vw;
	}
}
@media screen and ( max-width: 950px ) {
	div#summary-box {
		display: none;
	}
	div#run-box,
	div#run-box.tv {
		width: 100%;
	}
	table.runs td {
		font-size: 2.75vw;
	}
	table.runs.all-rings td {
		font-size: 1.75vw;
	}
	table.runs.all-rings td.breed-handler {
		font-size: 1.5vw;
	}
	div.breed-name,
	div.handler-name {
		display: block;
		width: auto;
	}
}
@media screen and ( max-width: 850px ) {
	table.runs td {
		font-size: 3.5vw;
	}
}
@media screen and ( max-width: 480px ) {
	table.runs td.breed-handler,
	table.runs td.handler {
		display: none;
	}
	table.runs td {
		font-size: 4.25vw;
	}
	table.runs.all-rings td {
		font-size: 3vw;
	}
}
@media screen and ( max-width: 325px ) {
	table.runs td.breed {
		display: none;
	}
	table.runs td {
		font-size: 5vw;
	}
}
