.ui.segment.list_load {
    height: 100px;
    border-color: #505050;
}

#result .meta .ui.label {
    margin-top: 5px;
}

#bundlelist .column {
    text-align: center;
}

#selection.ui.card, #selection.ui.cards > .card {
    box-shadow: 0 1px 3px 0 #a9a9a9, 0 0 0 1px #c7c7c7;
}

#bundleform, .upgrade {
    display: none;
}

#selection .empty {
    width: 100%;
    height: 101px;
    background: #e8e8e8;
    color: #696969;
    text-align: center;
    padding-top: 40px;
    font-size: 70px;
}

.overlay {
    display: none;
}

.overlay .menu {
    position: relative;
    left: 0;
    transition: left 0.5s ease;
}

.overlay.fixed .menu {
    left: 15px;
}

.overlay.fixed {
    display: block;
    position: fixed;
    bottom: 20px;
    left: auto;
    z-index: 999999;
}

.overlay .s_count {
    color: #f00;
    font-weight: bold;
}

.ui.card > .content > .header, .ui.cards > .card > .content > .header {
    color: #fff;
}

.add_bundle {
    display: none;
}

.ui.link.cards .card:hover .add_bundle {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    text-align: center;
    padding-top: 40px;
}

.ui.link.cards .card:not(.available):hover {
    background: #2d2d2d;
}

.ui.link.cards .card:not(.available) .add_bundle {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.90);
    text-align: center;
    padding-top: 40px;
}

.ui.list .list > .item > .content, .ui.list > .item > .content {
    color: #dedede;
}

.ui.inverted.list .list > .item .header, .ui.inverted.list > .item .header {
    font-size: 15px;
}