﻿@media print {
  header,
  #header-container,
  #subtitle,
  #subsubtitle,
  #change_priority,
  #event-detail-action,
  #MainContent_MainContent_NotesPanel,
  #UploadPanel,
  .black-line,
  #UpdateEventButtonContainer,
  .top,
  #slide-contact-container,
  #footer_push {
    display: none;
  }
  #subject {
    background: transparent;
    color: #333333;
  }
  .event-detail-container #event-body {
    background: white;
    height: auto;
    overflow: auto;
  }
  #main-container {
    padding: 0;
  }
  #footer-company,
  #footer-copyright {
    background: white;
    color: black;
    padding-bottom: 0;
  }
  #footer {
    height: auto;
  }
  #content_container {
    height: auto;
    min-height: auto;
    margin: auto;
  }
}
