
#logoutDiv {
    text-align: right;
}

#CurrentLocalAddressTextBox {
    background-color: white;
}

.progressBar > img {
    display: inline;
}

.progressBarSmall > img {
    display: initial;
    padding: 0 5px;
}

.main_content_box {
    background-color: #ffffff;
    padding: 25px 32px 40px 32px;
    color: #333;
}

    .main_content_box input[type=submit], .main_content_box input[type=button] {
        background-color: #006c9b;
        cursor: pointer;
        display: inline-block;
        border: 0;
        font-size: 1.05rem;
        color: #fff;
        /*width: 100%;*/
        padding: .5rem;
        border-radius: 4px;
        border: 1px solid #006c9b;
        height: auto
    }

    .main_content_box input[type=submit]:hover, .main_content_box input[type=button]:hover {
        background-color: #164d6d;
    }

.enter-info-table {
    display: table;
    padding: 1px;
    border: 1px;
    max-width: 575px;
}

.enter-info-row {
    display: table-row;
}

.enter-info-cell {
    display: table-cell;
    max-width: 230px;
}

.enter-info-cell input{
    width: 100%;
}

#uploadButton {
    background-color: #009b00;
    cursor: pointer;
    display: inline-block;
    border: 0;
    font-size: 1.05rem;
    color: #fff;
    margin: 20px 0 20px 30px;
    padding: .5rem;
    border-radius: 4px;
    border: 1px solid #006600;
    height: auto
}

#finish-button:hover {
    background-color: #660000;
}

.input-labels {
    width: 208px;
    max-width: 208px;
}

@media (max-width: 649px) {
    .progressBar {
        display: none;
    }

    .progressBarSmall {
        display: block;
    }
}

@media (min-width: 650px) {
    .progressBar {
        display: block;
    }

    .progressBarSmall {
        display: none;
    }
}


















