header,
nav,
.noprint,
tr.breakfix {
    display: none;
    bottom: 0; 
    right: 0; 
    width: 0; 
    height: 0; 
    visibility: hidden;
}
body#links a[href]::after {
    content: '';
}
body#links a[href^="http"]::after {
    content: '\00A0\00A0-\00A0\00A0(' attr(href) ')';
	font-family: 'lato';
	font-style: normal;
	font-weight: normal;
	line-height: 0;
	color: #000599;
}
.break {
	page-break-before:always;
    margin-top: 0;
}
tr.break {
    display: table-row;
}
.print {
    display: inline-block;
}
body {
    background-color: #fff;
}
main {
    padding: 0;
    margin: auto;
    width: 100%;
}
main.card span:target + section,
section.select {
    width: 92%;
    margin: auto;
 }
h1:first-of-type {
    margin-top: 0;
}
h1,
h2,
h3 {
    break-after: avoid;
}
h1 {
    font-size: 24pt;
}
h2 {
    font-size: 19.2pt;
}

h3,
ol.nest li,
th {
    font-size: 15.6pt;
}
p,
td,
li,
ol.nest ol.nest li {
    font-size: 12pt;
}
small,
figcaption {
    font-size: 10.67pt;
}
sup,
sub {
    font-size: 8.4pt;
	vertical-align: baseline;
	position: relative;
}
sup { 
	top: -4.8pt;
}
sub {
    top: 4.8pt; 
}
h2 sup {
    font-size: 13.44pt;
    vertical-align: baseline;
    position: relative;
    top: -7.68pt;
}
img {
    max-width: 400px;
    border-top: 1px solid #DCDCDC; /* Fix issue of image splitting over page, due to box shadows */
}
figure {
    page-break-inside: avoid;
}
table {
    width: 100%;
}
body::after {
	content: "bluediamondssdc.org.uk";
	display: block;
	margin: 0.35em auto 0;
    width: 50%;
    font-size: 10.67pt;
    font-style: italic;
    text-align: center;
    color: #999;
}
@page {
    margin: 1cm;
}