.title {

    font-weight: 700;
    font-size: 21px;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
    padding-top: 10px;
    margin-bottom: 20px;
    text-align: center;

}

.hide-bullets {
	list-style: none;
	margin-left: -40px;
	margin-top: 20px;
}

#outer-wrapper {
	border: 1px solid #DFD7C6;
	padding: 10px;
}

.message {
	margin-bottom: 20px;
	line-height: 150%;
	font-weight: bold;
	font-size: 120%;
}

#shop_policy .numbered {
	list-style-type: decimal;
}

@media (max-width: 767px) {
	#shop_policy .numbered {
		padding-left: 13px;
	}

}


#shop_policy .numbered .spaced {
	margin-bottom: 16px;
	margin-top: 8px;
}

#shop_policy .letter {
	list-style-type: lower-alpha;
}

#shop_policy .letter li {
	margin-left: -25px;
}