/* Catch the header image no matter how formr wraps it */
img.header-image,
.header-image img,
#header img,
header img,
.run_header img {
  max-width: 180px !important;
  width: 180px !important;
  height: auto !important;
  display: block !important;
  margin: 10px 0 0 auto !important;
}

/* If the wrapper itself is what's being styled */
.header-image {
  max-width: 180px !important;
  width: 180px !important;
  margin: 10px 0 0 auto !important;
}

/* Remove huge top spacing */
.run_content,
#main-container,
.container,
.content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
/* Pull logo closer to title */
img.header-image,
.header-image img,
#header img,
header img,
.run_header img,
.header-image {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Pull title up */
h1 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
#header, header, .run_header {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* Hide progress bar */
.progress,
.progress-bar,
#progress,
.navbar .progress {
  display: none !important;
}