﻿@charset "utf-8";
/*@table-bg-hover:                #f5f5f5;*/
/*@font-family-alternate: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;*/
@media print {
  /* ---------------------------------------------------------------
	 * Hide Content
	  --------------------------------------------------------------- */
  .form,
  .alert,
  a[href^="#"] {
    display: none !important;
  }
  #Header,
  #MenuNavBar,
  #SiteMapPathSection,
  #SearchFilterToolBar,
  #EntityListSearchForm,
  #EntityListFilterForm,
  #EntityListToolBar,
  #HasSearchFilterMessage,
  #Footer {
    display: none !important;
  }
  html,
  body {
    border-top: none !important;
  }
  /* ---------------------------------------------------------------
	 * No Content
	  --------------------------------------------------------------- */
  a.no-content-after:after {
    content: "";
  }
  /* ---------------------------------------------------------------
	 * Add Content
	  --------------------------------------------------------------- */
  /* append url to links */
  /*#Content a:link:after,
	#Content a:visited:after {
		content: " [" attr(href) "] ";
		font-size: 90%;
	}*/
  /* remove appended link information for: */
  /*#Content a[href^="/"]:after,
	#Content a[href^="."]:after,
	#Content a[href^="http://sandspromotions.com.au"]:after,
	#Content a[href^="http://www.sandspromotions.com.au"]:after {
		content: " ";
	}*/
  /* ---------------------------------------------------------------
	 * Tables
	  --------------------------------------------------------------- */
  .table thead > tr > th,
  .table tbody > tr > th,
  .table th,
  .table tbody > tr > th,
  .table tbody > tr > td,
  .table td,
  .table tfoot > tr > td {
    padding: 10px 20px 10px 20px;
  }
  .table tfoot tr td {
    font-size: 18px;
  }
  .table-entity-list th a[href]:after {
    content: "";
  }
  .table-entity-list h5 {
    margin-bottom: 5px;
  }
  .table-entity-list .entity-list-summary {
    font-size: 9.6px;
    line-height: 1;
  }
}