*  {
	margin:0;
	padding:0;
}
 
html, body {
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    height:100%;
    color:#555;
}
p{
    color:#555;
} 
.geral {
	min-height:100%;
	position:relative;
	width:100%;
}
 
.content {
    overflow:hidden;width:70%;   position: absolute;
    right: 50%;
    transform: translate(50%, 10%);
}
tbody>tr>th{
    text-decoration-style:none;
    background-color:#fff;
    font-weight: normal;
}
thead>tr>th{
    text-decoration-style:none;
    color:#fff;
    background-color:#234322;
}
.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;    
}