/*
	Name: style.css
*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial;
}

#container {
	display: block;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
}

#container img {
	border: 0px;
}

#container a {
	text-decoration: none;
	font-weight: bold;
}
#container a:visited, #container a:link, #container a:active {
}

#container header, #container footer {
	display: block;
}
#container header section {
	display: table;
	border-collapse: collapse;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
}
#container header section > * {
	display: table-cell;
	margin: 0px;
	padding: 5px 0px 0px 3px;
}

#container header section .icon {
	vertical-align: bottom;
	width: 300px;
}
#container header section .icon:first-child img {
	max-height: 62px;
}

#container header section .icon:last-child img {
	max-height: 32px;
}

#container header section .icon:last-child {
	padding-right: 20px;
	text-align: right;
	vertical-align: middle;
}
#container header section .icon:last-child a {
	display: inline-block;
	text-align: center;
	font-size: 8pt;
}

#container header section #text {
	vertical-align: middle;
	width: auto;
}
#container header section #text h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
    font-family: Tahoma;
    font-size: 28pt;
    font-weight: bold;
	text-shadow: 2px 1px 2px;
}
#container header nav, #container footer nav {
	display: block;
	margin: 0px;
	padding: 6px 10px 6px 0px;
	font-size: 8pt;
	text-align: right;
}
#container header nav a, #container footer nav a {
	display: inline-block;
}
#container footer section {
	display: table;
	border-collapse: collapse;
	padding: 5px 0px 10px 0px;
	text-align: center;
	font-size: 8pt;
	width: calc(100% - 2px);
}
#container footer section div {
	display: table-cell;
	width: auto;
	padding: 0px 5px 0px 5px;
}
#container footer section div:first-child {
	text-align: center;
	vertical-align: middle;
	width: 220px;
}
#container footer section div:first-child p {
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
}
#container footer section div:last-child {
	vertical-align: middle;
	width: auto;
	border-radius: 2pt;
}
#container footer section div:last-child h1 {
	font-size: 12pt;
}
#container footer section div:last-child p {
	font-size: 10pt;
}


#container .tooltip {
	display: inline-block;
	position: relative;
}
#container .tooltip > span:first-of-type {
	visibility: hidden;
	opacity: 0;
	transition: opacity 1s;

	display: inline;
	bottom: 125%;
	left: 50%;
	position: absolute;
	text-align: center;
	border-radius: 6px;
	padding: 3px 2px;
	z-index: 1;

	width: 90px;
	margin-left: -46px;
}
#container .tooltip > span:first-of-type::after {
	content: "";
	position: absolute;
	top: 100%;
    left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
}
#container .tooltip:hover > span:first-of-type {
	visibility: visible;
	opacity: 1;
}


#container header nav .tooltip > span:first-of-type, #container footer nav .tooltip > span:first-of-type {
	bottom: 180%;
	width: 100px;
	margin-left: -51px;
}

#content {
	display: table;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#menu, #outer {
	display: table-cell;
	margin: 0px;
	padding: 10px;
	vertical-align: top;
}

#menu {
	padding-left: 0px;
	width: 250px;
}

#menu p {
	display: block;
	margin: 0px;
	padding: 1px 0px 1px 0px;
	font-size: 8pt;
	text-align: left;
}
#menu p.title {
	padding-top: 10px;
	padding-left: 10px;
	font-weight: bold;
}
#menu p.title:first-child {
	padding-top: 0px;
}
#menu p.item {
	padding-left: 18px;
}
#menu p.item span {
	padding-right: 2px;
}
#menu a.cc {
	display: block;
	padding: 10px 0px 0px 10px;
	text-align: left;
}
#menu .cc img {
	max-height: 40px;
}

#outer {
	width: auto;
	position: relative;
}

#outer nav {
	display: table;
	position: absolute;
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
	width: calc(100% - 15px);
}
#outer nav:first-child {
	top: 10px;
}
#outer nav:last-child {
	bottom: 10px;
}
#outer nav div {
	display: table-cell;
	width: auto;
	text-align: left;
}
#outer nav > a {
	display: table-cell;
	text-align: right;
	width: 70px;
}
#outer nav div > a {
	display: inline-block;
}

#inner {
	display: table;
	position: static;
	margin: 25px 0px;
	padding: 0px;
	width: 100%;
}

#main, #panel {
	display: table-cell;
	padding: 0px;
	vertical-align: top;
}

#main {
	width: auto;
}
#panel {
	padding-left: 5px;
	width: 350px;
}
#panel aside h1 {
	margin: 0px;
	padding: 20px 0px 2px 0px;
	font-weight: bold;
	text-align: center;
	font-size: 12pt;
	text-align: center;
}

#panel aside:first-child > *:first-child {
	padding-top: 0px;
}

#container .question-circle {
	font-family: 'Font Awesome 5 Free';
}
#container .question-circle::after {
	content: "\f059";
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("https://www.legislation.wa.gov.au/legislation/prod/filestore.nsf/fa-regular-400.eot");
  src: url("https://www.legislation.wa.gov.au/legislation/prod/filestore.nsf/fa-regular-400.woff2") format("woff2");
  src: url("https://www.legislation.wa.gov.au/legislation/prod/filestore.nsf/fa-regular-400.woff") format("woff");
  src: url("https://www.legislation.wa.gov.au/legislation/prod/filestore.nsf/fa-regular-400.ttf") format("truetype");
}
