header, footer, #headwrapper, #footer {
	display: none;
}
#outershell {
	padding-left: 20px;
    padding-bottom: 0 !important;
    min-height: 0 !important;
}
body, html {
	/*height: 100%;*/
	min-width: 0;
	overflow-x: hidden;
}
#step_overview_box {
	top: 20px;
}
#ts_overlay_message
{
    height:auto;
    width:auto;
    margin-top:auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


