.wizard>.content>.title, .tabcontrol>.content>.title {
    position: absolute;
    left: -999em;
}
.wizard, .tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden;
}
.wizard ul, .tabcontrol ul {
    list-style: none!important;
    padding: 0;
    margin: 0;
}
.wizard>.steps {
    position: relative;
    /* display: block; */
    display: none;
    width: 100%;
}
.wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}
.wizard>.actions>ul {
    display: inline-block;
    text-align: right;
}
.wizard>.actions .disabled a, .wizard>.actions .disabled a:hover, .wizard>.actions .disabled a:active {
	display: none;
    background: #eee;
    color: #aaa;
}
.wizard>.actions a, .wizard>.actions a:hover, .wizard>.actions a:active {
    background: #2184be;
    color: #fff;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wizard>.actions>ul>li {
    margin: 0 0 0 .5em;
}
.wizard>.steps>ul>li, .wizard>.actions>ul>li {
    float: left;
}
.wizard ul>li, .tabcontrol ul>li {
    display: block;
    padding: 0;
}