div#inked-painted { 
  position: relative; font-size: 0; 
  -ms-touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
div#inked-painted img { 
  width: 100%; height: auto; 
}
div#colored { 
  background-image: url(../../images/cc-introduction-low.jpg);
  position: absolute;
  top: 0; left: 0; height: 100%;
  width: 50%;
  background-size: cover; 
  border-right: #424242 2px solid;
}
div#inked-painted:hover {
  cursor: col-resize; 
}

p {
	text-align:justify;
}

.admonition-for-teachers {
	color: #000;
	background-color: #D8D8D8;
	border-color: #D8D8D8;
}

.version-teacher {
	background-color:#95D195;
}

.version-dev {
	background-color: #E68F8D;
}

.version-subtitle {
	padding: 19px 15px 13px 15px;
}

.version-subtitle-dev {
	color: red;
}

.version-subtitle-teacher {
	color: green;
}

@media only screen and (max-width: 1199px) {
	.version-subtitle {
		display:none;
	}

}

@media only screen and (min-width: 1200) {
	.version-subtitle  {
		display:block;
	}

}

@media only screen and (max-width: 991px) {
	.navbar-brand-full {
		display:none;
	}
	.navbar-brand-abbr {
		display:block;
	}
}

@media only screen and (min-width: 992px) {
	.navbar-brand-full {
		display:block;
	}
	.navbar-brand-abbr {
		display:none;
	}
}

.menu-buttons {
	margin-bottom:20px;
}

.widget-holder {
	position: relative;
	width: 100%;
	border: 5px solid #4582EC;
	text-align:center;
	margin-bottom: 1.4em;
}

.widget-subtitle {
    color: white;
	font: bold 24px "Raleway", Helvetica, Arial, sans-serif;
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    background: #4582EC;
    padding: 20px;
}

.widget-subtitle:hover {
    background: #2964CC;
}

.widget-image {
	height: auto;
	max-width: 100%;
}

div.figure > img,
div.figure > a > img {
	height: auto;
	max-width: 100%;
	margin-bottom: 20px;
	max-height: 600px;
}

.section-items> li+li,
.globaltoc > li+li {
	border-top: 1px #98B5E9 solid;
}

.curiosity, 
.jargon-buster,
.useful-link,
.extra-for-experts,
.admonition {
	padding: 0px 15px 1px 15px;
	margin: 0px 0px 20px 0px;
	border-radius: 4px;
	width:100%;
}

.warning {
	padding-bottom: 18px;
}

.admonition p:first-child:before, 
.curiosity p:first-child:before, 
.jargon-buster p:first-child:before,
.extra-for-experts p:first-child:before,
.useful-link p:first-child:before {
	content: "\e080";
	position: relative;
	top: 9px;
	right: 5px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size: 2em;
	-moz-osx-font-smoothing: grayscale;
}

/* Curiosity inline box */
.curiosity {
	background-color: #FFEB5A;
}

/* Jargon Buster inline box */
.jargon-buster {
	color: #FFF;
	background-color: #9734D5;
}	

.useful-link {
	background-color: #92F737;
}

.extra-for-experts {
	background-color: #FFA825;
}

.jargon-buster  > p > a  {
	color: #FFF;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
	margin-bottom:20px;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.interactive-text {
	text-align: center;
	font-size: 2em;
}

.button-interactive {
	padding-bottom:20px;
}

.interactive{
	padding:0px 24px 24px 24px;
	text-align: center;
}

#interactive-deceiver-feedback-container{
	height: 45px;
	margin: 10px;
}

.interactive-correct {
	color:green;
	font-weight:bold;
}

.interactive-wrong{
	color:red;
	font-weight:bold;
}

.interactive-checkbox {
	float:none !important;
	margin-left:0px !important;
	height:40px;
	width:40px;
}

.interactive-input {
	margin: 10px 0px;
	width:100%;
}