/* CSS Document */
.old_school,
.wok_school {
    padding: 20px;
}
p.title {
    font-size: 16px;
    font-weight: 500;
}
.notes_contant {
    display: table;
}
.wok_school .notes {
   
}
.notes_contant table tr > td.key {
    height: 80px;
    width: 80px;
}
.notes_contant span {
    display: table-cell;
    padding: 0 20px;
}
.note_rouge {
    background: red;
    color: white;
    border-radius: 50%;
}
.note_orange {
    background: orange;
    color: white;
    border-radius: 50%;
}
.note_jaune {
    background: yellow;
    color: white;
    border-radius: 50%;
}

.note_vert {
    background: green;
    color: white;
    border-radius: 50%;
}
