@import url('https://fonts.googleapis.com/css?family=Prompt');
body {
	font-weight:normal;
	color:#000000;
	letter-spacing:0pt;
	word-spacing:0pt;
	font-size:12px;
	text-align:left;
	font-family: 'Prompt', sans-serif;
	background-color:#27262a;
}
iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#videochatwrap{
overflow:hidden;
white-space:nowrap;
width:100%;
text-align:center;
}
#videowrap{
  height: 576px;
  width: 1024px;
  overflow-x: auto;
  overflow-y: hidden;
  resize: both;
  z-index: 1;
  display:inline-block;
  vertical-align:top;
  border-radius:10px;
}
#chatwrap{
  height: 576px;
  width: 325px;
  overflow-x: auto;
  overflow-y: hidden;
  resize: both;
  z-index: 1;
  display:inline-block;
  vertical-align:top;
  border-radius:10px;
}

