#telmed-chat-list{
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	padding: 0 15px;
	pointer-events: none;
}
#telmed-chat-list:after{
	content: '';
	display: table;
	clear: both;
}
#telmed-chat-list > *{
	pointer-events: all;
    margin: 0 10px;
    box-shadow: 0 -3px 8px rgba(0,0,0,0.2), 0 -5px 8px -8px rgba(0,0,0,.1), 0 0 1px rgba(0,0,0,.1);
    float: right;
}
#telemed_draggable{
	width: 414px;
	height: 736px;
	right: 100px;
	top: 200px;
	position: fixed;
	z-index: 2002
}