.article-table-open-wrap {
	position: relative;
	margin-bottom: 14px;
}

.article-table-open {
	margin: 0 0 8px 0;
	text-align: left;
	font-size: 85%;
}

.article-table-open a {
	display: inline-block;
	padding: 6px 10px;
	border-radius: 4px;
	background: #1a5a83;
	color: #fff!important;
	font-weight: 700;
	text-decoration: none;
}

.article-table-open a:hover {
	background: #cc6600;
	color: #fff!important;
	text-decoration: none;
}

.article-table-full-page {
	min-height: 100vh;
	background: #f5f5f5;
	color: #505050;
}

.article-table-full-page .article-table-shell {
	width: 100%;
	padding: 18px;
	box-sizing: border-box;
}

.article-table-full-page h3 {
	margin-top: 0;
	color: #666;
}

.article-table-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
	font-family: Lato, Arial, sans-serif;
}

.article-table-toolbar a {
	color: #cc6600;
	font-weight: 700;
}

.article-table-scroll {
	position: relative;
	width: 100%;
	overflow: auto;
	border: 1px solid #ccc;
	background: #fff;
}

.article-table-full {
	width: max-content;
	min-width: 100%;
	margin-left: 0!important;
	border-collapse: collapse;
	table-layout: fixed;
	font-family: Lato, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

.article-table-full th,
.article-table-full td {
	position: relative;
	padding: 7px 10px;
	border: 1px solid #d0d0d0;
	vertical-align: top;
	white-space: normal;
	overflow-wrap: normal;
	word-break: normal;
	box-sizing: border-box;
	overflow: hidden;
}

.article-table-full th:first-child,
.article-table-full td:first-child {
	padding-left: 10px!important;
}

.article-table-full tr:first-child th,
.article-table-full tr:first-child td {
	background: #1a5a83;
	color: #fff;
	font-weight: 700;
	cursor: grab;
	user-select: none;
}

.article-table-full tr:first-child th:active,
.article-table-full tr:first-child td:active {
	cursor: grabbing;
}

body.article-table-is-dragging,
body.article-table-is-dragging * {
	cursor: grabbing!important;
	user-select: none;
}

.article-table-full tr:first-child th.article-table-resize-hover,
.article-table-full tr:first-child td.article-table-resize-hover {
	cursor: col-resize;
}

.article-table-full .article-table-col-dragging {
	opacity: 0.65;
}

.article-table-full .article-table-col-drop {
	filter: brightness(1.08);
}

.article-table-drop-marker {
	position: absolute;
	display: none;
	width: 6px;
	background: #cc6600;
	z-index: 5;
	pointer-events: none;
	box-shadow: 0 0 0 1px rgba(255,255,255,0.7);
}

@media (prefers-color-scheme: dark) {
	.article-table-full-page.auto-theme {
		background: #202020;
		color: #ddd;
	}

	.article-table-full-page.auto-theme .article-table-scroll {
		background: #303030;
		border-color: #555;
	}

	.article-table-full-page.auto-theme h3 {
		color: #ddd;
	}

	.article-table-full-page.auto-theme .article-table-full th,
	.article-table-full-page.auto-theme .article-table-full td {
		border-color: #555;
	}
}

.article-table-full-page.dark-theme {
	background: #202020;
	color: #ddd;
}

.article-table-full-page.dark-theme .article-table-scroll {
	background: #303030;
	border-color: #555;
}

.article-table-full-page.dark-theme h3 {
	color: #ddd;
}

.article-table-full-page.dark-theme .article-table-full th,
.article-table-full-page.dark-theme .article-table-full td {
	border-color: #555;
}
