.spacer {
  padding: 0px 0px 0px 1.5ex;
  margin: 0px -1px 30px -2px;
  border-top: 1px solid #303030;
  border-left: 1px solid #303030;
  height: 5px;	
  background-color: #606060;
  }
  

	
#page {
/*
		  background-color: #F9F9F9;
  background-image: linear-gradient(to bottom right, white 0%, black 100%);
*/
background-image: linear-gradient(to bottom right, rgba(249, 249, 249, 0.5) 0%, rgba(251, 245, 245, 0) 100%) !important;

}	 

#page p {
	  color:white !important;
}

.faq-primary {
	float:left;
	width: 100%;
	} 
	
.answer-primary {
	float:left;
	width:100%;
	min-height: 150px;
/* 	max-width: 980px; */
	
}

.answer-primary p {
/* 	background: #0e0000; */
/* 	 background: #333; */
	background-color: #252525;
	padding: 30px;
	font-size: 18px;
	line-height: 28px;
}
	

.answer-primary h1 {
  color: #666;
  letter-spacing: 0.30em;
  text-align: center;
  line-height: 1.5em;
  padding: 5px 20px 5px 20px;
  margin: 0px 0px 25px 0px;
  font-size: 18px;
  font-family: verdana, sans-serif;
  font-weight: normal;
/*   background: #333; */
  background: #0e0000;
  color: white;
  text-transform: uppercase;
  border-bottom: 4px solid #0e0000;
  }

.answer-primary h2{
	margin-top: 30px;	
	}

.answer-primary img {
	float:left;
	margin-bottom:30px;
	margin-top: 10px;
	width:auto;
	max-width: 100%;
	}
		



