.mes{
    display: inline-table;
    margin: 20px;
}

.mes th,
.mes td{
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center;
}

.mes caption{
    font-weight: bold;
    margin-bottom: 10px;
}

.mes a{
    text-decoration: none;
    color: #000;
     transition: 0.2s;
}


.mes a:hover{
    color: #34ba51;
}


.mes td:hover{
    background-color: #999;
}