#tools_belote > div {
    width: 500px;
    max-width: 100%;
    margin: 1rem auto;
}

#tools_belote table {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:12px;
    border: 0px solid #111;
    /* border-collapse: collapse;*/
}
#tools_belote tr {
    /*border-right: 1px solid #111;*/
}
#tools_belote td {
    width: 100px;
    border: 1px solid #99c;
    padding: .3rem;
    font-size: 1.6rem;
    font-weight: bold;
    color:#171
}
#tools_belote td span {
    color: #611;
    float:right;
}

#tools_belote .cartes {
    text-align: center;
}

#tools_belote .cartes img {
    width: 415px;
    max-width: 99%;
    margin: 1rem auto;
}

@media all and (max-width: 455px) {
    #tools_belote td {
        width:42px;
    }
}
/* @media print {
     #noprint {
         display:none;
     }
 }*/