
article.stnExampleList {
    margin-top:1rem;
}

article.stnExampleList {
    display: grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
}
article.stnExampleList  > div.stnExampleList {
    display: flex; justify-content: space-between; gap: 1rem; flex-direction: column;
}
article.stnExampleList  > div.stnExampleList > div.stnExampleListBody {

}
article.stnExampleList  > div.stnExampleList> div.stnExampleListBody  a {
    text-decoration: none; color:#333; font-size: .875rem;
}
