* { box-sizing: border-box; } html, body { height: 100%; } .height { background: lightblue; min-height: 100%; }

.livestream {
    position: fixed; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    right: 0; 
    width: 100%;
    height: 100%;
    border: none;
    background-color: black;
}

body { 
    background-color: black; 
    margin: 0;
    padding: 0;
}

#question-frm-title {
    font-size: 22px;
    padding-bottom: 22px;
}
#question-frm {
    color:black;
}
#success-dialog {
    width:100%;
}
label {
    display: inline-block;

}
select {
    vertical-align: top;
}
.text, select {
    width:100%;
}

.btn-primary, .btn-primary:hover {
    background: #29CED7;
    background-color: #29CED7;
    border-color: #29CED7;
}




/* points game  css */

#game-menus-container img {
        width: 140px;
}

#game-modal {
    text-align: center;
    margin: 0px auto;
}

#gameModal {
    text-align: center;
    margin: 0px auto;
    max-width: 960px;
    max-height: 580px;
}
#game-modal-iframe {
    margin: 10px auto;
    text-align:center;
    border:0;
    max-width: 960px;
    background-color: #171a2b;
}




/* embed */

#vimeo-container {
    position:relative;
    margin-top: 20px;
}

.frame {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 0 none;
    box-sizing: border-box;
    position:absolute;
    top:0;
    left:0;
}




/* The ask questions button */

#modal-click {
    position:fixed; top:10px; right: 10px; z-index:999;
}


/* The ask questions Modal */


#myModal {
    text-align: center;
}

.modal-content {
    text-align: left;
}




/* Modal Content/Box */
.modal-iframe-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close-iframe {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close-iframe:hover,
  .close-iframe:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  
  .modal-iframe {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    color:white;
    margin: 0px auto;
    text-align: center;
  }
  
  #closeIframe {
      text-align:right; 
      z-index: 9999; position: absolute; right: 15px; top: 15px; color:black; background: white;
  }
  
  #game-iframe-container {
      max-width: 960px; margin: 0px auto; position: relative; 
      
  }
  
  #iframe-modal {
      overflow: hidden;
  }