@charset "UTF-8";

#table_color + div table tr th {
    background-color: #DEF7F7;
}
#table_color + div table tbody tr:nth-child(1) td  {
    background-color: #FDFDFC;
}

#table_color + div table tbody tr:nth-child(even) td  {
    background-color: #ebf7f7;
}