/*
.darkblue {
    color: darkblue;
}
*/

/*
.darkred {
    color: darkred;
}
*/

.paintBlue {
    color: blue;
}

.paintRed {
    color: red;
}



.quadrille {
    font-size: smaller;
}


table.quadrille {
    /* width: 100%; */
    /* width: 500px; */
    /* width: 10px; */

    /* width: 600px; */
    /* height: 600px; */

    /* width: 450px; */
    /* height: 450px; */

    width: 480px;
    height: 480px;
}


.quadrille td {
     /* width: 0.1%; */
     /* white-space: nowrap; */

     /* width: 40px; */
     /* height: 40px; */

     /* width: 30px; */
     /* height: 30px; */

     width: 6.25%;
     height: 6.25%;

     padding: 2px;

     text-align: center;
}


.quadrille th {
     /* width: 0.1%; */
     /* white-space: nowrap; */

     padding: 4px;

     text-align: center;

     /* background-color: #04aa6d; */
     background-color: #047baa;

}



.quadrille tr:nth-child(even) {
    /* background-color: #f2f2f2; */
    /* background-color: #ffffff; */
    background-color: white;
}


.quadrille tr:hover {
    /* background-color: #ddd; */
    background-color: white;
}


.quadrille td:hover {
    background-color: #ddd;
}

