@font-face {
    font-family: Mark;
    font-weight: normal;
    src: url(https://media.amaysim.com.au/simple/cm/mark/MarkOT.woff2);
}

@font-face {
    font-family: Mark;
    font-weight: bold;
    src: url(https://media.amaysim.com.au/simple/cm/mark/MarkOT-Bold.woff2);
}

body {
    font-family: Mark, Arial, sans-serif;
    font-size: 15px;
    color: #603F66;
}

.logo-container img {
		width: 150px;
}

.component-container {

}

.component-container .name {
    font-weight: bold;
    color: #680991;
}

.updates-dropdown-container {
  display: none !important;
}

/* Hide the Past Incidents header */
#past-incidents {
  display: none !important;
}


/* Hide all content that comes after Past Incidents heading */
#past-incidents ~ * {
  display: none !important;
}


/* Enable to hide history section 
.history-footer-link { display:none; }
*/