<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.hide-scrollbar::-webkit-scrollbar {
	display: none;
}

.data-list {
	height: 190px;
    width: 100%;
    padding: 1rem;
    padding-left: 20px !important;
    padding-right: 20px !important;
    overflow-y: hidden;
    border: 0px solid #222;
    border-radius: 0px;
    text-align: left;
}

.data-list-item {
    padding-bottom: 10px !important;
}
.data-list-item-end {
    padding-bottom: 60px !important;
}

.data-list-item .item-head, .data-list-item-end .item-head {
	font-weight: bold;
}</pre></body></html>