
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.floatRight {
    float: right; 
    margin: 4px; 
}
.floatLeft {
    float: left; 
    margin: 4px; 
}

.hidden {
  display:none;
}

.ontop {
   z-index: 10;
}

/* Voting */
.voting {
   //max-width: 80%;
}

.voteHeader {
    min-height: 42px;
}

.voteQ {
  font-size:1.3em;
  font-weight: bold;
}

/* embedded iframes */
.embedframe {
    width:100%;
    height:100%;
    background: none transparent;
}

/* Slinger */
.slingarea {
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-top-left-radius: 10px 5px;
    border-top-right-radius: 10px;

    opacity: 0.7;
    //height: 130px;
    height: 15%;
    background-color: black;
    color: white;
    width: 100%;
    overflow:hidden;
}

.slinguser {
    font-weight: bold;
    font-size: 0.9em;
    padding-top: 15px;
    padding-left: 5px;
}

.slingtext {
    color:white;
    font-size: 1.5em;
    font-stype: italic;
    padding-left: 10px;
}

/* Slider */
.sliderbox {
  height: 10px;
  padding: 4px 8px;
  background: black;
}

.slider {
  height: 10px;
  background: #3f3f3f;
  position: relative;
}

.completed {
    position:absolute;
    height:14px;
    width: 10px;
    top: -2px;
    background: #eec16c;
}


.controlbar {
  width: 95%;
  height: 55px;
  font-size: 1.2em;
  font-weight: bold;
  word-wrap: None;
}


/*************** Presenter **************/
.spans {
  background: lightgray;
}

.slide_title {
    font-size: 1.2em;
    font-weight: bold;
}

