body{
margin:5px;
} 
* {
font-family:calibri,arial;    
} 
.but {
	
	
	background-color: #EA1B25;
	
	
	display:inline-block;
	color:#fff;
	
	font-size:14px;
	
	font-style:normal;
	height:40px;
	line-height:40px;
	padding-left:5px;
    padding-right:5px;
	text-decoration:none;
	text-align:center;
	
}
.bold{
    font-weight:bold;
}
.smallbut{
height:20px;
line-height:20px;
font-size:11px;
}     
.clear{
 clear:both;   
    
}
label {
   font-size:12px; 
}
#pdvoffice-table * {
    font-size:12px;
    
}
#pdvoffice-table td{
    padding:5px;
}

#pdvoffice-table tr:nth-child(even) {background: #ededed}
#pdvoffice-table tr:nth-child(odd) {background: #FFF}
#pdvoffice-table tbody > tr:hover{
    background-color: #a59797;
    color:#fff;
}
#pdvoffice-table thead  td {
    height:40px;
    background-color: #EA1B25;
    color:#fff;
    font-weight:bold;
}

#pdvoffice-table thead  tr {
    
}





