<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.alphabet {
    background-color: #0B55C4;
    margin-bottom: 10px;
    display: -webkit-box;
}
.letter {
    width: 3.57%;
    color: white;
    display: block;
    text-align: center;
}
.letter:hover {
    cursor: pointer;
    background-color: #4c7db7;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
.person_card {
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    height: 170px;
    //border: #0B55C4 solid 3px;
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
    background: white;
    -moz-box-shadow: 0px 0px 5px 2px rgba(33,33,33,.7);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(33,33,33,.7);
    box-shadow: 0px 0px 5px 2px rgba(33,33,33,.7);
    -moz-transition: -moz-transform .15s linear;
    -o-transition: -o-transform .15s linear;
    -webkit-transition: -webkit-transform .15s linear;
    text-align: center;
}
.person_link {
    text-decoration: none !important;
}
.fio_card {
    font-weight: bold;
    font-size: 18px;
    text-align: center !important;
    color: #0b55c4;
}
.person_card:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
@media (max-width: 991px){
    .fio_card {
        font-size: 17px;
    }
    .person_card {
        height: 155px;
    }
}
@media (max-width: 552px){
    .fio_card {
        font-size: 16px;
    }
}
@media (max-width: 526px){
    .fio_card {
        font-size: 15px;
    }
}
@media (max-width: 500px){
    .fio_card {
        font-size: 14px;
    }
}
@media (max-width: 474px){
    .fio_card {
        font-size: 13px;
    }
}
@media (max-width: 448px){
    .fio_card {
        font-size: 12px;
    }
}
@media (max-width: 422px){
    .fio_card {
        font-size: 11px;
    }
}</pre></body></html>