@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
body { background: #e8e8e8; font-family:"Open Sans"; text-align: center; }

@media print { body { background: #fff; } .nopr {display:none; }} 

h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; }
h1 { font-weight: 700; text-align: center; font-size: 36px; line-height: 40px; margin: 20px; }
h2 { font-weight: 400; text-align: center; font-size: 30px; line-height: 36px; margin: 20px; }

.versions { font-size:12px; color: #000; }
a { color: #000; text-decoration: none; }
a:hover { text-decoration: underline; }
p { margin: 10px; }

table.slots { border-collapse: collapse; font-size: 14px; margin: 0 auto; border: 3px solid #000; }
table.slots td { border: 1px solid #000; padding: 2px 4px; text-align: center; background: #fff; width: 60px; font-weight: bold; }
table.slots td:nth-of-type(0) { width: 100px; }
table.slots th { border: 1px solid #000; padding: 2px 4px; text-align: center; background: #bbb; color: #000; }
table.slots tr:nth-of-type(3n+2) td { border-top: 3px solid #000; }
table.slots td:nth-of-type(1) { font-weight: 700; }
table.slots td.tier { font-weight: 600; font-size: 13px; }

.archeryTarget { background: #f1433f !important; }
.archeryClout { }
.rugby { background: #a9cf54 !important; }
.football { background: #70b7ba !important; }
.cricket { background: #f7e967 !important; }

.orange { background: #ff9000 !important; }
.purple { background: #aa30aa !important; }
.block { width: 60px; font-size: 13px; font-weight: 700; text-align: center; padding: 2px; border: 1px solid #000; display: inline-block; margin: 10px 5px; }
