/*.wizard>.steps>ul>li {*/
    /*width:33%;*/
/*}*/

.wizard .content {
	min-height: 100px;
}
.wizard .content > .body {
	width: 100%;
	height: auto;
	padding: 15px;
	position: relative;
}

.vcenter {
	padding-top: 15%;
}


.custom-well {
  min-height: 20px;
  padding: 7px;
  /*margin-bottom: 20px;*/
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.progress-bar {
    font-size: 20px;
    line-height: 40px;
}
.progress.big-bar {
    height:40px;
}

.label.label-block {
    display: block;
}

p.lead {
    color:#333;
    font-size:18px;
    text-transform: lowercase;
}

h4 small {
    color:#777;
    text-transform: uppercase;
}
