body{
    background-color: #999999;
    height: 100%;
    background-size: cover;
    background-position: center;
}

header{
  background-color: #0066ff;
  padding: 10px;
  text-align: center;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 10%;
}

header h1{
  font-size: 20px;
  color: white;
  border: 5px solid white;
  display: inline-block;
  padding: 5px 5px;
  border-radius: 30px;
  position: relative;
  right: 20px;
}

h3{
  font-size: 18px;
  color: yellow;
  border: 2px solid red;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 36px;
  position: relative;
}

.container {
    position: absolute;
    overflow: hidden;
    top: 150px;
    left: 0;
    width: 100%;
    height: 200px;
}
.logged-in-user {
    width: 50%;
    height: 150px;
    float: left; 
    background: green;
    margin: 50px
}
.methods {
    width: 50%;
    height: 150px;
    float: right;
    background: blue;
    margin: 50px
}
.events {
    top: 400px;
    left: 0px;
    width: 100%;
    height: 200px;
}

.chat_container {
    position: absolute;
    overflow: hidden;
    top: 150px;
    left: 0;
    width: 100%;
    height: 100px;
}

.login-page{
    top: 150px;
    width: 400px;
    padding: 10% 0 0;
    margin: auto;
}

.workshop-page{
   position: relative;
   left: 0px;
   top: 100px;
   width: 100%;
   height: 635px;
   border: 2px;
}
.popia_workshop_video{
   position: relative;
   left: 0;
   top: 0px;
   width: 100%;
   height: 500px;
   border: 2px;
}
.workshop_feedback_link{
   position: relative;
   left: 0;
   top: 110px;
   width: 100%;
   height: 40px;
   color: white;
   text-align: center;
   border: 3px; 
}
video{
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 600px;
}
#videoal {
   position: fixed;
   padding: 0px;
   left: 0;
   top: 160px;
   width: 99.5%;
   height: 300px;
   color: white;
   text-align: center;
   border: 2px solid ;
}


#videoal div.video {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 200px;
    height: 200px;
    margin: 0 10px 10px 0;
}

#videoal div.video video {
    width: 100%;
    height: 100%;
}

.form{
    top: 80px;
    position: fixed;
    z-index: 1;
    background-color: #0066ff;
    max-width: 400px;
    margin: 50px  auto 50px;
    padding: 30px;
    text-align: center;
}

.form input{
    font-family: "Roboto",sans-serif;
    outline: 1;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 10px;
}

.form button:hover,.form button:active{
    background: #43A047;
}

.form .message{
    margin: 15px 0 0;
    color: aliceblue;
    font-size: 12px;
}

.form .message a{
    color: #4CAF50;
    text-decoration: none;
}

.form button{
    font-family: "Roboto",sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #4CAF50;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}

button{
    font-family: "Roboto",sans-serif;
    outline: 2;
    background: #4CAF50;
    width: auto;
    border: 2;
    padding: 5px;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
}

button:hover {
  background: lightsalmon;
}

.footer {
   position: fixed;
   padding: 10px;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 50px;
   background-color: #0066ff;
   color: white;
   text-align: center;
}

#chat_area{
    position: absolute;
    overflow: hidden;
    top: 150px;
    left: 0;
    width: 100%;
    height: 300px;
}
#incomingVideo{
    width: 50%; 
    height: 400px; 
    float: left; 
    background: green;
}

#outgoingVideo{
    margin-left: 50%; 
    height: 400px; 
    background: blue;
}

#callfunction_form{
    position: relative;
    overflow: hidden;
    top: 500px;
    left: 0;
    width: 100%;
    height: 50px;
}

#contentarea {
  border: 2px solid black;
  font-size: 16px;
  font-family: "Lucida Grande", "Arial", sans-serif;
  width: 400px;
  height: 150px;
}

#box1	
{ 
    border: 1px solid black;
    min-height: 106px;
    margin-right: 210px;
}

#startbutton 
{
    border: 1px solid darkgrey;
    background: gray;
    min-height: 30px;
    padding: 0px 125px 0px 62px;
    width: 50px;
    position: absolute;
    bottom: 63px;
    left: 34px;
}

#box2 	
{
    float:right;
    border:1px solid black;
    min-height:150px;
    width:190px;
}