.navlist3 {
	width: 24%;
	height: 100%;
	border-top: 0 !important;
}
#navsearch {
	display: block;
	line-height: 1.6;
	padding: 10px;
	border-left: 6px solid #E9E9E9;
}
#support_container {
	float: left;
	width: 76%;
	overflow: auto;
	position: relative;
}
.support_inner {
	padding: 0px 20px 20px 20px;
	line-height: 170%;
}
.support_tickethead {
	background-color: #eeeeee !important;
}
.profile {
	background-image: url(../img/profile.png);
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 0.5px solid #cccccc;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

@media (max-width: 900px) {
	.navlist3 {
		width: 20%;
		height: 100%;
	}
	#support_container {
		float: left;
		width: 80%;
		overflow: auto;
	}
}
@media (max-width: 600px) {
	.navlist3 {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
		-moz-border-radius: 4px;
		-khtml-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}
	.navlist3_border {
		border: none;
	}
	a.navlist3_item {
		display: none;
	}
	.navlist3_head {
		display: none;
	}
	#navsearch {
		display: none;
	}
	.navicon {
		display: block;
	}
	#support_container {
		width: 100%;
		height: auto;
	}
	.support_inner {
		padding: 0px 0px 20px 0px;
	}
}
