/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21/06/2017, 12:47:53 PM
    Author     : luism
*/

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

@font-face{
    font-family: Galano-Grotesque;
    src: url(fonts/Galano-Grotesque.otf);
    font-style: normal;
} 

body {
  font-family: 'Galano-Grotesque',  Helvetica, sans-serif;
  /*background-image: url("../images/background.jpg");*/
}


@media print {
	
	body{
		margin-top: 0;
		padding-top: 0;
	}
	
	* {-webkit-print-color-adjust: exact;}
	
	.container {
	  width: auto;
	  font-size: small;
	  margin:0;
	  padding: 0;
	  font-size: smaller;
	}
	
	h6{
	  font-size: small;
	  margin:0;
	  padding: 0;
	}
	
	h4{
	  font-size: medium;
	  margin:0;
	  padding: 0;
	}
	
	.table-striped>tbody>tr>td,.table-striped>tbody>tr>th{
		padding: 0;
		margin:0;
	}
	
	.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #DBDBDB !important;
	}
	
}