.nav-button {
    color: #FFFFFF;
    background-color: #326395;
    font-weight: 700;
    font-size: 14px;
    padding: 16px;
    border-color: #0b2f58;
    border-radius: 3px;
    cursor: pointer;
    width: 200px;
}

    .nav-button:hover {
        background-color: rgba(135, 135, 135, 0.50);
        cursor: pointer;
}

.mainmenu-button {
    position: fixed;
    top: 150px;
    left: 3px;
}

.top-button {
    position: fixed;
    top: 200px;
    left: 3px;
}

.w9-button {
    position: fixed;
    top: 250px;
    left: 3px;
}

.eft-button {
    position: fixed;
    top: 300px;
    left: 3px;
}

.slstax-button {
    position: fixed;
    top: 350px;
    left: 3px;
}

.scopes-button {
    position: fixed;
    top: 400px;
    left: 3px;
}

.ack-button {
    position: fixed;
    top: 450px;
    left: 3px;
}

.upld-button {
    position: fixed;
    top: 500px;
    left: 3px;
}

.appsave-button {
    position: fixed;
    bottom: 3em;
    left: 3px;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    padding: 1em;
    color: #fff;
    background-color: #326395;
    border-color: #0b2f58;
    border-radius: 3px;
    cursor: pointer;
}

    .appsave-button:hover {
        background-color: #AF272F;
        cursor: pointer;
    }

.appsubmit-button {
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    padding: 1em;
    color: #fff;
    background-color: #326395;
    border-color: #0b2f58;
    border-radius: 3px;
    cursor: pointer;
}

    .appsubmit-button:hover {
        background-color: #AF272F;
        cursor: pointer;
    }



.disabled-appsubmit-button {
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    padding: 1em;
    color: #fff;
    background-color: #637585;
    border-color: #637585;
    border-radius: 3px;
}

    .disabled-appsubmit-button:hover {
        color: #ffffff;
        text-decoration: none;
        cursor: not-allowed;
    }