/*!
 * LAPE v1.0
 * Homepage: http://lape.it
 * Copyright 2015 Proprionoi
 * Based on Bootstrap and Bootswatch Paper and Bootswatch Yeti
*/


body, h1, h2, h3, h4, h5 {
  font-family: "Arial", sans;
}

/* Classi per PRINT */
.print #dati-revisione [class^='col-'] {
  border-bottom: solid 6px #000;
}

.print th {
  background-color: #000;
  color: #fff;
}
.print th.10 { width: "10%";}
.print th.15 { width: "15%";}
.print th.20 { width: "20%";}

.print .row {
  width: 100%;
  padding: 10px 0;
}
.print [class^='col-'] {
  float: left;
}
.print .col-xs-6 {
  width: 48%;
}
.print .col-xs-4 {
  width: 24%;
}
.print .col-xs-3 {
  width: 33%;
}
.print .col-xs-12 {
  width: 100%;
}
.print .img-responsive {
  width: 100%;
}