/*
===============================================================================
Chili is the jQuery code highlighter plugin
...............................................................................
                                               Copyright 2007 / Andrea Ercolino
-------------------------------------------------------------------------------
LICENSE: http://www.opensource.org/licenses/mit-license.php
WEBSITE: http://noteslog.com/chili/
===============================================================================
*/

img {
	border: none;
}
.section {
	border: 1px dashed silver;
	padding: 3px;
	margin-top: 20px;
}
.section h3 {
	margin-top: 5px;
}
.section pre {
	padding-left: 30px;
}
#show_setup {
	background-color: #F7F7F0;
	padding-left: 30px;
}
body {
	margin-bottom: 50px;
}

