body { padding-bottom: 70px; }

.card-header {
    cursor: pointer;
    border-bottom: none;
}
.card {
    border: 1px solid #ddd;
    margin-top: 10px;
}
.card-body {
    border-top: 1px solid #ddd;
}

h3  {
    padding-left: 48px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    margin: 10px;
    text-decoration: none;
}

#progressBar {
    width: 100%;
    height: 22px;
  }
  
#progressBar div {
    height: 100%;
    text-align: right;
    padding: 0 10px;
    line-height: 22px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    box-sizing: border-box;
}

.accordion-toggle:hover {
    text-decoration: none;
}
