<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#customers {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 15px;
    font-size: 0.9em;
}

#customers td, #customers th {
    border: 1px solid rgba(221, 221, 221, 0.71);
    padding: 8px;
}

#customers tr:nth-child(even){background-color: rgba(242, 242, 242, 0.63);}

#customers tr:hover {background-color: rgba(99, 124, 241, 0.4);}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: var(--color-odkaz);
    color: white;
    font-size: 0.85em;
}

table.customTable {
    background-color: rgba(255, 255, 255, 0.58);
    border-collapse: collapse;
    border-width: 0;
    width: 100%;
}
table.customTable tr:hover {
    background-color: rgb(187, 199, 241);
}

table.customTable td {
    border-top: 1px;
    border-style: solid;
    padding: 6px;
    border-top-color: rgba(93, 91, 91, 0.47);
}

table.customTable td a{
    color: #e80d0d;
    font-weight: bold;
    margin: 1px 10px 1px 10px;
}

table.customTable td a:hover{
    color: #0685b4;
}

</pre></body></html>