<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* $Id: employ.css,v 1.5 2016/02/11 14:53:31 jtorborg Exp $ */

/**************/
/* employment */
/**************/

#jobTplContainer {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

#btn_online_application {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 1;
}

#btn_online_application a {
    height: 63px;
    width: 217px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
}

@media (max-width: 1024px) {
    #btn_online_application {
        position: relative;
    }
}

@media (max-width: 480px) {
    #btn_online_application a{
        width: auto;
    }
}</pre></body></html>