.wizard,.tabcontrol{
    display: block;
    width: 100%;
    overflow: hidden;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.wizard>.steps {
    position: relative;
    display: block;
    width: 100%;
}
.wizard ul, .tabcontrol ul {
    list-style: none!important;
    padding: 0;
    margin: 0;
}
.wizard>.steps>ul>li, 
.wizard>.actions>ul>li {
    float: left;
}
.wizard>.steps>ul>li {
    /*width: 25%;*/
    /*width: 15em;*/
}
.wizard ul>li, .tabcontrol ul>li {
    display: block;
    padding: 0;
}
.wizard>.steps .current a, .wizard>.steps .current a:hover, .wizard>.steps .current a:active {
    /*background: #2184be;*/
    background: #135775;
    color: #fff;
    cursor: default;
}
.wizard>.steps a, .wizard>.steps a:hover, .wizard>.steps a:active {
    display: block;
    /*width: auto;*/
    /*margin: 0 .5em .5em;*/
    padding: 1em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 0.7em;
    margin-right: 0.5em;
    background-color: #eee;
    color:#999;
    height: 4.3em;
    width: 10em;
}
.wizard a, .tabcontrol a {
    outline: 0;
}
.wizard>.steps .current-info, .tabcontrol>.steps .current-info {
    position: absolute;
    left: -999em;
}
.wizard>.steps .current a, .wizard>.steps .current a:hover, .wizard>.steps .current a:active {
    /*background: #2184be;*/
    background: #135775;
    color: #fff;
    cursor: default;
}
.wizard>.steps .step-number {
    font-size: large;
    font-weight: bold;
}

.wizard>.content {
    display: block;
    min-height: 35em;
    overflow: hidden;
    position: relative;
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.content .main>section h3 {
    font-size: 2em;
}
.wizard>.content>.title, .tabcontrol>.content>.title {
    position: absolute;
    left: -999em;
}
.wizard>.content>.body {
    float: left;
    /*position: absolute;*/
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
    margin-top: 1em;
}
.wizard>.actions>ul {
    display: inline-block;
    text-align: right;
}
.wizard>.actions>ul>li {
    margin: 0 .5em;
}
.wizard>.actions .disabled a, .wizard>.actions .disabled a:hover, .wizard>.actions .disabled a:active {
    background: #eee;
    color: #aaa;
}
.wizard>.actions a, .wizard>.actions a:hover, .wizard>.actions a:active {
    /*background: #2184be;*/
    background: #135775;
    color: #fff;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wizard>.steps .disabled a, .wizard>.steps .disabled a:hover, .wizard>.steps .disabled a:active {
    background: #eee;
    color: #aaa;
    cursor: default;
/*    height: 4.3em;
    width: 12em;*/
}
ol>li, ul>li {
    line-height: 1.5em;
}
.clearfix {

}
