@CHARSET "utf-8";

.list-tbl {
    width: 100%;
}

.list-tbl th, .list-tbl td {
    display: block;
    padding: 2px 8px;
}

.list-tbl>thead>tr:last-of-type {
    border-bottom: 3px solid #ECEEEF;
}

.list-tbl>tbody>tr, .list-tbl>tfoot>tr {
    border-top: 1px solid #ECEEEF;
}

.list-tbl>tfoot>tr:first-of-type {
    border-top: 3px solid #ECEEEF;
}

.print-btn {
    display: none;
}
.download {
	display: none;
}
