/*
 *  Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
 *
 *  Use of this source code is governed by a BSD-style license
 *  that can be found in the LICENSE file in the root of the source
 *  tree.
 */
button {
  margin: 0 20px 0 0;
  width: 83px;
}

button#hangupButton {
    margin: 0;
}

video {
  margin: 0 0 20px 0;
  --width: 40%;
  width: var(--width);
  height: calc(var(--width) * 0.75);
}

video#video1 {
  margin: 0 20px 20px 0;
}

@media screen and (max-width: 400px) {
  button {
    margin: 0 11px 10px 0;
  }

  video {
    height: 90px;
    margin: 0 0 10px 0;
    width: calc(50% - 8px);
  }

  video#video1 {
    margin: 0 10px 10px 0;
  }

}

td.peerName {
  background-color: #14D7FF;
}

input.intext {
  width: 70px;
  margin: 0 10px 10px 0;
}

.inputEdge {
	background-color: blue;
	color: white;
	margin: 10px 10px 10px 10px;
	width: 180px;
	text-align: center;
	vertical-align: middle;
}

.rmpStream {
	background-color: red;
	color: white;
	margin: 10px 10px 10px 10px;
	width: 180px;
	text-align: center;
	vertical-align: middle;
}

.regionContainer {
  position: relative;
  text-align: center;
  color: white;
}