﻿.item-serie {
    border-bottom: 1px solid lightgray;
    margin-bottom: 1em;
}

.serie-actions-container {
}

.serie-action {
    color: lightgray;
    cursor:pointer;
    margin-left: 0.5em;
}

    .serie-action:hover {
        color: gray;
    }

    .serie-action.red {
        color:salmon !important;
    }

.red:hover {
    color:red !important;
}

.serie-title {
    font-weight:600;
}

