/*Landing page */
	.statistics ul {
	margin: 0;
	padding: 0;
	text-align: center;
	}
.statistics ul:first-of-type li, .statistics ul:nth-of-type(2) li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 22%;
	background: #FFFFFF;
	padding: 16px;
	margin: 0 1% 16px 1%;
	min-height: 128px;
}
.statistics .number {
	margin: 0;
	text-align: center;
}
.statistics p {
	clear:both;
}	
.statistics .footnote {
	text-align: center;
	max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
}	
.resources {
	position:relative;
}
.resources .text {
	width: 45%;
	position: absolute;
	top: 35%;
	left: 50%;
}
.resources img {
	float:left;
	width: 45%;
	height:auto;
	margin-right: 32px;
}
/*Map fixes */
.leaflet-bar button{
	margin-bottom: 0px !important;
}
.easy-button-button .button-state{
	position: relative !important;
	bottom: 8px !important;
}
.button .footnote {display: block;}
.number{
	font-size: 32px;
	display: block;
	margin: 16px;
	font-weight: normal;
}
.label{
	display: inline-block;
	width: 50%;
	text-align: left;
	padding: 8px;
}
.covid, #table-lhd-recovery table, #table-lhd-cases-unknown-total table, #table-lga-cases-unknown-total table, #test-results table
{
	text-align: left;
	line-height: 2;
	color: #000;
	font-size: 1em;
	vertical-align: top;
	margin-bottom: 10px;
	width: 100%;
}
.covid th, #table-lhd-recovery table th, #table-lhd-cases-unknown-total table th, #table-lga-cases-unknown-total table th, #test-results table th
{
	background-color: #2E5299 !important;
	border-bottom: 6px solid #0085B3;
	color: #FFFFFF;
	font-weight: 600;
	padding: 8px;
	text-align: right;
}
.covid td, #table-lhd-recovery table td, #table-lhd-cases-unknown-total table td, #table-lga-cases-unknown-total td, #test-results td
{
	padding: 8px;
	text-align: right;
}
.covid tr, #table-lhd-recovery table tr, #table-lhd-cases-unknown-total table tr, #table-lga-cases-unknown-total table tr, #test-results table tr
{
	background-color: #fcfcfc;
}
.covid tr:nth-of-type(odd), 
#table-lhd-recovery table tr:nth-of-type(odd), 
#table-lhd-cases-unknown-total table tr:nth-of-type(odd), 
#table-lga-cases-unknown-total table tr:nth-of-type(odd), 
#test-results table tr:nth-of-type(odd)
{
	background-color: #F2F2F2;
}
.covid tbody tr:last-of-type, 
#table-lhd-recovery table tr:last-of-type, 
#table-lhd-cases-unknown-total table tr:last-of-type, 
#table-lga-cases-unknown-total table tr:last-of-type, 
#test-results table tr:last-of-type 
{
	background-color: #2E5299;
	color: #fff;
	padding: 8px;
}
.covid tr td:first-of-type, 
#table-lhd-recovery table td:first-of-type, 
#table-lhd-cases-unknown-total table td:first-of-type, 
#table-lga-cases-unknown-total td:first-of-type, 
#test-results td:first-of-type, 
.covid tr th:first-of-type, 
#table-lhd-recovery table th:first-of-type, 
#table-lhd-cases-unknown-total table th:first-of-type, 
#table-lga-cases-unknown-total th:first-of-type, 
#test-results th:first-of-type
{
	text-align: left;
}
/*Dashboard layout */
.active-cases ul {
	margin-left: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.active-cases li {
	background: #ffffff;
	padding: 0 !important;
	color: #000000;
	font-size: 18px;
	vertical-align: middle;
	display: inline-block;
	box-sizing: border-box;
	font-weight: normal;
	text-align: center;
	height: 132px;
	width: 22%;
}
.active-cases li:nth-child(1) {
	margin-right: 16px;
}
.active-cases li:nth-child(2), .active-cases li:nth-child(3) {
	margin-right: 16px;
	margin-left: 16px;
}
.active-cases li:nth-child(4) {
	margin-left: 16px;
}
#daily {
	width: 100%;
	float:none;
	margin-bottom: 32px;
	min-height: auto;
	overflow: auto;
}
#local {
	width: 46%;
	margin: 0;
	float:left;
}
#local h3 {
	padding: 8px 8px 8px 160px;
}
#known {
	width: 65%;
	float: left;

}
#unknown {
	width: 35%;
	float: left;
}
#local h4 {
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	background: #2E5299;
	margin: 0;
	padding-bottom: 8px;
}
#known h4 {
	padding-left: 55%;
}
#daily img {
	vertical-align: middle;
}
#daily li .label {
	width: 60%;
	float:left;
}
#known li:nth-child(5) .label {
	position: relative;
	bottom: 8px;
}
#interstate, #overseas, #case, #testing {
	width: 18%;
	float:left;
}
#case h3, #testing h3 {
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	background: #2E5299;
	margin: 0px;
}
#interstate h3, #overseas h3, #case h3, #testing h3 {
	padding: 24px 8px;
}
#local ul, #interstate ul, #overseas ul, #case ul, #testing ul {
	margin: 0;
	padding:0;
}
#local li, #unknown li, #interstate li, #overseas li, #case li, #testing li {
	width: 100%;
	float:none;
	padding: 16px 8px !important;
	box-sizing:border-box;
}
#daily li:nth-child(2), #daily li:nth-child(3), #daily li:nth-child(4), #daily li:nth-child(5) {
	float:none;
	width: 100%;
	margin-top: 0;
}
#daily li:nth-child(odd){
	background-color: #f4f4f7;
}
#local .number, #interstate .number, #unknown .number, #overseas .number, #case .number, #testing .number, #daily li:nth-child(2) .number, #daily li:nth-child(3) .number {
	font-size: 18px;
	display: inline;
	margin: 0;
}
#interstate .label, #overseas .label, #case .label, #testing .label, #unknown .label {
	display:none;
}
#cases h3, #contacts h3, #source h3, #tests h3, #local h3, #interstate h3, #overseas h3{
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	background: #2E5299;
	margin: 0;
}
#total ul, #daily ul, #cases ul, #contacts ul, #source ul, #tests ul, #local ul, #interstate ul, #overseas ul{
	border-top: 6px solid #0085B3;
	list-style: none;
	text-align: center;
	font-weight: bold;
}
.easy-button-button{
	width: 120px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	padding-top: 0px !important;
}
.easy-button-button .button-state {
	top: 4px !important;
}
#locations {
	clear:both;
	margin-top: 32px;
}
#locations div {
	width: 48%;
	float:left;
	clear: none;
	font-size: 14px;
}
#locations div:first-of-type {
	margin-right: 32px;
}
.cases .moh-rteTableHeaderRow-6 th, .vax-update .moh-rteTableHeaderRow-6 th {
	font-size: 18px;
	padding: 16px;
	text-align: center;
}
.cases td, .vax-update td {
	font-size: 18px;
	padding: 16px 8px;
	text-align:center;
}
.cases tr > td:first-of-type, .vax-update tr > td:first-of-type {
	font-size: 16px;
	font-weight:bold;
	padding: 16px;
	text-align:left;
}


@media only screen and (max-width:1024px) {

	/*Landing page */
	
	.statistics, .vax {
		width: 100%;
	}
	
	/*Dashboard layout */
	.active-cases li {
		width: 100%;
		margin: 10px 0px !important;
	}
	#daily {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#local, #interstate, #overseas, #case, #testing{
		width: 100%;
		margin-bottom: 16px;
	}
	#interstate .label, #overseas .label, #case .label, #testing .label {
		display: inherit !important;
		width: 50% !important;
	}
	#locations div {
		width: 100%;
		float:none;
	}
	#locations div:first-of-type {
		margin-right: 0px;
	}
}
@media only screen and (max-width:1254px) {
	.statistics ul li {
		width: 46%;
	}
}
@media only screen and (max-width:768px) {
	/*Landing page */
	.statistics, .topics, .quick-links, .enquiries, .quick-links .group {
		width: 100%;
		margin-left: 0;
	}
	.statistics ul li {
		width: 98%;
		min-height:auto;
		padding: 16px !important;
		font-size: 16px;
	}
	.statistics ul li:last-of-type {
		margin-top: 0;
	}
	.resources img, .resources .text {
		position: relative;
		width: auto;
		left: 0;
		top: 0;
	}
	
	/*Map fixes */
	.leaflet-bottom.leaflet-left{
		bottom: 30px;
	}
	.legend i{
		width: 16px !important;
	}
	.legend label{
		width: 16px !important;
		float:left;
		margin-right: 10px;
	}
	.legend label:first-of-type{
		margin-left: 5px;
	}
	/*Dashboard*/
	.vax-update .moh-rteTableHeaderRow-6 th {
		font-size: 16px;
		padding: 16px 8px;

	}
	.vax-update td {
		font-size: 22px; 
		padding: 16px 8px;
	}
}