
  
    /* Support page: remove extra spacer/airbrush gap above content without affecting tabs/icons */
  #bg-airbrush {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 0 !important;
    height: auto !important;
  }

  /* If the airbrush section is only a spacer (no children), hide it completely */
  #bg-airbrush:empty {
    display: none !important;
  }
  
  ul#support-quicklinks li img {
	opacity:1 !important;
  }
