@import "styles2019.css";

.alphabet {
    margin: .5em 0 0;
}
.alphabet a {
    width: 26px;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    background-color: #b22222;margin: 2px 0px !important;
}
.alphabet a.active {
    background-color: #000;
}
table.table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
table.table tr {
    border-bottom: 1px solid #ddd;
}
table.table tr:nth-child(even) {
    background-color: #eee;
}
table.table th {
    text-align: left;
}
table.table caption {
    font-weight: bold;
    font-size: 1.5em;
    margin: 0px 0 1em;
    text-align: left;
}
table.table thead {
    font-weight: bold;
    font-size: 1.25em;
}