/* custom styles for Invoices ------*/

@media only screen and (max-width: 960px) {

	#document_wrap,
	#outer_doc_wrap,
	#doc_header_wrap-sticky-wrapper{
		max-width:414px !important;
	}
	#doc{
		padding:30px !important;
	}

	#doc_header_wrap{
		max-width:408px !important;
	}
	#doc_history{
		display:none !important;
	}

	#vcards{
		float:left !important;
		width:100% !important;
	}

}

@media only screen and (max-width: 415px) {

	#document_wrap,
	#outer_doc_wrap,
	#doc_header_wrap-sticky-wrapper{
		max-width:320px !important;
	}

	#doc{
		padding:10px !important;
	}
	#logo img{
		width:100% !important;
	}
	#status{
		font-size:35px !important;
	}

}
