.pairview_flex {
	display: flex;
	justify-content: center;
}

.pairview_flex > div{
	padding: 5px 10px;
	margin: 2px 10px;
}


.pairview_cat{
	background: #0f0f0f url(../../../images/tcat.png) repeat-x;
  color: #fff;
  border-top: 1px solid #444;
  border-bottom: 1px solid #000;
  padding: 7px;
}
.pairview_pairs{
	display: flex;
	align-items: center;
}


.pairview_pair{
	width: 45%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 20px;
	flex-wrap: wrap;
}

.pairview_lovers_pic{
	height: 100px;
	width: 100px;
	border-radius: 100%;
	padding: 5px;
	text-align: center;	
	border: 1px solid #0066a2;
}

.pairview_lovers_pic img{
		height: 100px;
	width: 100px;
	border-radius: 100%;

}

.pairview_lovers{
	padding: 5px 10px;
	text-align: center;
	position: relative;
	z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.lovername{
	width: 100%;	
}

.pairview_and{
  text-align: center;
  color:#0066a2;
  z-index: 1 !important;
  opacity: .2;
  font-size: 100px;
  position: absolute;
  text-indent: 0px;
  text-transform: uppercase;
}

.pairview_options{
	width: 100%;	
	text-align: center;
}

    .arealist-con__item.arealist-forumdisplay {
      margin: 20px 10px;
      padding: 10px;
  }
  
  .arealist__item.arealist__dscr {
      width: 70%;
  }
  
  .arealist__item.arealist__link {
      width: 100%;
    text-align: center;
  }
  .arealist-con__item {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
    justify-content: center;
  }
  
  .arealist__img {
      width: 120px;
      height: 120px;
      object-fit: cover;
      border-radius: 50%;
      overflow: hidden;
      flex-shrink: 0;
      margin-right: 20px;
      grid-row: 1 / -1;
  }
  
  .arealist-forumdisplay__item.arealist__dscr {
      width: 80%;
  }
  
  .arealist-con__item.arealist__list {
      margin-bottom: 20px;
  }
  
  .arealist-con__item:nth-child(odd).arealist__list{
    flex-direction: row-reverse;
  }
  .bl-arealistform {
      display: grid;
      padding: 20px 50px;
      margin: 10px;
  }
  
  .bl-arealistform label {
      margin-top: 10px;
  }   

  .arealistform {
    display: flex;
    flex-direction: column;
    width: 80%;
    justify-content: center;
    justify-items: center;
    margin: auto;
}

.arealist-title {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}
  