.christiancultureseries-features
{
  width:100%;
  padding-top:20px;
  padding-bottom:20px;
  border-top: 1px #E1E1E1 solid;
  display:inline-block;		  
}

.christiancultureseries-features:hover
{
  background-color:#EFEFEF;
}

.christiancultureseries-descriptions
{
  width:74%;
  float:right;
  padding-right:3%;
  display:block;
}

.christiancultureseries-images
{
  width:20%;
  max-width:200px;
  float:left;
  margin-right:3%;
}

select
{
font-size:1.25em;
border:none;
background-color: rgba(0,170,232,0.80);
height:40px;
color:rgba(255,255,255,1.00);
}

.christiancultureseries-left
{
  float:left;
  width:50%;
  margin-bottom:5px;
}

.christiancultureseries-right
{
  text-align:right;
  float:right;
  width:50%;
  margin:15px 0px 20px 0px;
}

@media screen and (max-width:660px)
{
  
#sharing-buttons{
	height:auto;
	width:100%;
	max-width:960px;
	margin:10px 0px 10px 0px;
}
  .christiancultureseries-left
  {
	  width:100%;
	  float:top;
  }
 
  .christiancultureseries-right
  {
	  
	  width:100%;
	  text-align:left;
	  float:top;
  }

}