.ad-highlight {
	box-shadow:0px 0px 10px 5px rgba(255,0,0,1);
}

.hud {
	background:#1A1A1A;
	bottom:0px;
	color:#EFEFEF;
	font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size:0.80rem;
	left:0px;
	max-height:300px;
	overflow-y:auto;
	padding:14px;
	position:fixed;
	right:0px;
}

	.hud .fiftyfifty {
		float:left;
		position:relative;
		width:50%;
	}

	.hud .fiftyfifty:after {
		clear:both;
		content:" ";
		display:block;
		font-size:0;
		height:0;
		visibility:hidden;
	}

	.hud a {
		color:#9adffd;
	}

	.hud h2 {
		padding:0 0 7px 0;
		margin:0;
	}

	.hud table {
		border:0;
		border-collapse:collapse;
		border-spacing:0;
		margin:0;
		min-width:300px;
		padding:0;
		min-width:1024px;
		width:100%;
	}

		.hud table tbody tr:hover {
			background-color:#393939;
		}

		.hud table tr td, .hud table tr th {
			text-align:left;
			padding:4px 0;
		}

		.hud table tr td.numeric {
			text-align:right;
		}
