.parameter-table { line-height: 1.2; width:100%; margin-top:5px;}
.parameter-table td, .parameter-table th {vertical-align: top;}
.parameter-table th {font-weight: bold;}
.parameter-table td.parameter-name {font-style: italic; padding-right:20px; text-align: right; width: 20%; padding-top:5px;}
.parameter-table td.parameter-name span {background-color:#ccc; padding: 2px 4px; display: inline-block; line-height: 1;}
.parameter-table td.parameter-description {border-bottom: 1px solid #ccc; padding-bottom:5px; padding-top:5px; width: 80%;}

.simple-navside, .post-title { padding-top: 10px; }

/* ========== Main Navigation ========== */

header { height: 80px; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; z-index: 1; position: inherit;}
header .simple-nav-logo { position: relative; left: 20px; }
header .navbar-brand.simple-nav-logo img { height: 48px; }

.navbar-toggler {position: relative; right: 20px; }

.navbar-brand {padding-top: 0; padding-bottom: 0; }

@-webkit-keyframes animationFade {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
@keyframes animationFade {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

/* ========== Scroll Top ========== */
.scroll-top-arrow, .scroll-top-arrow:focus {
	font-size: 23px;
	line-height: 47px;
	color: #fff;
	background-color: #003862;
	display: none;
	height: 45px;
	width: 45px;
	cursor: pointer;
	padding: 0;
	position: fixed;
	bottom: 20px;
	right: 20px;
	text-align: center;
	text-decoration: none;
	z-index: 80;
	border-radius: 50px;
	transition: all .3s ease-in-out;
}
.scroll-top-arrow:hover { background-color: #00c2df; }

/* ========== Footer ========== */
footer { padding: 20px 0; background-color:#ffffff; position:relative; z-index:999; }

.copyright-wrapper { position: relative; padding-top: 20px; }
.copyright { position: relative; }
.copyright p { margin-bottom: 1rem!important; }
.logo-footer-wrapper {
	position: absolute;
	right: 20px;
	bottom: 0px;
	width: 140px;
}
.logo-footer {
	width: 100%;
	height: auto;
	margin-top: 36px;
}