/*body{*/
    /*margin-top:40px;*/
/*}*/

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    /*top: 14px;*/
    /*bottom: 0;*/
    /*position: absolute;*/
    /*content: " ";*/
    /*width: 100%;*/
    /*height: 1px;*/
    /*background-color: #ccc;*/
    /*z-order: 0;*/
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 55px;
    height: 55px;
    text-align: center;
    padding: 6px 0;
    font-size: 18px;
    line-height: 1.428571429;
    border-radius: 27.5px;
    padding-top: 12.5px;
}

#parent {
    text-align:center;
    /*background-color: #f4f4f4;*/
    height:400px;
    width:600px;
}

.block {
    height:100px;
    width:200px;
    text-align:left;
}

.center {
    margin:auto;
    /*background-color:green;*/
}

.left {
    margin:auto auto auto 0;
    /*background-color:red;*/
}

.right {
    margin:auto 0 auto auto;
    /*background-color:yellow;*/
}