/* *****************************************************
	custom.css.new
	--------------
	Compatible with WHMCS v5.0.0 and above
	
	@package			JWHMCS:  Joomla / WHMCS Integration
	@version	 		$Id$
	@author 			@author@
 	@copyright 			@copyright@
	@link 				https://www.gohigheris.com/

	This file provides a means to include custom.css in your
		integrated page without losing the changes from one
		update to the next.
	
	To use this file:
		1)  Rename the file to custom.css
		2)  Add any additional CSS to the file below
		3)  Save the file and refresh your page
	
	The file should automatically be included in your HTML body
		right after the reset.css and whmcs specific css code.
	
***************************************************** */

/* Custom CSS Code Below */

#jwhmcswrapper .navbar { margin-top: 15px; }
#jwhmcswrapper .navbar .navbar-inner { width: auto; }

/* @End of file */