.bg-darker {
    background-color: #26282b !important;
}

.hspace {
    padding-top: 5px;
}

.large-text {
    font-size: 1.5rem;
}

.name {
    display: inline-block;
}

.name::before, .name::after {
    content: '';
    height: 2px;
    background-color: #f8f9fa;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
}

.table-spacing>tbody>tr>th, .table-spacing>tbody>tr>td {
    padding-left: 2px;
    padding-right: 2px;
}

.c-card-header {
    position: relative;
    height: 186px;
}

.s-card-header, .h-card-header {
    position: relative;
    height: 265px;
    overflow-x: hidden;
}

.c-card-img, .s-card-img {
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translate(-50%, 0);
}

.h-card-img {
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translate(-50%, 0);
    max-width: 320px;
    max-height: 240px;
}