/********************************************************************/
/* Styles should only be applied to screen                          */
/********************************************************************/
@media screen {
	form { /*border: 1px blue solid;*/ }

	.row 					{ overflow: hidden; padding-left: 15px; }
	.row .info_title 		{ width: 80%; float: left; font-size: 1.2em; }
	.row .info_text 		{ float: left; font-size: 1.2em; }

	.underline .info_title, .underline .info_text { border-bottom: 1px dotted white; }

	.segment				{ margin-bottom: 10px; border-bottom: 2px solid #F27E20; }

	#line_items #gfe4		{ curser: pointer; }

	#line_items #gfe4_breakdown 	{ padding-left: 10px; }
	#line_items #gfe4_breakdown .row  { font-size: .8em; }


	.row #print 			{ /*margin-left: 300px;*/ }

	input					{ }
	#goBack, #print			{ padding: 5px; }
	#print					{ float: right; margin-right: 20px; }
}