
.category {
    font-weight: bold;
    cursor: inherit;
    color: black;
    font-size: 18px;
}

.hide {
    display: none;
}

.show {
    display: inline;
}