body {background-color: #4CAF50;}

/* Full-width input fields */
.input_user[type=text], .input_password[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

input[type=text], [type=password], select {
    width: 100%;    
    display: inline-block;
    padding: 5px 0px;
    margin: 3px 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

input[type=submit] {width:100%;padding:5px}

/* Set a style for all buttons */
button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

select{width:100%; font-size:22;}

.TFtable
{
	border-collapse:collapse; width:100%;
}
.TFtable td{
	padding:7px; border:#dcdcdc 1px solid;
}
/* provide some minimal visual accomodation for IE8 and below */
.TFtable tr{
	background: #ebedef;
}
/*  Define the background color for all the ODD background rows  */
.TFtable tr:nth-child(odd){
	background: #ebedef;
}
/*  Define the background color for all the EVEN background rows  */
.TFtable tr:nth-child(even){
	background: #ffffff;
}

