.logout-button{
    width: 100%;
    height: 2.3em;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #bfce28;
    border-bottom-color: #404040;
    color: #000000;
    text-shadow: 1px 1px 1px #ffffff;
    font-size: 1.3em;
    text-decoration: none;
    cursor: pointer;
    background: #CBDB2A;
}

.logout-button:hover:enabled {
    background-color: #d5e72d;
    border-color: #cfdf2b;
    border-bottom-color: #404040;
}