
.dt-container .dt-layout-row.dt-layout-table .tablepress-dt-scroll-buttons-wrapper-visible {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	gap: 0;
}

.tablepress-dt-scroll-buttons-wrapper-visible .dt-scroll {
	width: calc(100% - 60px);
}

.tablepress-dt-scroll-buttons-wrapper-visible .dt-scroll-body {
	scroll-behavior: smooth;
}

.tablepress-dt-scroll-buttons-wrapper-visible .tablepress-dt-scroll-button {
	background-color: rgba(0, 0, 0, .1);
	border: none;
	cursor: pointer;
	font-size: larger;
	height: 100px;
	margin: 0;
	padding: 0;
	position: sticky;
	top: 200px;
	width: 30px;
}

.tablepress-dt-scroll-buttons-wrapper-visible .tablepress-dt-scroll-button :hover {
	background-color: rgba(0, 0, 0, .2);
}

.tablepress-dt-scroll-buttons-wrapper:not(.tablepress-dt-scroll-buttons-wrapper-visible) .tablepress-dt-scroll-button {
	display: none;
}
