﻿@charset "utf-8";
/* CSS Document */
.present {background-color : lightgreen}
.Belt0 {background-color: white; color: black}
.Belt1 {background-color: yellow; color: black}
.Belt2 {background-color: orange; color: white}
.Belt3 {background-color: green; color: white}
.Belt4 {background-color: blue; color: white}
.Belt5 {background-color: blue; color: white}
.Belt6 {background-color: red; color: white}
.Belt7 {background-color: red; color: white}
.Belt8 {background-color: red; color: white}
.Belt9 {background-color: red; color: white}
.Belt10 {background-color: black; color: white}
.Belt11 {background-color: lightyellow; color: black}
.Belt12 {background-color: yellow; color: black}
.Belt13 {background-color: orange; color: white}
.Belt14 {background-color: green; color: white}
.Belt15 {background-color: blue; color: white}
.Belt16 {background-color: blue; color: white}
.Belt17 {background-color: red; color: white}
.Belt18 {background-color: red; color: white}
.Belt19 {background-color: red; color: white}
.Belt20 {background-color: red; color: white}
.Belt21 {background-color: black; color: gold}
.Belt22 {background-color: black; color: gold}
.Belt23 {background-color: black; color: gold}
.Belt24 {background-color: black; color: gold}
.Belt25 {background-color: black; color: gold}
.Belt26 {background-color: black; color: gold}
.Belt27 {background-color: black; color: gold}
.Belt28 {background-color: black; color: gold}
.Belt29 {background-color: black; color: gold}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }

    	/* Show the table header rows and set all cells to display: table-cell */
	.my-custom-breakpoint td,
	.my-custom-breakpoint th,
	.my-custom-breakpoint tbody th,
	.my-custom-breakpoint tbody td,
	.my-custom-breakpoint thead td,
	.my-custom-breakpoint thead th {
		display: table-cell;
		margin: 0;
	}
	/* Hide the labels in each cell */
	.my-custom-breakpoint td .ui-table-cell-label,
	.my-custom-breakpoint th .ui-table-cell-label {
		display: none;
	}
}

body {
  -webkit-print-color-adjust: exact;
}

@media ( min-width: 30em ) {
	/* Show the table header rows and set all cells to display: table-cell */
	.my-custom-breakpoint td,
	.my-custom-breakpoint th,
	.my-custom-breakpoint tbody th,
	.my-custom-breakpoint tbody td,
	.my-custom-breakpoint thead td,
	.my-custom-breakpoint thead th {
		display: table-cell;
		margin: 0;
	}
	/* Hide the labels in each cell */
	.my-custom-breakpoint td .ui-table-cell-label,
	.my-custom-breakpoint th .ui-table-cell-label {
		display: none;
	}
}
