#terms_box { height:400px; margin:20px 0; overflow:scroll; border:1px solid #2f438f; padding:20px;}
#terms_box p { font-size:1em; color:#2f438f; margin:5px 0; }
#terms_box h3 { font-size:1.4em; margin:10px 0;}
.terms_print { text-align:right;}


@media print {

	#terms_box { height: auto; border:0; padding:0;}

}