/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13/10/2016, 16:18:23
    Author     : santista
*/

.tr {
    height: 40px;
}
.tr:hover {
    background-color: #ccc;
    cursor: pointer;
}

.botoes1 { width: 100px;height: 50px; }
.botoes2 { width: 100px;height: 50px; color: #F00; }
.textfields {border-radius:5px; height:30px;font-size:14px;}