/*
Author: Eaglix S.r.l.
Author URI:http://www.eaglix.com/
Version: 3.0
*/

@media print {
	body{
		width: 90%;
		position:absolute;
		top:0px;
		bottom:0px;
		margin: auto;
		margin-top: 0px !important;
		border: 0px;
	}


	table{
		width: 85%;
		position:relative;
		top: 0px;
		left: 0px;
		padding: 0px;
		border-width: 0px 1px 1px 0px;
		border-style: solid;
		border-color: grey;
		border-collapse: separate;
		border-spacing: 0px;
		margin: 0px auto;
		font-size: 12px;
		text-align: left;
		background-color: none;
	}


	td{
		padding: 5px 7px 5px 7px;
		border-width: 1px 0px 0px 1px;
		border-style: solid;
		border-color: grey;

		margin: auto;
		margin-top: 0px !important;
		border: 0px;
	}

  .noprint {
    display: none !important;
  }
}
