.liste
{
    border-collapse: collapse;
}

.liste
{
    overflow-x: hidden;
    overflow-y: auto;
}

.liste tr.clickable
{
    cursor: pointer;
}

.liste tr td:first-child { border-top-left-radius: 10px; border-bottom-left-radius: 10px; }
.liste tr td:last-child { border-top-right-radius: 10px; border-bottom-right-radius: 10px;}

.liste tr.active
{
    background-color: rgba(0, 0, 0, 0.2);
}

.liste td
{
    padding: 5px 10px 5px 10px;

    text-align: left;
}

.liste td p
{
    margin: 0px;
    margin-top: 10px;
}

.liste td p:first-child
{
    margin-top: 0px;
}

.liste td label
{
    font-size: 11pt;
}
