.tdloan-page #step_tabs_container {
    width: 75%;
    margin-left: 210px;
}

.tdloan-page #step_tabs_table {
    width: 100%;
}

.tdloan-page .tdloan-steps-row {
    text-align: center;
}

.tdloan-page .tdloan-step-tab {
    position: relative;
    border: 1px solid #ccc;
    padding: 5px;
    font-weight: bold;
    color: #999;
    height: 35px;
}

.tdloan-page .tdloan-step-tab--third {
    width: 33.33%;
}

.tdloan-page .tdloan-step-number {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    margin-left: 2px;
    font-size: 8px;
}

.tdloan-page .tdloan-step-description {
    display: none;
}
