html,body {
           min-width:1400px;
}

body { 
  color : #000000; 
  background : #ffffff; 
  font-family : Arial;
  font-size : 12pt; 
}

a { 
  text-decoration : underline; 
  color : #0000ff; 
}

a:link:after, a:visited:after {
content: "";
font-size: 70%;
}

nav, sidebar, footer, header, aside, #intro { 
  display : none; 
}


.faces {

 width:200px;height:300px;margin:4px;border:2px solid #CCC;padding:2px;float:left;text-align:center;font-size:16pt;

}

.faces img {
 width:200px;

}

td {

 font-family:Arial;
 font-size:9px;
 padding:4px;  
}

th {

 font-family:Arial;
 font-size:10px;
 font-weight:bold;
 background:#BBB;
 color:#000;

}

table {

 border:2px solid #000;

}

.filters {

 font-family:Arial;
 font-size:9px;

}

.filters div { margin-left:5px; }


#from {width:80px;}
#to {width:80px;}

#calculation {width:100px;}
#service {width:70px;}
#doreport{display:none;}