*  {
	margin:0;
	padding:0;
}
 
p{
    color:#555;
} 
.geral {
	min-height:100%;
	position:relative;
	width:100%;
}
 
.content {
    overflow:hidden;width:99%;   position: absolute;
}
tbody>tr>th{
    text-decoration-style:none;
    background-color:#fff;
    font-weight: normal;
}
thead>tr>th{
    text-decoration-style:none;
    color:#fff;
    background-color:#3a5d3a;
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}
.disable{
    background-color:#f7f7f7;
}
tbody .model:hover > th{
    background-color: #f2fff2;
    cursor:pointer;
}
#detalhes{
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}
li{
    margin-top:5px;    
}
td, th {
    padding: 6px;
}

