html body #contentWrapper{
    display: block !important;
}

html body #siteSidebar {
    display: none !important;
}

html body #siteNavHorizontal {
    display: none !important;
}

html body #siteNav {
    display: none !important;
}

html body #headerContent {
    display: none !important;
}

html body .nav.tabbable.nav-tabs:not(:first-child){
    display: none !important;
}

html body #basic fieldset:not(:first-child){
    display: none !important;
}

html body #basic fieldset:first-child .form-group:nth-child(4){
    display: none !important;
}

html body #basic fieldset:first-child .form-group:nth-child(6){
    display: none !important;
}

html body #alerts {
    position: relative;
}