@font-face {
    font-family: 'adonline-PBR';
    src: url('https://www.adonline.id.au/assets/v4/fonts/ad/adonline-pbr-webfont.woff2');
    src: url('https://www.adonline.id.au/assets/v4/fonts/ad/adonline-pbr-webfont.woff') format('woff'),
        url('https://www.adonline.id.au/assets/v4/fonts/ad/adonline-pbr-webfont.ttf') format('truetype'),
        url('https://www.adonline.id.au/assets/v4/fonts/ad/adonline-pbr-webfont.svg#adonline-PBR') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'hazchem';
    src: url('https://www.adonline.id.au/assets/v4/fonts/ad/HazChem.woff2') format('woff2');
    src: url('https://www.adonline.id.au/assets/v4/fonts/ad/HazChem.woff') format('woff'),
        url('https://www.adonline.id.au/assets/v4/fonts/ad/HazChem.ttf') format('truetype');
    font-display: swap;
}

.pbr {
	font-family: 'adonline-PBR';
}

.hazchem {
    font-family: 'hazchem' !important;
}

.hazchem-grid {
    display: grid;
    grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
}

.hazchem-grid-item {
    font-size: 3em !important;
    margin: 0.2em !important;
    padding: 0 !important;
    text-align: center !important;
}

@media (min-width:300px) and (max-width:800px){
.hazchem-grid-item {
    font-size: 1.5em !important;
    text-align: center !important;
    }
}

@media (max-width:299px){
.hazchem-grid-item {
    font-size: 0.6em !important;
    text-align: center !important;
    }
}

.download-button {
    font-family: 'Roboto Slab', Arial, sans-serif !important;
    font-size: 2em !important;
    color: white;
    padding: 0.3em;
    text-align: center;
    height: auto;
    width: 8em;
    cursor: pointer;
    display: block;
    position: relative;
    border-radius: 5px;
    border: solid 1px #44b806;
    background-image: linear-gradient(to bottom, rgb(68, 184, 6) 0%, rgb(6, 26, 1) 100%);
    margin: 1.5em auto 1.5em auto;
}
.download-button a:hover, .download-button a:active, .download-button a:link, .download-button a:visited {
	background: none;
	text-decoration: none;
	background-color: none;
	color: white !important;
	margin-right: 0.5em;
}
.download-button img {
    margin: 0 0.5em 0 0.5em;
}
.generic-grid-cell .download-button {
    font-size: 1em !important;
}