#hcpub-lndryviw-status-devicestatus .device-type-washer-drier {
    background-color: #478ECB;
    color: white;
}

#hcpub-lndryviw-status-devicestatus .device-type-washer {
    background-color: #478ECB;
    color: white;
}

#hcpub-lndryviw-status-devicestatus .device-type-drier {
    background-color: #E89430;
    color: white;
}

#hcpub-lndryviw-status-devicestatus .site-header {
    background-color: white;
    justify-content: space-between;
    position: sticky;
    top: 0;
    transition: .5s;
    z-index: 99;
}

#hcpub-lndryviw-status-devicestatus .site-header-hide {
    top: -105px;
}
