main { position:relative;padding-top:10px }
@media only screen and (min-width:64em){ main { padding-top:50px}}

.filter-table {
    width: 744px;
    margin: auto;
    min-height: 800px;
}


.filter-table .name{
    font-weight: bold;
}

.filter-table td{
    vertical-align: top;
}

.filter-table tr > td:last-child img{
    width: 150px;
    height: auto;
}

.filter-table tr > td:first-child img{
    width: 250px;
    height: auto;
}

.filter-alpabet button {
    margin: 0px 1px;
    padding: 2px;
    font-size: 1.1rem;
}

.filter-alpabet button:hover{
    background: #990000;
    color: #fff;
    transition-duration: 250ms;
}

.filter-alpabet .selected{
    background: #990000;
    color: #fff;
}

.dema-shrink-pullquote p{
    font-size: 1.5rem !important;
    line-height: 150% !important;
}
.dema-shrink-pullquote p:last-of-type::after{
    font-size: 1.5rem !important;
}


