/* Add here all your css styles (customizations) */

@media print
{
body * {
    visibility: hidden;
  }
  .toBePrinted, .toBePrinted * {
    visibility: visible;
    color: #111111;
  }
  .toBePrinted {
    position: absolute;
    left:0px;
    top: 15px;
  }   
   span.print-span {
   		font-size: 12px;
   }
  .u-table--v2 td, .u-table--v2 th {
  	padding: 5px;
  }
}

@page {
  size: A4 portrait;
	margin: auto;
}

.table-space {
	margin-top: 20px;
}

a {
  color: #333333; 
  }

a:hover {
	color: #3398dc;
}