@charset "utf-8";

* {
    box-sizing: border-box;
}

#combinaison_selecteurs td {
    padding: 5px;
}

#combinaison_selecteurs td:nth-child(1) {
    font-weight: bold;
    font-family: monospace;
    font-size: 120%;
}

#combinaison_selecteurs td:nth-child(3) {
    font-size: 90%;
    text-align: left;
}

#combinaison_selecteurs td:nth-child(4) {
    font-size: 90%;
    text-align: left;
}
