table .sub-title{
    margin: 0 0 2em 0;
    width: 100%;
    border-collapse: separate;
}

    table.sub-title tbody tr {
        border: 0;
        border-left: 0;
        border-right: 0;
        border-left-width: 0;
        border-top-width: 0;
    }

        table.sub-title tbody tr td:first-child {
            border-left-width: 1px;
        }

        table.sub-title tbody tr:nth-child(2n + 1) {
            background-color: rgba(212, 212, 255, 0.035);
        }

    table.sub-title td {
        padding: 0;
        border-left-width: 0;
        border-top-width: 0;
    }

    table.sub-title th {
        color: #ffffff;
        font-size: 0.9em;
        font-weight: 600;
        padding: 0;
        width: 7.5em;
        text-align: left;
    }

    table.sub-title thead {
        border-bottom: solid 2px rgba(212, 212, 255, 0.1);
    }

    table.sub-title tfoot {
        border-top: solid 2px rgba(212, 212, 255, 0.1);
    }

.dream-tags{
}

.dream-tags .label{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.dream-tags .categ{
    text-transform: uppercase;
}