#topContainer
{
    display: none;
}
#mainContainer
{
    border: 0;
    min-width: initial;
    border-top: none;
    background: none;
    position: inherit;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    overflow: auto;
}

#mainContent {
    overflow:auto;
}

.dc-form input[type="text"], .dc-form input[type="password"], .dc-form select {
    height:37px;
}

[data-section] {
    display: none;
}

.tour-button-wrapper {
    position:relative;
    top:65px;
}