
.hide-field {
	display: none;
}

.freelancer-list {
	display: flex;
	flex-direction: row;
	list-style-type: none !important;
	justify-content: space-evenly;
	list-style-type: none !important;
	justify-content: space-between;
}

.freelancer-list li {
	padding: 10px;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-items: baseline;
}

.freelancer-fields {
	list-style-type: none !important;
}

.hgk-freelancers {}

.hgk-container {
	display: flex;
}

.hgk-container > div {
	flex-grow: 1;
	width: 33%;
	height: 100px;
}
