div[class*="step-"]>h1{
    background: #333;
    color:#fff;
    padding: 20px;
    margin: 0 !important;
}
.part>h2{
    background: #666;
    font-size: 25px;
    color:#fff;
    padding: 10px;

}
div[class*="step-"]{
    display: none;
}
.setPartial,.setWidget{
    vertical-align: bottom;
}
.fixed-bottom{
    position: fixed;
    bottom: bottom;
    background: #333;
    text-align: center;
    padding: 5px 5px;
}