
.category {
    font-weight: bold;
    cursor: inherit;
    color: white;
    font-size: 16px;
}

.hide {
    display: none;
}

.show {
    display: inline;
}