table.history-grid{
	margin-bottom: 10px;
        border: 1px black solid;
        margin-right: auto;
	
}

table.history-grid th {
        border:1px solid silver;
        padding:3px 7px 2px 7px;
	font-size: 12px;
	line-height: 1.4em;
	font-family: verdana;
	font-weight: bold;
	padding: 3px;
	vertical-align: top;
}


table.history-grid td {
        border:1px solid silver;
        padding:3px 7px 2px 7px;
	font-size: 12px;
	line-height: 1.4em;
	font-family: verdana;
	font-weight: normal;
	padding: 3px;
	vertical-align: top;
}

.history-page #segment-header > .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.history-page .header-left,
.history-page .header-right {
	display: flex;
	align-items: center;
	gap: 16px;
}

.history-page #logo,
.history-page #project-logo,
.history-page #ncez-logo,
.history-page #hl7-logo {
	float: none;
	margin: 6px 0 4px 0;
	display: block;
}

.history-page #ig-status {
	text-align: center;
	flex: 1 1 auto;
}

