/* Add here all your css styles (customizations) */

.wizard > .content {
    border: 1px solid #f5f5f5;
    background: #fff;
    margin: 0;
    margin-bottom: 15px;
    /* border-radius: 0; */
    background-clip: padding-box;
}

.timeline-wrapper .timeline-stop {
    position: absolute;
    width: 300px;
    height: 80px;
    background: red;
    border-radius: 0%;
    background-clip: padding-box;
    left: 50%;
    margin-left: -150px;
    border: 4px solid #eaeaf1;
    background: #fff;
    padding-top: 18px;
}

.header .branding {
  background: #71c5e4;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    height: auto;
}

.navbar-brand {
    margin-top: -30px;
}

.navbar-brand > img {
    height: 90px;
}

a.btn .fa {
    margin-right: 0px;
}