html {
    height: 100%;
  }
  
  .navbar-logo {
      height: 60px;
      float:left;
  }
  
  .navbar-brand {
    line-height: 60px;
    padding: 10px 15px;
  }
  
  .footer .logos img {
    height: 60px;
    margin: 20px 5px;
  }
  
  .footer {
    margin-top: 20px;
  }
  
  .skinny {
    max-width: 1150px;
  }
  
  @media (min-width: 768px) {
    .navbar-logo {
      margin-right: 20px;
    }
    .starter-template {
      padding: 30px 15px;
    }
    .feedback {
      float: right;
    }
  
    .progressbar {
        min-width: 350px;
    }
  }
  
  @media (max-width: 768px) {
    .navbar-logo {
      margin-right: 10px;
    }
    .starter-template {
      padding: 10px 5px;
    }
    .feedback {
      margin-top: 20px;
    }
  }
  
  .progressbar {
    padding: 10px;
    border: 0px;
    margin: 0px;
  }
  
  .progressbar .complete {
    background: url('/static/admin/img/progress.png');
  }
  
  .progressbar .empty {
    background: url('/static/admin/img/empty.png');
  }
  
  .progressbar div {
    background-repeat: no-repeat !important;
    float: left;
  }
  
  @media (max-width: 768px) {
    .btn-block-mobile {
      width: 100%;
      display: block;
      margin-bottom: 5px;
    }
  }


legend {
  padding-bottom: 0px;
}

ul {
  list-style-type:none;
  margin-left: 0px;
}

h1  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 50px;
  color: red;
  display:inline;
}
/*
section2 {
  margin: 0 auto;
  width: 800px;
} */



.ib-fix li { display:-moz-inline-box; -moz-box-orient:vertical;
  display:inline-block; vertical-align:top; word-wrap:break-word; }
* html .ib-fix li { display:inline; }
* + html .ib-fix li { display:inline; }
.ib-fix li > * { display:table; table-layout:fixed; overflow:hidden; }

span.special_class {
  color: red;
}