﻿video-consultation {
	float: right;
	width: 0px;
	height: 100%;
}
video-consultation >div,
video-consultation >div .mf-video-bar {
	height: 100%;
	box-sizing: border-box;
	display: inline-block;
}
video-consultation >div .mf-video-bar {
    padding-bottom: 100px;
}
video-consultation .mf-video-bar {
	width: 400px;
	transition: width .1s ease-in;
	overflow: auto;
}
video-consultation .mf-video-participants {
	margin-left: 15px;
	padding-top: 15px;
    position: absolute;
}
video-consultation .mf-video-participants span{
	color : white;
	display : inline-block;
	width: 100%;
}
video-consultation .mf-video-participants button{
	margin-top: 15px;
	background-color: orange;
	border: 0px;
	height: 35px;
}
video-consultation .mf-video-participants button span{
	color: black;
	font-weight : bolder;
}