.mobile-read-more {
	position: relative;
}

.hide-now {
	display: none !important;
}

#more {
	text-align: center;
	font-weight: bold;
	padding: 18px;
}

.hide-click p {
	text-align: center;
	position: relative;
	padding-top: 14px;
}

#more:after {
	display: block;
	content: '';
	position: absolute;
	height: 4px;
	width: 100%;
	top: 50%;
	margin-top: 5px;
	z-index: 999;
}

#more span {
	position: relative;
	z-index: 9999;
}

.hide-click:hover {
	text-decoration: none;
}

.hide-click:after {
	content: '';
	display: block;
	clear: both;
}

.hide-click a {
	box-shadow: none !important;
	text-decoration: none !important;
}