#show_comments{
	width: 70px;
	z-index: 9999999;
	height: 191px;
	background: url(https://powtoon.s3.amazonaws.com/images/lp/Slides.LP/GiveFeedback.png) no-repeat;
	position: fixed;
	right: 0px;
	top: 292px;
	background-size: 100%;
}
#commentsModal{
	background: whitesmoke;
	padding: 18px;
	height:629px;
	max-width: 746px;
	position: fixed;
	z-index: 9999999;
	display:none;
	border: 1px solid white;
	top: 50%;
	margin-top: -315px;
	left: 0%;
	margin-left: auto;
	margin-right: auto;
	right: 0%;
	width: 100%;
	overflow:visible;
}
#com-cont{
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 593px;
}