html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body.cc-body {
	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	background: url('slash-bkgnd.png');
	background: #eee;
	margin: 0;
	padding; 0;
	color: #444;
    min-height: 101vh;
	}
.cc-body video {
	border: 1px solid #eee;
	background: #eee;
	}
.cc-body .header {
	padding: 0;
	margin: 0 auto;
	}
.cc-body .slimmed {
	padding-left: 1rem;
	padding-right: 1rem;
	}
.cc-body .wrapper {
	position: relative;
	min-height: 350px;
	width: 720px;
	padding: 0 0 2.5em;
	margin: 0 auto 2rem;
	background: #fff;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-bottom: 2px solid #ccc;
	}
.cc-body a:link,
.cc-body a:visited,
.cc-body a:active {
	color: #337ab7;
	text-decoration: none;
	}
.cc-body a:hover {
	text-decoration: underline;
	color: #23527c;
	}
.cc-body a.blocked {
	display: inline-block;
	padding: 1px 8px 0;
	border: 1px solid #9cf;
	border-radius: 6px;
	font-weight: normal;
	font-size: 95%;
	margin: 6px 1em 0 0;
	}
.cc-body a.blocked:hover{
	background: #9cf;
	border: 1px solid #9cf;
	text-decoration: none;
	}
.cc-body p,
.cc-body li {
	margin: 0 0 1rem;
	line-height: 1.5;
	}
.cc-body ol li {
	margin: 0 0 1.5rem;
	line-height: 1.5;
	}
.cc-body h1 {
	margin: 0 0 2rem;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background: #ddd;
	font-weight: normal;
	}
.cc-front h1 {
	display: none;
	}
.cc-body h3 {
	font-size: 130%;
	margin: 2em 0 3px;
	font-weight: normal;
	}
.cc-body ol {
	font-weight: bold;
	padding-left: 25px;
	margin-top: 0;
	}
.cc-body .slug {
	position: relative; 
	font-size: 90%;
	f ont-weight: bold;
	background: #ec1d25;
	height: 60px;
	overflow: hidden;
	margin: 0;
	padding: 0 1rem;
	}
.cc-body .slug a {
	color: #fff;
	}
.cc-body .slug a:hover {
	text-decoration: none;
	}
.cc-body .header-title {
	position: absolute;
	right: 1rem;
	top: 24px;
	line-height: 1;
	letter-spacing: 2px;
	}
.cc-body .run-time {
	font-weight: normal;
	font-size: 90%;
	padding-left: 5px;
	}
.cc-body .errors {
	color: #f00;
	font-style: italic;
	margin: 0 0 1.5rem;
	height: 22px;
	}
.cc-body #pswd {
	font-family: monospace;
	font-size: 200%:
	color: #999;
	padding: 5px;
	}
.cc-body .the-btn {
	display: inline-block;
	border: 1px solid #999;
	padding: 3px 10px 2px;
	border-radius: 6px;
	margin: 0 0 0 10px;
	font-size: 90%;
	margin: 0;
	}
.cc-body .the-btn:hover {
	cursor: pointer;
	}
.cc-body footer {
	 position: absolute;
	 width: inherit;
	 bottom: 13px;
	 font-size: 80%;
	 text-align: center;
	 color: #888;
	}
.cc-body footer p {
	margin: 0;
	line-height: 1em;
	}
.cc-body footer a {
	color: #888;
	}
.cc-body h2.tab {
	display: inline-block;
	font-size: 1.3rem;
	border: 1px solid #bbb;
	padding: 12px 1rem;
	margin: 3rem -1px 0 0;
	background: #fff;
	border-radius: 10px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-color: #fff;
	line-height: 1rem;
	z-index: 500;
	position: relative;
	}
.cc-body h2.t-idle {
	background: #eee;
	font-size: 1.1rem;
	font-weight: normal;
	border-bottom-color: #bbb;
	z-index: 100;	
	position: relative;
	}
.cc-body h2.t-idle:hover {
	cursor: pointer;
	}
.cc-body .module-content {
	padding: 2rem 1rem 1rem;
	margin: -2px 0 0 0;
	border: 1px solid #bbb;
	border-radius: 10px;
	min-height: 700px;
	z-index: 200;
	background: #fff;
	position: relative;
	}
.cc-body #content-tabs {
	text-align: center;
	}
.cc-body span.ext {
	font-size: 70%;
	font-weight: bold;
	padding: 1px 5px 0 3px;
	color: #fff;
	background: #999;
	border: 0px solid #aaa;
	border-radius: 4px;
	position: relative;
	top: -1px;
	margin-left: 5px;
	}