.dle_moonwalk_block {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

@media screen and (max-width: 1100px) {
    .dle_moonwalk_block {
        width: 100%;
        margin: 0 0 20px 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.dle_moonwalk_block_date {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 20px 0;
}

.dle_moonwalk_block_date span {
    background-color: #ff6600;
    padding: 4px 9px;
    border-radius: 4px;
    margin-right: 5px;
}

.dle_moonwalk_block_list .a-m-d {
    display: block;
    position: relative;
}

.dle_moonwalk_block_list .a-m-d:after {
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    background-color: rgba(0, 0, 0, 0);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.dle_moonwalk_block_list .a-m-d:hover:after {
    background-color: rgba(0, 0, 0, 0.2);
}

.dle_moonwalk_block_list_item {
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    /* background-color: #282c35; */
    border-bottom: 1px solid #111;
    cursor: pointer;
    display: table;
    min-height: 45px;
    line-height: 20px;
    width: 100%;
}

.dle_moonwalk_block_list_item:nth-child(2n) {
    background-color: #1e2129;
}

.dle_moonwalk_block_list_item:hover {
    background-color: #33363f;
}

.dle_moonwalk_block_list_item:hover .b-seriesupdate__block_list_link {
    color: #2e859e;
    text-decoration: none;
}

.dle_moonwalk_block_list_item.tracked {
    background-color: #d6f0ff;
}

.dle_moonwalk_block_list_item.tracked:hover {
    background-color: #a8dfff;
}

.dle_moonwalk_block_list_item.tracked:hover .b-seriesupdate__block_list_link {
    color: #000;
}

.dle_moonwalk_block_list_item_inner {
    display: table-row;
}

.dle_moonwalk_block_list_item_inner .cell {
    padding: 6px 0 5px;
    display: table-cell;
    vertical-align: middle;
}

.dle_moonwalk_block_list_item_inner .cell-1 {
    color: #ccc;
    font-size: 12px;
    padding-right: 5px;
}

.dle_moonwalk_block_list_item_inner .cell-1 .season {
    white-space: nowrap;
}

.dle_moonwalk_block_list_item_inner .cell-2 {
    color: #ccc;
    font-size: 11px;
    font-weight: 500;
    padding-right: 10px;
    text-align: right;
    white-space: nowrap;
}

.dle_moonwalk_block_list_item_inner .cell-2 i {
    color: #ccc;
    display: block;
    font-style: normal;
}

.dle_moonwalk_block_list_link {
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.dle_moonwalk_block_list_link:hover {
    text-decoration: none;
}

.dle_moonwalk_block_list_link:visited {
    color: #505050;
}