@media (min-width: 980px) {
  body {
  	padding-top: 60px;
  }

@media print {
	
	#thesidebar { 
		display: none;
	}
}

body {
    padding-bottom: 40px;
}
.sidebar-nav {
    padding: 9px 0;
}
@media (max-width: 980px) {
    /* Enable use of floated navbar text */
    .navbar-text.pull-right {
        float: none;
        padding-left: 5px;
        padding-right: 5px;
    }
}
.glossary li {
    margin-bottom: 25px;
    list-style-type: none;
}
.gitem:before {
    display: block; 
    content: " "; 
    margin-top: -40px; 
    height: 40px; 
    visibility: hidden; 
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 15px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pc_instructions {
	margin-bottom: 15px;
}

.pc_instructions a {
	color: black;
}

h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin: 0px;
	line-height: 20px;
	font-weight: normal;
}

.alert-success .CodeMirror {
  height: auto;
}

.CodeMirror {
  /*height: auto;*/
}

