body { font-family: 'Lexend Deca',Arial; }

.container {
  margin: auto;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #F91E26;
  vertical-align: middle;
}

.label {
  color: #f0f0f0;;
  padding: 8px;
  font-size: 40px;
}

.dropdown {
  margin-left: 10px;
  margin-right: 10px;
}

li {
  float: left;
  vertical-align: middle;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  float: left;
}

input[type=text] {
  width: 15%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 2px solid rgb(43, 41, 41);
  border-radius: 4px;
}

hr.dotted {
  border-top: 3px dotted #bbb;
}


/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #111;
}

body {background-color: rgb(212, 211, 210);}

h1 {
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 0.5em;
    color: #3D3935
}

h2 {
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.3px;
    margin-bottom: 0.4em;
    color: #3D3935;
}

h3 {
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0px;
    margin-bottom: 0.3em;
    color: #3D3935;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #43B02A;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

#call_detail { 
  width: 920px; 
  height: auto; 
  margin: 0 auto;
} 


.clear{
  clear: both;
}

#remote_video { 
  background-color: #3D3935;
  padding: 5px;
  height: 40vh; 
  width:100%;
  float: left; 
  margin-right: 5px;
  border-radius: 6px;
} 

#local_video { 
  background-color: #3D3935;
  padding: 5px;
  height: 40vh;
  width:100%; 
  float: left; 
  margin-right: 5px;
  border-radius: 6px;
}

@media (max-width:767px) {
  #wrapper{
      width: 100%;
      height: auto;
  }
  #remote_video {
      width: 100%;
      height: auto;
      float: none;
  }
  #local_video {
      width: 100%;
      height: auto;
      float: none;
  }
}


.button-9 {
    appearance: button;
    backface-visibility: hidden;
    background-color: #43B02A;
    border-radius: 3px;
    border-width: 0;
    box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: -apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Ubuntu,sans-serif;
    font-size: 100%;
    height: 24px;
    line-height: 1.15;
    margin: 12px;
    outline: none;
    overflow: hidden;
    padding: 0 25px;
    position: relative;
    text-align: center;
    text-transform: none;
    transform: translateZ(0);
    transition: all .2s,box-shadow .08s ease-in;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;

}

.button-9:disabled {
cursor: default;
}

.button-9:focus {
box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px;
}