.divHistoryContainer {
	display: none;
	width: 100%;
	margin-top: 20px;
	border: 1px solid silver;
	padding-top: 5px;
	background-color: var(--item-background-color);
	}
.tableHistoryItems {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	}
.tableHistoryItems tbody {
	color: black;
	}
.tableHistoryItems td {
	border: none;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 125%;
	vertical-align: top;
	}
.tableHistoryItems tr {
	margin-bottom: 10px;
	}
.tdSelectedCell {
	color: gray;
	}
.tdHistoryWhenCell {
	text-align: right;
	width: 55px;
	}
.tdHistoryDescriptionCell {
	cursor: pointer;
	}
.tdHistoryDomainCell {
	}
.tdHistoryEditCell, .tdHistoryTrashCell {
	width: 15px;
	}
.tdHistoryEditCell i, .tdHistoryTrashCell i {
	font-weight: normal;
	color: #777777;
	}
.tdHistoryTableLabel {
	font-size: 15px !important;
	font-weight: bold;
	color: #777777;
	}

.tdHistoryLinkCell {
	text-align: center;
	white-space: nowrap;
	}
.tdHistoryLinkCell .spWhen {
	font-size: 14px;
	vertical-align: bottom;
	margin-right: 5px;
	}
.tdHistoryLinkCell .spWhen a {
	color: gray;
	}

.tdEverythingElseCell {
	text-align: right;
	}
.tdEverythingElseCell .spPopupMenu {
	float: right;
	font-size: 14px;
	margin-top: 3px;
	margin-left: 10px;
	vertical-align: bottom;
	color: gray;
	text-align: left;
	}
.tdEverythingElseCell .spPopupMenu ul {
	min-width: 100px;
	}

.tdEverythingElseCell .spWhen {
	font-size: 14px;
	vertical-align: bottom;
	}
.tdEverythingElseCell .spWhen a {
	color: gray;
	}
