<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@page {
    size: a4 portrait;
    margin: 25mm 10mm 25mm 10mm;
    counter-increment: page;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    white-space: pre;
    color: grey;
    @bottom-left {
        content: 'Â© Realtime Despatch Software Limited 2019';
        font-size: 9pt;
    }
    @top-center {
        content: string(chapter);
        font-size: 11pt;
    }
    @bottom-right {
        content: 'Page ' counter(page);
        font-size: 9pt;
    }
}

@media print {

	h2 {
		font-size: 16px;
	}

	h3 {
		font-size: 14px;
	}

	h4 {
    	color: #444;
		font-size: 12px;
	}
		
	p {
		font-size: 12px;
	}

	li {
		font-size: 12px;
	}
		
	.md-typeset code {
		font-size: 11px;
		font-family: "Courier New","Times New Roman";
	}
		
	.md-typeset pre {
		font-size: 10px;
		font-family: "Courier New","Times New Roman";
	}
	
	.md-typeset td {
		font-size: 11px;
	}
	.md-typeset td code {
		font-size: 11px;
	}
	
	
	
	.md-typeset table!important {
  		width:100%;
	}
	
  	.front-page {
  		display: block;
  		width:100%; 
    	height:100%;
    	page-break-after:always 
  	}
  
  	.row {
  		text-align: center;
	}
	
	.front-top {
		font-size: 20px; 
	}	
	
	.title {
		font-size: 30px;
	}
	
	.toc-title {
		margin: 2rem 0 .8rem;
		font-size: 1.25rem;
		line-height: 1.4;
		font-weight: 300;
		letter-spacing: -.01em;
	}
	
	p.logo img.center {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 80px;
		width: 60%;
	}

	h1 {
		display: none;
	}
	
	.front-bottom {
		position: absolute; 
        bottom: 0; 
        width: 100%; 
        height: 100px;
        font-size: 14px; 
	}
}
</pre></body></html>