@import "styles2019.css";

.alphabet {
    margin: .5em 0 2em;
}
.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 td {
    padding:5px;
}
table.table td:first-child {
    width: 10em;
}
table.table td:nth-child(2) {
    width: 12em;
}
table.table td:nth-child(3) {
    width: 14em;
}
