.support-box {
	z-index: 1040;
	width: 230px;
	background-color: #ef7d00;
	color: #FFFFFF;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);

	position: fixed;
	top: 35%;
	left: -230px;
	padding: 20px;
	transition: left 0.3s;
	border-bottom-right-radius: 5px;
}

.support-box.open {
	left: 0px;
}

.support-box hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border-color: #ffffff;
}

.support-box a {
	color: inherit;
	text-decoration: none;
}

.support-box-container {
	padding: 20px 20px 5px;
}

.support-box a.handle,
.support-box a.handle:hover,
.support-box a.handle:focus {
	width: 40px;
	height: 40px;
	background-color: #ef7d00;
	color: #FFFFFF;
	text-indent: 1px !important;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	display: block;
	position: absolute;
	top: 0px;
	right: -40px;
	outline: none;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

a.handle img {
	width: 30px;
	height: auto;
}

.support-box .em {
	font-weight: normal;
	font-size: 20px;
}