/**
 * A few minor style tweaks to go with the ExtStock Demo.
 * 
 * This is part of the Ext JS charts demo:
 * http://joefreeman.co.uk/blog/2009/07/stocks-with-ext-js-charts/
 * 
 * Copyright (C) 2009, Joe Freeman <joe.freeman@bitroot.com>
 * Available under http://en.wikipedia.org/wiki/MIT_License
 */

h1.app-title {
	font: 1.4em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	margin: -3px 10px 0 0;
}

.about-panel {
	font: 12px Verdana, sans-serif;
	padding: 0 10px;
}

.about-panel h2 {
	margin: 15px 0 5px;
}

.about-panel p {
	margin: 5px 0 10px;
}

.add-icon {
	background-image: url(../img/icons/add.png);
}