<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen {
    .delete {
        border: none;
        display: inline-block;
        height: 15px;
        position: relative;
        width: 15px;
        background-image: url("/assets/delete-7d182b57.png");
        display: block;
        margin: 0 auto 5px;
        top: 4px;
    }

        .delete:hover {
            background-image: url("/assets/delete_hover-0efdd581.png");
        }

    .delete-large, .edit, .make-minion, .stop-minion, .change-position,
    .print-barcode, .show, .toggle-button, .unassign-button {
        border: none;
        display: inline-block;
        height: 25px;
        margin-right: 10px;
        position: relative;
        top: 3px;
        width: 25px;
    }

        .delete-large:hover::after {
            display: inline-block;
            line-height: 110%;
            position: absolute;
            top: 30px;
            width: 100%;
        }

        .edit:hover::after {
            display: inline-block;
            line-height: 110%;
            position: absolute;
            top: 30px;
            width: 100%;
        }

        .make-minion:hover::after {
            display: inline-block;
            line-height: 110%;
            position: absolute;
            top: 30px;
            width: 100%;
        }

        .stop-minion:hover::after {
            display: inline-block;
            line-height: 110%;
            position: absolute;
            top: 30px;
            width: 100%;
        }

        .change-position:hover::after {
            display: inline-block;
            line-height: 110%;
            position: absolute;
            top: 30px;
            width: 100%;
        }

        .print-barcode:hover::after {
            display: inline-block;
            line-height: 110%;
            position: absolute;
            top: 30px;
            width: 100%;
        }

        .show:hover::after {
            display: inline-block;
            line-height: 110%;
            position: absolute;
            top: 30px;
            width: 100%;
        }

        .toggle-button:hover::after {
            display: inline-block;
            line-height: 110%;
            position: absolute;
            top: 30px;
            width: 100%;
        }

        .unassign-button:hover::after {
            display: inline-block;
            line-height: 110%;
            position: absolute;
            top: 30px;
            width: 100%;
        }

    .edit {
        background-image: url("/assets/edit-310ad839.png");
    }

        .edit:hover {
            background-image: url("/assets/edit_hover-347edcad.png");
        }

            .edit:hover::after {
                content: "Edit";
            }

    .make-minion {
        background-image: url("/assets/make_minion-3239fbc9.png");
    }

        .make-minion:hover {
            background-image: url("/assets/make_minion_hover-d70e3881.png");
        }

            .make-minion:hover::after {
                content: "Make Minion";
            }

    .stop-minion {
        background-image: url("/assets/stop_minion-af05bc2f.png");
    }

        .stop-minion:hover {
            background-image: url("/assets/stop_minion_hover-b7421b11.png");
        }

            .stop-minion:hover::after {
                content: "Stop Minion";
            }

    .change-position {
        background-image: url("/assets/change_position-a5653158.png");
    }

        .change-position:hover {
            background-image: url("/assets/change_position_hover-e25d6e78.png");
        }

            .change-position:hover::after {
                content: "Change Position";
            }

    .delete-large {
        background-image: url("/assets/delete_large-1586500a.png");
    }

        .delete-large:hover {
            background-image: url("/assets/delete_large_hover-3570a17b.png");
        }

            .delete-large:hover::after {
                content: "Delete";
            }

    .print-barcode {
        background-image: url("/assets/print-62096c01.png");
        float: none;
    }

        .print-barcode:hover {
            background-image: url("/assets/print_hover-9b30b6b2.png");
        }

    .show {
        background-image: url("/assets/show-39d3fe13.png");
        float: none;
    }

        .show:hover {
            background-image: url("/assets/show_hover-71782b55.png");
        }

    .toggle-button {
        background-image: url("/assets/toggle-c25cff87.png");
        margin-right: 0;
        vertical-align: top;
        width: 20px;
    }

        .toggle-button:empty {
            display: inline-block;
        }

        .toggle-button:hover {
            background-image: url("/assets/toggle_hover-ee61c960.png");
        }

    .unassign-button {
        background-image: url("/assets/unassign-eb790276.png");
        float: none;
    }

        .unassign-button:hover {
            background-image: url("/assets/unassign_hover-3976f16c.png");
        }
}
</pre></body></html>