.install-container .step-container div.steps:not(:first-of-type) {
    display: none;
}

.install-container {
    margin-top: 100px;
}

.next-button {
    float: right;
    margin-bottom: 25px;
}
.previous-button {
    float: right;
    margin-bottom: 25px;
    margin-right: 10px;
}

.result {
    text-align: center;
    display: block;
}

.desc {
    display: none;
}

.web-server-notes {
    margin-bottom: 10px;
}

.webserver-callback-status div {
    display: none;
}

.database-callback-status div {
    display: none;
}
.environment-callback-status div {
    display: none;
}
.migrations-callback-status div {
    display: none;
}
input#migrations-form-submit {
    display: none;
}
.loading-indicator {
    position: absolute;
    left: 50%;
    top: 45%;
}
.loading-indicator-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #eee;
    opacity: 0.8;
    display: none;
    z-index: 100;
}
.install-container .step-container .steps {
    position: relative;
}

.webserver-requirements-total div {
    display: none;
}
.database-requirements-total div {
    display: none;
}
.environment-requirements-total div {
    display: none;
}