@charset "utf-8";

/* Home - index */

#row2 br {
	float: none;
}


#row1 {
	border: 0px solid #fff;
	display: inline-block;
	width: 100%;
	line-height: 1em;
	/*! padding: 0 1em; */
	margin: 0em 0 1.5em;
	/*! text-align: center; */
}


h1 {

}


#received_video, #local_video {
	border: 1px solid red;
  height: 250px;
	 
}

button {
	width: 100px;
  padding: 1em 0.2em;
}
h2 {
  font-weight: bold;
  text-align: center;
	text-decoration: underline;
}

#row2, #row3, #row4 {
	border: 1px solid #000;
  margin-bottom: 1em;
	width: 77.5%;
	font-size: 1.2em;
  line-height: 1.2em;
  height: 250px;
  float: left;
}

#row2 {
	width: 20%;
	margin-right: 2%;
}

#userlist {
	overflow: auto;
	display: block;
}

#chat {
	display: block;
	width: 100%;
	height: 190px;
	overflow: auto;
}

#sendLine {
	display: block;
	width: 100%;
	height: 30px;
	
}

#newMsg {
	height: 100%;
	width: 90%;
}

#sendMsg {
	height: 100%;
	width: 9%;
	
}


#row4 {
	width: 100%;
	height: 200px;
}

#logOut {
	display: block;
	overflow: auto;
	height: 174px;
}


/* on large screens, I use a different layout, so 600px are sufficient */
.tox-editor-container {
	     width: 100% !important;
  
}
.mce-content-body {
  width: 100%;
}


@media only screen and ( min-width: 1350px ) {
	#row1, #row2, #row3 {
		idth: calc(100% - 220px);
	}
	#row2, #row3 {
		idth:  calc(90% - 220px);
	  argin-left: calc(220px + 5%);
	}
}

@media only screen and ( max-width: 1350px ) {
	#row1, #row2, #row3 {
		width: calc(100% - 280px);
	}
	#row2 {
	  margin-left: 220px;
	}
}

@media only screen and ( max-width: 1050px ) {
	#row1, #row2, #row3 {
		width: calc(100% - 210px);
	}
	#row2 {
	}
}

@media only screen and ( max-width: 750px ) {
	#row1, #row2, #row3 {
		width: 100%;
	}
	#row2 {
		width: 90%;
		margin-left: 5%;

	}
.tox-editor-container {
	     width: 90% !important;
  
}
  .mce-content-body {
       width: 90% !important;
 		   margin-left: 5%;
   }

}

@media only screen and ( max-width: 440px ) {

}