/***************************************************************************************************
****************************************************************************************************

Project..... Vaughan Memorial Library website
Date........ Q2-2023
Developer... vincent.grovestine@acadiau.ca

****************************************************************************************************
***************************************************************************************************/



/*******************************************************************************
********************************************************************************
** PRINT: Override styles for printing
********************************************************************************
*******************************************************************************/

@media print {

  #header {
    border: none;
    padding: 2em 0 1em 0;
  }

  #footer {
    border: none;
  }

  #left,
  #right,
  #acadia_aux_nav,
  #top_nav,
  #bento_search,
  .tweet.pos_4 {
    display: none !important;
  }

  #main {
    display: block !important;
    float: none !important;
    width: 100% !important;
  }

}



/***************************************************************************************************
***************************************************************************************************/
