#JS_loot_alert_scroll {margin: 5px 0px; text-align: center; color: var(--col_action_1);}
#table_loot {display: flex; margin-top: 15px; margin-bottom: 5px; border-left: 1px solid black;
    & #JS_header_loot {min-width: fit-content; border-top: 1px solid black;}
    & .cell {display: flex; align-items: center; justify-content: center; height: 56px; padding: 0px 4px;
    border-bottom: 1px solid black;; border-right: 1px solid black;}
    & .header_cell {display: flex; flex-direction: column; justify-content: space-evenly;}
    & .header_cell img {height: 30px; margin-bottom: 0px;}
    & #JS_data_loot {display: flex; overflow-X: auto; text-align: center; border-top: 1px solid black;}
    & .column_loot {min-width: fit-content;}
    & .cell.empty {border-right: 0px; justify-content: start; position: relative; white-space: nowrap}
    & .cell_empty_text {position: absolute; text-align: left;margin-left: 10px;}
}