.more_text_unit 										{ position: relative; width: 100%; padding-left: 15%; padding-right: 15%; }
.more_text_unit.padding_top 							{ padding-top: 50px; }
.more_text_unit.padding_bottom 							{ padding-bottom: 50px; }
.more_text_unit a:link               					{ border-bottom: 2px dotted; }
.more_text_unit .more 									{ display: none; }
.more_text_unit .lead.centered 							{ text-align: center; }
.more_text_unit .more.centered 							{ text-align: center; }
.more_text_unit .more_btn_holder 						{ width: 100%; }
.more_text_unit .more_btn_holder.centered 				{ text-align: center; }
.more_text_unit .more_btn_holder .more_btn 				{ display: inline-block; border-bottom: 2px dotted; margin-top: 25px; margin-bottom: 25px; font-weight: bold; cursor: pointer; }

@media only screen and (max-width : 960px) {
	.more_text_unit 							{ padding-left: 10%; padding-right: 10%; }
}

@media only screen and (max-width : 768px) {
	.more_text_unit.padding_top 			{ padding-top: 25px; }
	.more_text_unit.padding_bottom 		{ padding-bottom: 25px; }
}

@media only screen and (max-width : 480px) {
	.more_text_unit 					{ padding-left: 15px; padding-right: 15px; }
}

