input.fc_button {
    background-color: #ff0000;
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    background-color: #ff0000;
}
li {
    line-height: 30px;
}
.quadrato {
	width: 15px;
    height: 15px;
    background: rgb(201,210,42);
    float: left;
    margin-right: 20px;
    margin-top: 15px;
}
div.content-category h2{
color: #c9d22a;
    margin-top: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 34px;
}
a:hover{
  text-decoration:none;
}
.table td{
	line-height:40px !important;
  	font-size:26px !important;
}