.btn-group-justified {
    display: table;
    width: 10%;
    table-layout: fixed;
    border-collapse: separate;
}

.navbar-inverse {
    background-color:#ed1c3c !important;
    border-color: #080808;
}

.btn-primary {
    background-image: -webkit-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));
    background-image: linear-gradient(to bottom,#2d485f 0,#2d485f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #245580;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #01487c;
    border: 1px solid #2d485f;
    border-radius: 4px;
    width: 25%;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 5px !important;
    border: 1px solid transparent;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100% !important;
    margin-bottom: 10px;
}

.input-group-addon:last-child {
    border-left: 0;
    width: 115px !important;
}

legend {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 0px !important;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 10px !important;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #01487c;
    border: 1px solid #2d485f;
    border-radius: 4px;
    width: 20%;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.wizard > .steps > ul > li {
    width: 16% !important;
}