	@page
	{
	    size: auto;   /* auto is the initial value */

	    /* this affects the margin in the printer settings */
	    margin: 5mm 5mm 5mm 5mm;
	}

	body, #wrapper, #container, #mainContain {
		color: #000000 !important;
		background-color: #ffffff !important;
		font: 1em Georgia, "Times New Roman", Times, serif;
		color: #000;
		margin:0px;
		padding:0pc;
	}

	a:link {
		color: #0000cc!important;
		text-decoration: underline !important;
	}
	a:visited {
		color: #0000cc!important;
		text-decoration: underline !important;
	}

	#topad{ display: none; }
	#locale-setting{ display: none; }
	#nav-main-top{ display: none; }
	#topmenushadow{ display: none; }
	.ad{ display: none; }
	.thin-column{ display: none; }
	#footer{ display: none; }
	.alert{ display: none; }
	.noprint{display: none; }
	.sportnik-panel.expandable-panel{display: none;}
	.sportnik-panel.expandable-panel.expanded{display: block;}

	table{
		table-layout: auto !important;
	}
	table
	{
	border-spacing: 0;
	border: 1px solid black !important;
	width:100% !important;
	text-align:left !important;
	font-size: 8pt !important;
	text-align:center;
	float:none;
	display: table;
	margin:0px;
	}

	tr{
		width:100% !important;
		float:none;
		display: table-row !important;
	}

	th, td{
		float:none;

	}

	th.action, td.action{
		display: none;
	}

	tr.hidden-tr{
		display: none !important;
	}

	.btn{
		display: none;
	}

	input, select{
		display: none;
	}

	.filter-options .filter-btn.btn-info{
		display: block;
		background-color: transparent;
		border:0px;
	}

	.sportnik-panel{
		border:1px solid #000;
		margin:10px;
	}

	.sportnik-panel-head{
		-webkit-print-color-adjust: exact;
		background-color: #000 !important;
		color: #fff !important;
		border-bottom:1px solid #000;
	}


	#admin-status-clone, #admin-status{
		display: none;
	}

	.addressList tbody tr.oddRow, tr.oddRow td{
		background:#ddd !important;
		-webkit-print-color-adjust: exact;
		-moz-print-color-adjust: exact;
	}

	#index-top-header,
	.index-footer{
		display:none;
	}

	.printOnly{
	  	display: inline;
	}