#btn-printable {
	background-color: #0d6efd;
	color: white;
	font-weight: 700;
	text-decoration: none;
}

#btn-rerank {
	background-color: #0d6efd;
	color: white;
	font-weight: 700;
}

#btn-rank-up,
#btn-rank-down,
#btn-new-revision {
	background-color: #0d6efd;
	color: white;
	font-weight: 700;
	white-space: nowrap;
}

#btn-rank-up,
#btn-rank-down {
	font-size: 1.35rem;
	font-weight: 900;
	line-height: 1;
	min-width: 2.4rem;
}

.checkbox-group {
	align-items: flex-start;
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.45rem;
}

.checkbox-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: flex-start;
	padding: 0;
	width: 100%;
}

.checkbox-row label {
	align-items: center;
	display: flex;
	gap: 0.25rem;
	padding: 0;
	text-align: left;
	width: auto;
}

.rank-control,
.revision-control {
	display: flex;
	gap: 0.5rem;
	padding: 0;
	width: 70%;
}

.rank-control #Rank,
.revision-control #Revision {
	flex: 1;
	min-width: 0;
	width: auto;
}

#menu-page {
	border: 1px solid #c7d2fe;
	border-radius: 0.25rem;
	padding: 0.2rem 0.35rem;
}

#menu-search {
	border: 1px solid #c7d2fe;
	border-radius: 0.25rem;
	flex: 0 1 24rem;
	font-size: 1.1rem;
	margin: 0 auto;
	min-width: 18rem;
	padding: 0.25rem 0.5rem;
}

#menu-search:focus {
	border-color: #0d6efd;
	box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
	outline: none;
}

#tbl_menu th,
#tbl_menu td {
	width: 11.111%;
}

#tbl_menu th:nth-child(1),
#tbl_menu td:nth-child(1) {
	width: 3.5rem;
}

#tbl_menu th:nth-child(4),
#tbl_menu td:nth-child(4) {
	width: 4.5rem;
}

#tbl_menu th:nth-child(3),
#tbl_menu td:nth-child(3) {
	width: 8rem;
}

#tbl_menu th:nth-child(2),
#tbl_menu td:nth-child(2) {
	width: 11rem;
}

#tbl_menu th:nth-child(5),
#tbl_menu td:nth-child(5) {
	width: calc(99.999% - 65rem);
}

#tbl_menu th:nth-child(6),
#tbl_menu td:nth-child(6),
#tbl_menu th:nth-child(7),
#tbl_menu td:nth-child(7),
#tbl_menu th:nth-child(8),
#tbl_menu td:nth-child(8),
#tbl_menu th:nth-child(9),
#tbl_menu td:nth-child(9),
#tbl_menu th:nth-child(10),
#tbl_menu td:nth-child(10) {
	width: 5.5rem;
}

@media only screen and (max-width: 960px) {
	#mobile-menu-search {
		border: 1px solid #c7d2fe;
		border-radius: 0.25rem;
		box-sizing: border-box;
		flex: 1;
		font-size: 1rem;
		min-width: 0;
		padding: 0.45rem 0.55rem;
	}

	#mobile-menu-search:focus {
		border-color: #0d6efd;
		box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
		outline: none;
	}

	#mobile-menu-category-select {
		align-items: center;
		appearance: none;
		-webkit-appearance: none;
		background-color: #0d6efd;
		border: 0;
		border-radius: 0.25rem;
		box-sizing: border-box;
		color: white;
		display: inline-flex;
		flex: 0 0 auto;
		font-size: 0.8rem;
		font-weight: 700;
		height: 2.15rem;
		justify-content: center;
		line-height: 1.05;
		padding: 0;
		text-align: center;
		text-align-last: center;
		width: 4.75rem;
	}

	.mobile-list {
		overflow: hidden;
}

.mobile-list.category-selected {
		overflow-y: auto;
}
.mobile-title {
		overflow-wrap: anywhere;
}
}
