.fufu-inscription-table {
    border-collapse: collapse;
    width: 100%;
    margin: 15px 0;
}
.fufu-inscription-table th, .fufu-inscription-table td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center;
}
.fufu-inscription-table td.free { cursor: pointer; background: #f9f9f9; }
.fufu-inscription-table td.taken { background: #ddd; }
