.flat .dcdTwoFactorWizardOuter {
    width: 600px;
    height: 450px;
}

.flat .dcdTwoFactorWizardPage {
    height: 360px;
    overflow: hidden;
}

.flat .dcdTwoFactorWizardContent {
    padding: 15px 20px 0;
    height: 285px;
}

.flat .dcdTwoFactorWizard .dijitStackContainer-child {
    font-size: 1.25em;
    padding: 0;
}

.flat .dcdTwoFactorWizardButtons {
    padding: 6px;
}

.flat .dcdTwoFactorWizard .step {
    padding: 10px 5px;
    white-space: nowrap;
    background-color: #fafafa;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 1px;
}

.flat .dcdTwoFactorWizard .step.current {
    background-color: white;
    border-bottom-color: black;
    border-right-color: black;
}
