/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 24 February 2018 19:01:27
*/


/* 
 * Print css - Vegas intranet
 * desc: Print only styles for all pages of the site
 * media="print"
 * auth: Bart Banda [Nov 2012]
 * updated: Martin [Oct 2013]
*/

/*hide the following elements from print*/
#search,
.social-links,
.header-right-col,
.mobile,
.calendar-nav,
#asides,
#navigation,
#left-col,
#footer{
    display: none !important;
}

.venue-details img {
  float: left;
  margin-right: 10px;
}
.venue-details .content #div {
  float: left;
}
.venue-details .content .info {
  display: block;
  clear: both;
}