.c49mod-chat-lateral .c49-chat-wrap {
	padding: 10px 20px 20px;
	right: -10px;
	position: fixed;
	text-align: center;
	transform: rotate(-90deg) translate(0, -100%);
	transform-origin: 100% 0;
	font-weight: bold;
	box-shadow: 0px 2px 10px rgba(0,0,0,.2);
	background-color: #fff;
	border: 1px solid #e5e5e5;
	z-index: 20;
	cursor: pointer;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.c49mod-chat-lateral .c49-chat-wrap:hover {
	right: 0px;
}
