body { background-color:#fffff7; margin: 0; padding: 0;}
iframe { border:0; margin-left: 0; padding: 0; }

.global-header {
  background: #003000;
  color: #777;
}

.global-header h1 {
  color: #f0f0e0;
  font-family: "Donegal One", serif;
  font-size: 2em;
  line-height: 1em;
  margin: 0;
  text-align: left;
  text-overflow: ellipsis;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.6);
  white-space: nowrap;
}
.global-header .masthead {
  float: right;
  margin: 4px 10px 6px;
}

.global-header .btn-pill {
  border: 1px solid #e6d8d8;
  border-radius: 2px;
  display: block;
  float: left;
  font-size: 18px;
  padding: 0 15px;
}
.global-header .btn-pill:hover {
  background: #f0e7e7;
  color: #227744;
}

@font-face {
  font-family: 'Okuda';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/Okuda.otf') format('opentype');
}

.myPlayer {
  display: inline-block;
  max-width: 720px;
  margin: 0 auto;
  padding: 10px;

} 

video {
  display: inline-block;
    width: 100%;
  margin: 0 auto;
  padding: 10px;

} 

.container {
	   margin: 20px auto;
	   width: 300px;
}

#zone0 {
	   margin: 20px 20px 20px 20px;
}

#playList {
	position: absolute;
	left: 780px;
	top: 60px;
	width: 100%;
	height: 2048px;
	border:0px solid gray;
	overflow: scroll;
}

#presenter {
        position: relative;
	top: 0px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	line-height:0px;
}

