/*** TREE ***/

.ccssccro2_container {overflow-x: auto;}
.ccssccro2_container .informations {margin: 1em 0;}


.ccssccro2_container table {border-collapse: collapse; border-spacing: 0; min-width: 400px;}
.ccssccro2_container table th,
.ccssccro2_container table td {border: solid 1px #000; text-align: center; vertical-align: middle; padding: 1em; empty-cells: hide;}

.ccssccro2_container table th {background: #deebf7;}
.ccssccro2_container table tr:nth-child(1) th {background: #9dc3e6;}
.ccssccro2_container table tr:nth-child(2) th {background: #9dc3e6;}
.ccssccro2_container table tr:nth-child(3) th {background: #bdd7ee;}
.ccssccro2_container table td.high {background: yellow;}
.ccssccro2_container table td.highest {background: orange;}

.ccssccro2_container table th.high {background: yellow;}
.ccssccro2_container table th.highest {background: orange;}

.ccssccro2_container table td:empty {border: 0;}

@media screen and (max-width: 767px) {
    .ccssccro2_container table {font-size: 0.8em;}
    .ccssccro2_container table th,
    .ccssccro2_container table td {padding: 0.5em;}
}
@media screen and (max-width: 500px) {
    .ccssccro2_container table th,
    .ccssccro2_container table td {padding: 0.2em;}
}