
#table {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#table td, #table th {
    border: 1px solid #ddd;
    padding: 8px;
    height: 30px;
    text-align: center;
}

#table tr:nth-child(even){background-color: #f2f2f2 !important; }

#table tr:hover {background-color: #ddd !important; }

#table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #4CAF50 !important;
    color: white;
}


table.report {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    color: black;
}



table.report td, .report th {
    border: 1px solid #ddd;
    padding: 8px;
    height: 30px;
    text-align: center;
}

td.first, td.first {
    background-color: #00FF00 !important;

}

td.second, td.second {
    background-color: #00DD00 !important;

}

td.third, td.third {
    background-color: #FFFF00 !important;

}

td.fourth, td.fourth {
    background-color: #FF0000 !important;

}


.report th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #4CAF50 !important;
    width: 100;
    color: white !important;
}

#chart_div {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-top: 50; 
}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;

    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 100%;
    background-color: #DDAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #FFa049;
}

.divadd {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}
