.pairview_flex {
	display: flex;
	justify-content: center;
}

.pairview_flex > div{
	padding: 5px 10px;
	margin: 2px 10px;
}


.pairview_cat{
	background: #295f07;
	color: #b9cac4;
	padding: 7px;
	text-align: center;
	text-transform: uppercase;
	margin: 1px;
	letter-spacing: 2px;

		padding: 5px;
	margin: 1px;
	text-align: center;
	float: left;
	width: 99%;
}

.pairview_pairs{
		width: 102%;
		min-height: 10px;
		height: auto;
		float: left;
}


.pairview_pair{
	width: 433px;
	height: 115px;
	float: left;
	margin: 2px;
	/* border: 1px solid; */
}

.pairview_lovers_pic{
	height: 100px;
	width: 100px;
	border-radius: 100%;
	padding: 2px;
	text-align: center;
	border: 1px solid #9ba669;
	float: left;
}

.pairview_lovers_pic img{
		height: 100px;
	width: 100px;
	border-radius: 100%;

}

.pairview_lovers{
	width: 197px;
	height: 48px;
	padding: 5px 10px;
	text-align: center;
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	float: left;
	margin: 12px 0px;
}

.lovername{
	width: 100%;	
}

.pairview_and{
  text-align: center;
  color:#9ba669;
  z-index: 1 !important;
  font-size: 100px;
  position: absolute;
  text-indent: 0px;
  text-transform: uppercase;
	 opacity: .2;
}

.pairview_options{width: 430px;text-align: center;position: absolute;margin: 88px 1px 1px 1px;}
