﻿div.category {
    border-bottom: dashed 1px #b6b5b5;
    margin-bottom : 1rem;
    padding : 0.7rem 0;
}

    div.category > h3 {
        font-size: 1.2rem;
        font-weight: 600;
        margin-bottom : 0.5rem;
    }

    div.category > a {
        line-height: 2rem;
        display : block;
        text-decoration : none;
        color : #000000;
    }

