﻿@charset "utf-8";
/*@table-bg-hover:                #f5f5f5;*/
@media print {
  /* ---------------------------------------------------------------
	 * Hide Content
	  --------------------------------------------------------------- */
  .form,
  a[href^="#"] {
    display: none;
  }
  #Header,
  #MenuNavBar,
  #SiteMapPathSection,
  #SearchFilterToolBar,
  #EntityListToolBar,
  #Footer {
    display: none;
  }
  html,
  body {
    border-top: none;
  }
  /* ---------------------------------------------------------------
	 * 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;
  }
  .table tfoot tr td {
    font-size: 17px;
  }
  .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;
  }
}