/*** Custom styles for Drugfree.org */
#footer #footer-lower #credits .col-2 p { text-align: center; position: relative; bottom: auto; }
#footer #footer-lower #credits .col-2 p img { margin-top: 10px; }

/*** Custom Share Sections for Donation Thank You Pages */
#thank-you-share-blocks { margin-bottom: 20px; }
#thank-you-share-blocks .left { width: 49%; margin-right: 2%; float: left; position: relative; }
#thank-you-share-blocks .left .share-wrapper { background: #def4fd; border: 1px solid #e3edf0; }
#thank-you-share-blocks .right { width: 49%; float: left; position: relative; }
#thank-you-share-blocks .right .share-wrapper { background: #e7ebf6; border: 1px solid #e4eef1; }
#thank-you-share-blocks p.desc { text-align: center; font-family: Arial, sans-serif; font-size: 17px; line-height: 1.3; padding: 25px 30px; }
#thank-you-share-blocks p.share-button { text-align: center; position: absolute; bottom: 5px; width: 100%; }
#thank-you-share-blocks .share-wrapper { min-height: 200px; padding-bottom: 0px; }
#thank-you-share-blocks h2 { font-size: 20px; text-align: center; }

@media only screen and (max-width: 768px) { 
	#thank-you-share-blocks .left, 
	#thank-you-share-blocks .right { float: none; margin: 0 0 25px; width: 100%; }
}

/*@media only screen and (min-width: 769px) and (max-width: 975px) { 
	#thank-you-share-blocks .share-wrapper { min-height: 200px; }
}*/