<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.class-year{
    display: inline-block;
    width: 220px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 8px;
    position:relative;
    min-height: 170px
}

.ri{
    max-height: 115px;
    max-width: 90px;
    position: absolute;
    right: 10px;
    top: 47px;

}
.count{
    font-size: .8rem;
    margin: 10px;
}

.class-of{
    text-align: center;
    width: 100%;
    height: 37px;
    line-height: 37px;
    color: white;
    border-radius: 6px 6px 0 0;
}

.class-of a{
    color: white;
}
</pre></body></html>