/*
 * AppleScript theme for SyntaxHighlighter
 * 
 * SyntaxHighlighter by Alex Gorbatchev
 * http://alexgorbatchev.com/
 * 
 * AppleScript theme by David Chambers
 * https://bitbucket.org/davidchambers/applescript-theme
 */

.syntaxhighlighter.applescript div,

.syntaxhighlighter.applescript code { 
	font: 1em/1.25 Verdana, sans-serif !important; 
	}

.syntaxhighlighter.applescriptv { 
	background: #fff;
	padding: 2px; 
	font-size: 1em; 
	color: #000; 	
	}

.syntaxhighlighter.applescript .gutter,

.syntaxhighlighter.applescript .toolbar,

.syntaxhighlighter.applescript textarea { 
	display: none; 
	}
	
.syntaxhighlighter.applescript .code .line { 
	padding: 0 !important; 
	white-space: pre-wrap !important; 
	overflow: hidden !important; 
	}
	
.syntaxhighlighter.applescript .line.highlighted  { 
	background: #b5d5ff !important; 
	}
	
.syntaxhighlighter.applescript .line>:first-child { 
	margin-left: 4px !important; 
	}

.syntaxhighlighter.applescript .comments { 
	color: #4d4e4e; 
	}

.syntaxhighlighter.applescript .keyword { 
	font-weight: bold !important; color: #3207fd; 
	}
	
.syntaxhighlighter.applescript .color3 { 
	color: #3207fd; 
	}
	
.syntaxhighlighter.applescript .plain { 
	color: #417f0a; 
	}
	
.syntaxhighlighter.applescript .spaces { 
	display: inline-block; height: 0 !important;
 	font-size: 1.75em !important;
    line-height: 0 !important; 
    }

/* added to adjust index and spacing below for Flamingo */
.syntaxhighlighter {
	margin-left: 1.45em;
	margin-bottom: 1em;
}
.li .syntaxhighlighter {
	margin-left: 1em;
	margin-bottom: 1em;
}