/* [XA] Sanitized styling. If it's in this section, it's been manually edited/normalized. */

/* globals n' typography */

html {
	height: 100%;
}
body {
	min-height: 100%;
	font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #f1f2f3;
	font-weight: 300;
	text-decoration: none;
	margin-top: 1.5rem;
}
h1 {
	font-size: 30px;
	text-transform: uppercase;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
p {
	word-wrap: break-word;
	margin-top: 1rem;
}
@media (max-width: 767px) {
	h1 {
		font-size: 20px;
	}
	h2 {
		font-size: 18px;
	}
	h3 {
		font-size: 16px;
	}
	h4 {
		font-size: 14px;
	}
	h5 {
		font-size: 12px;
	}
	h6 {
		font-size: 10px;
	}
}
a,
a:visited {
	color: #AD232A;
}
a:focus,
a:hover {
	color: #d6d6d6;
	text-decoration: none;
}
a:active {
	color: #531415;
	text-decoration: none;
}

blockquote {
	position: relative;
	padding-top   : 1.75rem;
	padding-bottom: 0.5rem;
	margin-top    : 0.5rem;
	margin-left   : 1.0rem;
	margin-bottom : 0.5rem;
	border-left: 3px solid #777777;
	background-color: #1d1d1d;
/*	background-color: #3e1c1c; */
}
blockquote.uncited {
	padding-top: 1.5rem;
}
blockquote > div {
	margin-left: 0.5rem;
}
blockquote > div:before {
	content: '“';
	font-size: 24px;
	position: absolute;
	top : 0;
	left: 0.5rem;
}
blockquote cite {
	position: absolute;
	top: 0.25rem;
	left: 1.5rem;
}
blockquote + br {
	display: none;
}

dl.codebox {
	background-color: #3e0c0c;
	border-left: 3px solid #531415;
	padding-top   : 0.25rem;
	padding-bottom: 0.25rem;
	line-height: 1.25;
	overflow-x: auto;
}
dl.codebox dt,
dl.codebox dt:before {
	display: none;
}
dl.codebox dd {
	margin-left: 0.5rem;
}
code {
	padding: 0;
	background-color: #3e0c0c;
	color: #DA464D; /* #D52B33; */
}
dl.codebox code {
	white-space: pre;
	line-height: inherit;
	padding: 0;
}
dl.codebox + br {
	display: none;
}
pre {
	color: inherit;
}

/* general styles */

body.zd-body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	background-attachment: fixed;
	background-color: #242629;
	color: #999999;
	position: relative;
	overflow-y: scroll;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.zd-header,
.zd-footer {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
	width: 100%;
}
.zd-content {
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: auto;
	width: 100%;
}
.zd-valign {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-height: 0;
	min-width: 0;
}
.zd-static {
	position: static !important;
}
.zd-container {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	position: relative;
}
.zd-container.zd-container-segment {
	height: auto !important;
}
@media (max-width: 767px) {
	.zd-container {
		max-width: none;
		padding-right: 20px;
		padding-left : 20px;
	}
}
@media (min-width: 768px) {
	.zd-container {
		max-width: 750px;
		padding-right: 20px;
		padding-left : 20px;
	}
}
@media (min-width: 992px) {
	.zd-container {
		max-width: 970px;
		padding-right: 20px;
		padding-left : 20px;
	}
}
@media (min-width: 1200px) {
	.zd-container {
		max-width: 1160px;
		padding-right: 20px;
		padding-left : 20px;
	}
}

.modal-open {
	padding-right: 0 !important;
}
.modal {
	padding-left: 17px;
}

/* header/footer stuff */

.zd-header-bar,
.zd-footer-bar {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #555555;
}
.zd-header-bar a,
.zd-footer-bar a {
	color: #cccccc;
}
.zd-header-bar a:hover,
.zd-footer-bar a:hover {
	color: #f1f2f3;
}

.zd-header-main {
	background-color: #303337;
	position: relative;
	-webkit-box-shadow: 0px 0px 7px 0 rgba(0, 0, 0, 0.33);
	-o-box-shadow     : 0px 0px 7px 0 rgba(0, 0, 0, 0.33);
	-ms-box-shadow    : 0px 0px 7px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow   : 0px 0px 7px 0 rgba(0, 0, 0, 0.33);
	box-shadow        : 0px 0px 7px 0 rgba(0, 0, 0, 0.33);
	background-image  :         linear-gradient(180deg, #3d4147 0%, #303337 100%);
	background-image  : -webkit-linear-gradient(270deg, #3d4147 0%, #303337 100%);
	background-image  :      -o-linear-gradient(270deg, #3d4147 0%, #303337 100%);
	background-image  :     -ms-linear-gradient(270deg, #3d4147 0%, #303337 100%);
	background-image  :    -moz-linear-gradient(270deg, #3d4147 0%, #303337 100%);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
}
@media (max-width: 991px) {
	.zd-header-main,
	.zd-navbar {
		text-align: center;
	}
}
@media (max-width: 419px) {
	.zd-header-main {
		text-align: left;
	}
}
.zd-logo {
	position: relative;
	float: left;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 75%;
}
@media (max-width: 991px) {
	.zd-logo {
		float: none;
	}
}
.zd-logo img {
	width: 248px;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
}
.zd-footer-main {
	background-color: #3e4247;
	-webkit-box-shadow: 0px 0px 7px 0 rgba(0, 0, 0, 0.33);
	-o-box-shadow  : 0px 0px 7px 0 rgba(0, 0, 0, 0.33);
	-ms-box-shadow : 0px 0px 7px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0px 0px 7px 0 rgba(0, 0, 0, 0.33);
	box-shadow     : 0px 0px 7px 0 rgba(0, 0, 0, 0.33);
	padding-top    : 20px;
	padding-bottom : 20px;
}

/* navbar */

.zd-navbar {
	position: static;
}
.zd-navbar .navbar-toggler {
	position: absolute;
	top: 28px;
	right: 16px;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0.25);
}
.zd-navbar .navbar-toggler:hover {
	border: 1px solid rgba(255, 255, 255, 0.5);
	background-color: rgba(255, 255, 255, 0.25);
}
.zd-navbar .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzIgMzInIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNSknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J000IDhoMjRNNCAxNmgyNE00IDI0aDI0Jy8+PC9zdmc+");
}
.zd-navbar .nav-link {
	color: #d3d6d9;
	font-size: 13px;
	text-transform: uppercase;
}
.zd-navbar .nav-link.active {
	color: #f1f2f3;
	text-shadow: 0px 0px 1px #f1f2f3;
	font-weight: normal;
}
.zd-navbar .nav-link:not(.active):hover {
	color: #f1f2f3;
	background-color: #63000e;
}

/* [XA] just gonna hardcode this to the -sm breakpoint for now. */
@media (min-width: 768px) {
	.zd-navbar .navbar-nav {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	.zd-navbar .nav-link {
		padding: 20px !important;
		margin-bottom: 3px;
	}
	.zd-navbar .nav-link.active,
	.zd-navbar .nav-link:not(.active):hover {
		border-bottom: 3px solid #63000e;
		margin-bottom: 0;
	}

}
@media (min-width: 992px) {
	.zd-navbar .navbar-nav {
		justify-content: flex-start;
	}
}

/* page content */

.zd-background-alt {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.1);
}

/* [XA] at some point I need to make this checklist stuff an actual
        CSS class of its own; will do and remove this :not nonsense.
*/

.zd-page-about ul,
.zd-checklist {
	padding-left: 10px;
	padding-right: 10px;
}
.zd-page-about ul li,
.zd-checklist li{
	list-style: none;
	text-indent: -10px;
	margin-left: 10px;
}
.zd-page-about ul li:before,
.zd-checklist li:before,
.zd-content dt:before {
	display: inline-block;
	font-family: 'fontello';
	content: '\e800';
	color: #99000a;
	vertical-align: middle;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-transform: none;
	width: auto;
	margin-right: 10px;
	font-size: 11px;
}
.zd-page-about ul li li:before,
.zd-checklist  li li:before,
.zd-content dt {
	color: #b8b8b8;
}
.zd-content dd {
	margin-left: 20px;
}

@media (min-width: 768px) {
	.zd-sidebar {
		padding-top: 1.5rem;
	}
}

.zd-super-title {
	margin-top   : 2.0rem;
	margin-bottom: 1.5rem;
}

.zd-icon-large,
.zd-icon-xlarge {
	width: 100%;
	text-align: center;
	display: block;
}
.zd-icon-large img,
.zd-icon-xlarge img {
	max-width: 192px;
	width: 100%;
	height: auto;
}
@media (min-width: 1200px) {
	.zd-icon-xlarge img {
		max-width: 256px;
	}
}

.zd-icon-desc {
	margin-bottom: 1rem;
}
.zd-icon-desc h4 {
	margin-top   : 1rem;
	margin-bottom: 1rem;
}
.zd-icon-fade {
	transition-property: opacity;
	transition-duration: 0.15s;
	opacity: 0.8;
}
.zd-icon-fade:hover {
	opacity: 1.0;
}

.zd-parallax {
	transform: translate3d(0, 0, 0);
	background: url('../images/layout/background.jpg') no-repeat center center fixed;
	background-size: 100% auto;
	background-color: #000000;
	height: 150px;
}
@media (min-width: 768px) {
	.zd-parallax {
		height: 350px;
	}
}

/* carousel */

.zd-project-carousel {
	width: 100%;
	height: 200px;
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.33), 0px 7px 5px 3px rgba(0, 0, 0, 0.11);
	-o-box-shadow     : 0px 3px 5px 0 rgba(0, 0, 0, 0.33), 0px 7px 5px 3px rgba(0, 0, 0, 0.11);
	-ms-box-shadow    : 0px 3px 5px 0 rgba(0, 0, 0, 0.33), 0px 7px 5px 3px rgba(0, 0, 0, 0.11);
	-moz-box-shadow   : 0px 3px 5px 0 rgba(0, 0, 0, 0.33), 0px 7px 5px 3px rgba(0, 0, 0, 0.11);
	box-shadow        : 0px 3px 5px 0 rgba(0, 0, 0, 0.33), 0px 7px 5px 3px rgba(0, 0, 0, 0.11);
}
.zd-project-carousel .carousel-inner {
	position: relative;
	overflow: hidden;
	height: 100%;
	background: #000000;
}
.zd-project-carousel .carousel-item img {
	width: 100%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 100px;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform    : translate(-50%,-50%);
	transform        : translate(-50%,-50%);
}

.carousel-control-prev,
.carousel-control-next {
	width: 50px;
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: rgba(99, 0, 14, 0.66);
	transition-property: opacity;
	transition-duration: 0.15s;
}

.carousel-control-prev {
	border-radius: 0px 100px 100px 0px;
}

.carousel-control-next {
	border-radius: 100px 0px 0px 100px;
}

/* cards */

.zd-card,
.zd-card-steel {
	border-radius: 0;
	border: 3px solid #3e1c1c;
	font-size: 13px;
	box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.25);
}
.zd-card       .card-header,
.zd-card-steel .card-header,
.zd-card       .card-footer,
.zd-card-steel .card-footer {
	padding: 10px 18px;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0px;
	font-weight: 300;
}
.zd-card       .card-block,
.zd-card-steel .card-block {
	padding: 15px;
}
.zd-card {
	background-color: #531415;
	color: #f1f2f3;
}
.zd-card .card-header,
.zd-card .card-footer,
.zd-card-link:hover .zd-card .card-block,
.zd-card .zd-card-link:hover .card-block,
.zd-wiki-link a:hover .zd-card .card-block,
.zd-card .zd-wiki-link a:hover .card-block {
	background-color: #8b1a1f;
}
.zd-card-steel {
	background-color: #b8b8b8;
	color: #3b3f44;
}
.zd-card-steel .card-header,
.zd-card-steel .card-footer,
.zd-card-link:hover .zd-card-steel .card-block,
.zd-card-steel .zd-card-link:hover .card-block,
.zd-wiki-link a:hover .zd-card-steel .card-block,
.zd-card-steel .zd-wiki-link a:hover .card-block {
	background-color: #d6d6d6;
}
.zd-card .card-title,
.zd-card-steel .card-title {
	margin-top: 0;
}
.zd-card-image {
	width: 100%;
	text-align: center;
}
.zd-card-image img {
	max-width: 100%;
	height: auto;
}
.zd-card-link {
	display: block;
}
.zd-card-link .zd-card
.zd-wiki-link .zd-card,
.zd-card .zd-card-link,
.zd-card .zd-wiki-link {
	color: #f1f2f3;
}
.zd-card-link .zd-card-steel,
.zd-wiki-link .zd-card-steel,
.zd-card-steel .zd-card-link,
.zd-card-steel .zd-wiki-link {
	color: #3b3f44;
}
.zd-card-link + .zd-card-link .card-block,
.zd-wiki-link a + a .card-block,
.zd-card .card-block + .card-block,
.zd-card-steel .card-block + .card-block {
	border-top: 3px solid #3e1c1c;
}
.zd-card-flex {
	display: flex;
	flex-direction: column;
	flex-grow  : 1;
	flex-shrink: 0;
/*	flex-basis : auto;  [XA] Safari voodoo. o: */
}
.zd-card-flex .card-header,
.zd-card-flex .card-footer {
	flex-grow  : 0;
	flex-shrink: 0;
	flex-basis : auto;
}
.zd-card-flex .card-block {
	flex-grow  : 1;
	flex-shrink: 0;
	flex-basis : auto;
}

/* modals */

.modal-content {
	background-color: #531415;
	color: #f1f2f3;
	border-radius: 0;
	border: 3px solid #3e1c1c;
	font-size: 13px;
	box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.25);
}
.modal-header,
.modal-footer {
	background-color: #8b1a1f;
	padding: 10px 18px;
	border: none;
}
.modal-header {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 300;
}
.modal-footer {
	justify-content: center;
}
.modal-footer a {
	color: #f1f2f3;
}
.modal-body {
	padding-bottom: 0;
}
.modal-body img {
	box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.25);
}
.modal-title {
	margin-top: 0;
}

/* posts */

.zd-post {
	margin-bottom: 1rem;
	text-align: left;
}
.zd-post + .zd-post,
.zd-post-border {
	border-top: 2px solid #1d1d1d;
}
.zd-post-title {
	text-transform: none;
	margin-bottom: 0px;
}
.zd-post-author {
	font-weight: 600;
}
.zd-post-subtitle dt,
.zd-post-subtitle dd {
	font-size: 10px;
	font-weight: normal;
	margin-left: 0;
}
.zd-post-subtitle dt:before {
	display: none;
}
.zd-post-image {
	display: block;
	position: relative;
	height: 200px;
	overflow: hidden;
	margin-bottom: -1.5rem;
	border: 2px solid #1d1d1d;
	background-color: #000000;
}
.zd-post-image img {
	position: absolute;
	max-width: 100%;
	height: auto;
	left: 50%;
	top: 100px;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform    : translate(-50%,-50%);
	transform        : translate(-50%,-50%);
}
.zd-post-more {
	margin-top   : 1rem;
	margin-bottom: 1.5rem;
}

.zd-post-alt {
	text-align: left;
	display: flex;
	flex-direction: column;
}
.zd-post-alt .zd-post-title {
	font-size: 18px;
	flex: 0 0 auto;
}
.zd-post-alt .zd-post-subtitle {
	margin-bottom: 0;
	flex: 0 0 auto;
}
.zd-post-alt .zd-post-body {
	flex: 1 0 auto;
}
.zd-post-alt .zd-post-image {
	height: auto;
	height: 100px;
}
.zd-post-alt .zd-post-image img {
	top: 50px;
}
.zd-post-alt .zd-post-more {
	margin-bottom: 0;
	flex: 0 0 auto;
}

/* buttons */

.zd-button {
	display: inline-block;
	background: #531415;
	border: 3px solid #3E1C1C !important;
	border-radius: 0px;
	color: #f1f2f3;
	font-size: 11px;
	padding: 0 1rem;
	line-height: 33px;
	text-transform: uppercase;
	-webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.25);
	-o-box-shadow     : 0px 3px 2px 0px rgba(0, 0, 0, 0.25);
	-ms-box-shadow    : 0px 3px 2px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow   : 0px 3px 2px 0px rgba(0, 0, 0, 0.25);
	box-shadow        : 0px 3px 2px 0px rgba(0, 0, 0, 0.25);
}
.zd-button:hover {
	background: #8B1A1F;
}
.zd-button a:visited,
.zd-button:visited {
	color: #f1f2f3;
}

/* links */

.zd-sitelink,
.zd-link {
	margin-top: 0.5rem;
}
.zd-sitelink a:before {
	background-image: url("../images/wiki/Zd_zip.png");
	width: 17px;
	height: 18px;
	margin-right: 0.25rem;
	content: '';
	display: inline-block;
	vertical-align: top;
	padding-top: 3px;
}
.zd-sitelink + p,
.zd-link + p {
	margin-top: 0;
}
h2 + .zd-sitelink,
h2 + .zd-link {
	margin-top: 1rem; /* spot-fix */
}

/* wiki link cards; these are unique to the downloads page */

.zd-wiki-link,
.zd-wiki-link span:not(.zd-card-flex) {
	display: block;
	text-align: center;
}
.zd-wiki-link .card-header {
	padding-top   : 0.25rem;
	padding-bottom: 0.25rem;
	text-transform: none;
}
.zd-wiki-link .card-block {
	padding: 0 0 0.5rem 0;
}
.zd-wiki-link .card-text {
	padding-top: 0.5rem;
}
.zd-wiki-link .zd-card-image {
	background-color: #1d1d1d;
	border: 3px solid #3e1c1c;
}
.zd-wiki-link:hover .zd-card-image {
	background-color: #3e1c1c;
}
.zd-wiki-link .zd-card-image img {
	width : auto !important;
	height: auto !important;
}

/* mo' downloads page stuff */

.zd-page-downloads > div:first-child {
	padding-bottom: 0;
}
@media (min-width: 768px) {
	.zd-page-downloads .zd-sidebar {
		padding-top: 0;
	}
}
.zd-download-col {
	display: flex;
	flex-direction: column;
}
.zd-download {
	flex-grow: 1;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	color: #f1f2f3;
	-webkit-box-shadow: 0px 0px 7px 0 rgba(0, 0, 0, 0.33);
	-o-box-shadow     : 0px 0px 7px 0 rgba(0, 0, 0, 0.33);
	-ms-box-shadow    : 0px 0px 7px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow   : 0px 0px 7px 0 rgba(0, 0, 0, 0.33);
	box-shadow        : 0px 0px 7px 0 rgba(0, 0, 0, 0.33);
	margin-top: 0.25rem;
}
.zd-download-icon {
	flex-grow: 0;
	flex-shrink: 0;
	margin-top: 0.5rem;
}
.zd-download-title {
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 20px;
	padding-top   : 0.25rem;
	padding-bottom: 0.25rem;
	background-image:         linear-gradient(180deg, #3d4147 0%, #303337 100%);
	background-image: -webkit-linear-gradient(270deg, #3d4147 0%, #303337 100%);
	background-image:      -o-linear-gradient(270deg, #3d4147 0%, #303337 100%);
	background-image:     -ms-linear-gradient(270deg, #3d4147 0%, #303337 100%);
	background-image:    -moz-linear-gradient(270deg, #3d4147 0%, #303337 100%);
	border-bottom: 0;
}
.zd-download-subtitle {
	font-size: 14px;
	color: #999999;
}
.zd-download-list {
	flex-grow: 1;
	flex-shrink: 0;
	width: 100%;
	margin-bottom: 0;
	list-style: none;
	padding: 0.25rem 0 0.5rem 0;
	background-color: #1d1d1d;
}
.zd-download-list a {
	color: #999999;
}
.zd-download-list li {
	font-size: 18px;
	font-weight: 300;
}
.zd-download-list li:hover {
	background-color: #531415;
}
.zd-download-list li a {
	display: inline-block;
	width: 100%;
}
.zd-download-list h1,
.zd-download-list h2,
.zd-download-list h3,
.zd-download-list h4,
.zd-download-list h5,
.zd-download-list h6 {
	display: inline;
	font-size: 18px;
	margin: 0px 0.5rem;
}
.zd-download-list img {
	height: 20px;
	width: auto;
}

/* misc adjustments */

.zd-row.zd-row {
	margin-left  : -5px;
	margin-right : -5px;
	padding-left : 0;
	padding-right: 0;
}

.zd-page-posts.zd-page-posts {
	padding-bottom: 0;
}

/* [XA] ideally this ought to target .col classes rather than assuming
        that's what the children of a row will be, but I'm not gonna
        enumerate all the possiblities here without SASS. :P
*/
.zd-row > div,
.zd-row .zd-wiki-link {
	padding-left : 5px;
	padding-right: 5px;
	padding-bottom: 15px;
}
.zd-row-wide > div {
	padding-bottom: 15px;
}

/* [XA] just doing one of these; not enumerating the full set. */

@media (max-width: 575px) {
	.br-xs-down {
		display: block;
	}
}

/* legacy: changelog */

.zd-page-legacy {
	overflow-x: auto;
}

.zd-page-legacy .log {
	border-top: 2px solid #1d1d1d;
}
.zd-page-legacy .log h1,
.zd-page-legacy .log h2,
.zd-page-legacy .log h3,
.zd-page-legacy .log h4,
.zd-page-legacy .log h5,
.zd-page-legacy .log h6 {
	text-transform: none;
}
.zd-page-legacy .log .r {
	font-size: 10px;
	font-weight: normal;
	margin-left: 0;
	color: #b8b8b8;
}
.zd-page-legacy h1 {
	text-transform: none;
	color: #b8b8b8;
	font-size: 18px;
}
.zd-page-legacy .log > div:not(.paths) > a {
	display: inline-block;
	background: #531415;
	border: 3px solid #3E1C1C !important;
	border-radius: 0px;
	color: #f1f2f3;
	font-size: 11px;
	padding: 0 1rem;
	margin-bottom: 1.5rem;
	line-height: 33px;
	text-transform: uppercase;
	-webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.25);
	-o-box-shadow     : 0px 3px 2px 0px rgba(0, 0, 0, 0.25);
	-ms-box-shadow    : 0px 3px 2px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow   : 0px 3px 2px 0px rgba(0, 0, 0, 0.25);
	box-shadow        : 0px 3px 2px 0px rgba(0, 0, 0, 0.25);
}
.zd-page-legacy .log > div:not(.paths) > a:hover {
	background: #8B1A1F;
}

/* legacy: changelog details */

.zd-page-legacy .log .where {
	font-size: 10px;
	margin-top: -10px;
	margin-bottom: 10px;
	color: #b8b8b8;
}
.zd-page-legacy .log .paths {
	padding-left: 1.0rem;
	padding-bottom: 0.5rem;
	border-left: 3px solid #777777;
	background-color: #1d1d1d;
	min-width: fit-content;
	overflow-x: auto;
}
.zd-page-legacy .log .paths > p {
	margin-top: 0.5rem;
	font-size: 20px;
	font-weight: 300;
	color: #f1f2f3;
}
.zd-page-legacy .log .paths > h4 {
	margin-top: 1.0rem;
}
.zd-page-legacy .log .paths > table,
.zd-page-legacy .log .paths > a {
	margin-left: 1.0rem;
	line-height: 18px;
}
.zd-page-legacy .log .paths > table td:first-child {
	white-space: nowrap;
}
.zd-page-legacy .log .paths > table td:nth-child(2) div {
	background-color: #8b1a1f !important;
	border-top   : 1px #531415 solid;
	border-bottom: 1px #531415 solid;
}
.zd-page-legacy .log .paths > table td:nth-child(3) div {
	background-color: #55753C !important;
	border-top   : 1px #263D13 solid;
	border-bottom: 1px #263D13 solid;
}

/* legacy: changelog gitview */

/* [XA] custom dark theme, vaguely inspired by Visual Studio. */

.zd-page-legacy > pre {
	padding-left  : 1.0rem;
	padding-bottom: 0.5rem;
	padding-top   : 0.5rem;
	border-left: 3px solid #777777;
	background-color: #1d1d1d;
}
.zd-page-legacy > pre .normal {
	color: #f1f2f3;
}
.zd-page-legacy > pre .keyword {
	color: #569CD6;
	font-weight: bold;
}
.zd-page-legacy > pre .type {
	color: #569CD6;
}
.zd-page-legacy > pre .string {
	color: #D52B33;
}
.zd-page-legacy > pre .specialchar {
	color: #f6f647;
}
.zd-page-legacy > pre .comment {
	color: #777777;
	font-style: italic;
}
.zd-page-legacy > pre .number {
	color: #f6f647;
}
.zd-page-legacy > pre .preproc {
	color: #999999;
}
.zd-page-legacy > pre .usertype {
	color: #BFB881;
}
.zd-page-legacy > pre .symbol {
	color: #bbbbbb;
}
.zd-page-legacy > pre .function {
	color: #9DBF81;
}
.zd-page-legacy > pre .cbracket {
	color: #bbbbbb;
}

/* legacy: changelog gitdiff */

.zd-page-legacy .error {
	color: #D52B33;
}
.zd-page-legacy .diff {
	border-collapse: collapse;
	line-height: 110%;
	border-left: 3px solid #777777;
	background-color: #1d1d1d;
	color: #f1f2f3;
}
.zd-page-legacy .diff pre { margin: 0; }
.zd-page-legacy .diff td {
	font-size: 12px;
	margin: 0;
	vertical-align: top;
}
.zd-page-legacy .diff td a {
	text-decoration: none;
	color: #f1f2f3;
}
.zd-page-legacy .diff td a:hover {
	color: #D52B33;
}
.zd-page-legacy .diff .a  { background: #263D13; }
.zd-page-legacy .diff .r  { background: #531415; }
.zd-page-legacy .diff .m  { background: #1B4365; }

.zd-page-legacy .diff .e  {                   }
.zd-page-legacy .diff .ea { background: #263D13; }
.zd-page-legacy .diff .er { background: #531415; }
.zd-page-legacy .diff .em { background: #1B4365; }

.zd-page-legacy .diff .l  { background: #3e4247; color: #999999; text-align: right; }
.zd-page-legacy .diff .la { background: #55753C; color: #9DBF81; text-align: right; }
.zd-page-legacy .diff .lr { background: #8b1a1f; color: #E25E64; text-align: right; }
.zd-page-legacy .diff .lm { background: #26659A; color: #66A5DA; text-align: right; }

.zd-page-legacy .diff .le  { background: #3e4247; color: #999999; text-align: right; }
.zd-page-legacy .diff .lea { background: #55753C; color: #9DBF81; text-align: right; }
.zd-page-legacy .diff .ler { background: #8b1a1f; color: #E25E64; text-align: right; }
.zd-page-legacy .diff .lem { background: #26659A; color: #66A5DA; text-align: right; }

.zd-page-legacy .diff .h    { background: #3e4247; text-align: center; border: dashed 1px #777777; }
.zd-page-legacy .diff .h td { padding: 4px; border-left: none; }
