
#header {

    font-size: 38px;
    width: 80%;
    height: 40px;
    background-color: #ffffff;
    color: #1f8037;
    text-indent: 10%;
    text-align: left;
    padding-top: 10px;
}

#super-header {
    background-color: #fff;
    text-align: center;
    box-shadow: 0 1px 0 rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3;
    height: 50px;
}

#text-header {
    padding-top: 20px;
    text-align: left;
    margin-left: 20%;
    font-size: 38px;
    color: #1f8037;
}

#content {
    box-sizing: border-box;
    background: white;
    border: 1px solid rgba(200, 215, 225, 0.5);
    padding-top: 0rem;
    max-width: 60%;
    margin: 0 auto 0 auto;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #1f8037 !important;
    background: #1f8037 !important;
}

#pwd {
    background: none;
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid #c6c6c6;
    line-height: 1.45;
    width: 390px;
    letter-spacing: 0.3em;
    padding-top: 0px;
}

#testButton, #saveAuthToken {
    margin-left: 4px;
    background: #1f8037;
    color: #ffffff;
    height: 35px;
    -webkit-appearance: button;
    border: 0px;
    border-radius: 4px;
    width: 120px;
}

#showToken {

    margin-left: 5px;
}

#showTokenLabel {

    font-weight: bold;
    font-size: 14px;
    margin-top: 0px;
    padding-top: 0px;
}