.finddomestichelper-button-container {
	top: 55%;
	width: 100%;
}

.finddomestichelper-button-container table {
	width: 50%;
	margin: 0px auto;
}

.finddomestichelper-button-container table td {
	text-align: center;
}

.finddomestichelper-button-container table img {
	width: 80%;
	max-width: 250px;
}


#list-content .head img {
	width: 90px;
}

#list-content .table-striped td {
	padding: 10px;
}

#list-content .table-striped .job-list-row {
	width: 80%;
	margin: 0px auto;
}

.btn-view {
	width: 120px;
}

.helper-profile-item {
	width: 98%;
	height: 380px;
}

.helper-profile-item img.rounded-circle {
	max-height: 240px;
}

.helper-profile-item .helper-list-content {
	position: relative;
}


.helper-profile-item .helper-list-content .card-body .card-text {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.helper-profile-item .helper-list-content .follow-content {
	margin-top: -10px;
	margin-bottom: 10px;
	margin-left: -5px;
}

.helper-profile-item:nth-child(even) {
	float: left;
}

.helper-profile-item:nth-child(odd) {
	float: right;
}
