.content {
	min-width: 632px;
	max-width: 632px;
}
.vertical-middle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.image-container {
	min-width: 210px;
	max-width: 210px;
	min-height: 210px;
	max-height: 210px;
}

.image {
	min-width: 210px;
	min-height: 210px;
	max-width: 210px;
	max-height: 210px;
}

.fa-star {
	color: #ffee05;
}

.inner-row {
	width: 100%;
}

textarea {
	resize: none;
	width: 100%;
	max-width: 100%;
	min-height: 200px;
	max-height: 200px;
}

.btn:hover {
	color: blue;
}

.name {
	width: 100%;
}

input, textarea {
	background-color: white;
	box-shadow: none;
}

label {
	padding-top: 6px;
}

.table td {
	vertical-align: middle;
}