#policy {
	text-align: justify;
  width: 860px;
margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	#policy {
		width: 95%;
		margin:  0 auto;
	}
}


#policy h2 {
    background-image: linear-gradient( 45deg, #fff 25%, #666666 25%, #666666 50%, #fff 50%, #fff 75%, #666666 75%, #666666 );
    background-size: 5px 5px;
    background-repeat: repeat-x;
    background-position: 0 100%;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 1.4em;
    letter-spacing: 1px;
}

#policy h3 {
    font-size: 1em;
    margin-bottom: 10px;
    background-color: #e3e3e3;
    padding: 5px;
}



#policy_lead {
	margin-bottom: 30px;
}

.policy_box {
	margin-bottom: 30px;
}

.pe_note {
	margin-bottom: 10px;
}