﻿#interiorScrolling {
	 
	 	border:solid thin;
	 	height:150px;
	 	overflow-y:scroll;
	 	
}

.scenarioContainer {
	 margin-top:20px;
	 margin-bottom:50px;
	
	 
}

.control,  .points {
	 margin:10px;
	 display:inline-block;
	 vertical-align:top;
}

.control {
	 -ms-grid-column:1;
	 width:40%;
	 
}

ul {
	 margin-left:20px;
}
.points {

	width:40%;
	 -ms-grid-column:2;

}

#range1 {
	-ms-writing-mode:bt-lr;
	width:20px;	
	height:150px;
}

#range2 {
	 width:200px;
}

input, textarea {
	margin: 5px;
	padding: 2px 1px;
}

#favoriteFruit
{
  width: 160px;
}

#textcontrols {
	 display:-ms-grid; 
	
}

.labelholder {
	 width:100px;
	-ms-grid-column:1;

}

.inputholder{
	 -ms-grid-column:2;
}

.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	opacity:.80;
}
.white_content {
	display: none;
	position: fixed;
	top: 25%;
	left: 25%;
	
	padding: 16px;
	border: 16px solid orange;
	background-color: white;
	z-index:1002;
	overflow: auto;
}


embed {
	 BORDER: #999 1px solid; 
	 WIDTH: 640px; 
	 HEIGHT: 360px;
	 margin-top:10px; 
	
}
video {
	 padding-top:10px;
}

#closeButton {
	 position:absolute;
	 top:-8px;
	 right:0px;
	 margin:5px;
	 font-size:large;
	 font-weight:bold;
}