﻿ .tableData_frl {
        display: block;
        background-color:#eaeaea;
        border:1px solid #ccc;
    }
.rowData_frl {
            display: block;
            float:none;
        }
         .cell-data_frl {
                float:left;
                 max-width:250px;
                 min-height:22px;
                 padding:10px;
            }

               .cell-data_frl select {
                     min-width:100px;
                    max-width:200px;
                    width:200px; 
                }
               .cell-data-text_frl input[type='text'],
              .cell-data_frl input[type='text'] {
                    min-width:150px;
                    max-width:250px;
                    width:200px;
                }

.cell-data-text_frl {
    width:100%;
    padding:10px;
}

    .cell-data-text_frl button {
        max-width: 100px;
        display: inline-block;
        margin-right: 25px;
        background-color: green;
        color: #fff;
        float: right;
        min-height: 28px;
        font-weight: bold;
        margin-top: -3px;
        cursor: pointer;
    }
        .cell-data-text_frl button:hover {
             background-color: #4cff00;
        }


#giorno_di_lavoro {
    max-width:110px;
}