/* accessibility extentsion DevTools HTML right link 'inspect' 
   select 'axe DevTools' and run a scan on the page */ 

body { 
	font-size:14px;
	height: 29.7cm;
    width: 19cm; /* very slim spot it has to go in ! */
   /* to centre page on screen*/
    margin-left: 0%; /* auto for centre */
	margin-right: auto;
	counter-reset: figures;
	background-color: white; 
}

a { text-decoration: underline; }
ul { margin-left: -20px; }
code { margin-left: 2px; }

h1 { font-weight: 600; }
h2 { font-weight: 600; }
h3 { font-weight: 600; } 
h4 { font-weight: 600; } 

.clean {  
	float: right; 
	margin-top: -70px; 
	padding-left: 4px; 
	padding-right: 4px; 
}

.climrtw_iframe {
	margin-top: -0px; 
	margin-right: -110%; 
	padding-left: 20px; 
	width: 100%;
	min-height: 1500px; 
	max-height: 1500px; 
	float: right; 
} 

.dev { 
	border: 1px solid #c70046; 
	color: #c70046; 
	padding:6px; 
}

.updated { 
	margin-top: -10px;
	font-size: 90%; 
	color: #00000090; 
}

.btn {
	float: right;
	margin-right: 10px; 
	margin-bottom: 4px; 
}
	
table {
	table-layout: fixed;
	width: 100%; 
	counter-reset: row-num;
	position: relative;
	border-collapse: collapse;
	margin-top: 10px; 
	font-size: 70%; 
}

.th_stno { width: 80px; } 

thead {
	top:0;
	position: sticky; 
	background: #00305F;
	padding-bottom: 10px;
	color: white;
}

.table {
    margin: 2rem auto;
    border: 1px solid #ddd; 
    border-collapse: collapse;
}

.table td,
.table th{
    padding: 1rem;
    border: 1px solid #ddd;
    text-align: left;
}
