.u25-public-list { margin: 0 0 1.25rem 0; }
.u25-public-list h4 { margin: .2rem 0 0.8rem; font-weight: 600; }

.u25-public-list ol.u25-list { margin:0; padding-left:1.2em; }
.u25-public-list .club { color:#444; }
.u25-public-list .city { color:#666; }

.u25-table-wrap { overflow-x: auto; }
.u25-reg-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
.u25-reg-table thead th {
    text-align: left;
    background: #e9edf3;
    border-bottom: 2px solid #cdd6e3;
    padding: 6px 8px;
    white-space: nowrap;
}
.u25-reg-table tbody td {
    border-bottom: 1px solid #eceff3;
    padding: 6px 8px;
    vertical-align: top;
}
.u25-reg-table .col-nr { width: 3.5rem; text-align: right; }
.u25-reg-table .col-title { width: 4.5rem; }
.u25-reg-table .col-fideid { width: 7rem; }
.u25-reg-table .col-fed { width: 4.5rem; }
.u25-reg-table .col-elo { width: 5rem; text-align: right; }
.u25-reg-table .col-class { width: 4.5rem; }
.u25-reg-table .col-name a,
.u25-reg-table .col-fideid a { text-decoration: none; }
.u25-reg-table tbody tr:nth-child(even) { background: #fafbfc; }
