body {
	font-family: Ubuntu;
	font-size: 16px;
	background-color: whitesmoke;
	}
.divPageBody {
	margin-top: 80px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	}
.divVersionNumber {
	font-size: 12px;
	position: fixed;
	top: 0;
	right: 0;
	color: gray;
	padding-top: 17px;
	padding-right: 3px;
	}
.divTagsTable {
	width: 95%;
	margin-bottom: 0;
	background-color: white;
	}
.divTagsTable td {
	border: 1px solid silver;
	padding: 6px;
	vertical-align: top;
	cursor: pointer;
	}
.divTagsTable .tdNowrap {
	white-space: nowrap;
	}
.divTagsTable a {
	color: black;
	}
.spTagChars {
	font-size: 0.9em;
	opacity: 0.6;
	}
.itemHighlighted {
	color: white;
	background-color: #086DD6;
	}
.divTagsContainer {
	display: table-cell;
	width: 280px;
	margin-right: 5px;
	border: 1px solid silver;
	padding: 3px;
	}
.divOutlineContainer {
	display: table-cell;
	margin-left: 3px;
	width: 73%;
	background-color: white;
	border: 1px solid silver;
	height: 1200px;
	}
.divFooterMessage {
	font-size: 16px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 350px;
	}

.divTagOutlineLine {
	display: table;
	width: 25%;
	table-layout: fixed;
	}
.divTagTag {
	display: table-cell;
	width: 140px;
	}
.divTagPath {
	display: table-cell;
	width: 70px;
	text-align: left;
	}
.divTagScreenname {
	display: table-cell;
	width: 90px;
	text-align: left;
	}
.divSpacer {
	display: table-cell;
	width: 5px;
	}

.dropdown-item-checked::before {
	  position: absolute;
	  left: .4rem;
	  content: "<i class='fas fa-check'></i>";
	  font-weight: 600;
	}
.dropdown-item-underlined {
	text-decoration: underline;
	}
.iMenuCheck {
	margin-left: -20px;
	margin-right: -2px;
	}
