.site-red {
    color: red;
}
.site-red a {
    color: red;
    text-decoration: underline;
}
.site-table {
    border: 1px solid #000;
    border-collapse: separate;
}
.site-table td {
    padding: 5px;
    height: 25px;
    background-color: #fff;
}
.site-table td:first-child {
    width: 150px;
    background-color: #fff1b4;
    color: black;
    padding: 3px 5px;
    border-bottom: 1px solid #eee;
}
.site-table tr:nth-child(2n) td:not(:first-child) {
    background-color: #f5f5f5;
}
.site-hint {
    color: #cc6633;
    font-size: 26pt;
    font-family: Arial, Helvetica, sans-serif;
}

.avatar {
    max-width: 500px;
    max-height: 500px;
}
.avatar-thumb {
    max-width: 150px;
    max-height: 150px;
}
.pointer {
    cursor: pointer;
}

.site-users-columns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

.site-users-alphabet {
    font-size: 16px;
    font-weight: bold;
}