<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
	max-width: $content-width;
	margin: 0 auto;
}
.video {
    width: 80%;
		margin-bottom:50px;
}

img {
    width: 100%;
}

.row {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left:20px;
}

.jump-to {
	margin-left: 2px;
}

.md-button {
    font-size: 11px;
	margin: 0px;
    padding: 0px;   
	vertical-align: middle;
}

/* Aside */

aside {
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	z-index: 2;
	border-bottom: 1px solid lighten($light, 30%);
	box-shadow: 0px 1px 1px RGBA(4, 25, 54, .1);
	nav {
		float: left;
		max-width: 800px;
		margin: 0 auto;
		ul {
			margin: 0;
			padding: 0;
			list-style: none;
			li {
				float: left;
				position: relative;
				a {
					text-decoration: none;
					display: block;
					padding: 15px;
					font-family: 'Muli', sans-serif;
					line-height: 20px;
					margin-bottom: -1px;
					box-shadow: 0;
					&amp;:hover,
					&amp;:active {
						background: $header;
						text-decoration: none;
						color: $main;
					}
				}
			}
		}
		&amp;:after {
			content: '';
			display: table;
			clear: both;
		}
	}
}

footer {
	text-align: center;
	padding: 0px;
}

.mtz-download-btn {
	display: none;
}

img {
	margin: 5px;
	margin-left: 20px;
	margin-right: 20px;
	
}</pre></body></html>