
    .CodeMirror {
		font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
		font-size: 12px;
        line-height: 15px;
		color:#586e75;
		margin-top: 0;
		margin-bottom: 0;
		padding: 10px;
		-webkit-transform: translateZ(0);
        position: relative;
        overflow: hidden;
    }
    
    .CodeMirror-scroll {
        position: relative;
        height: auto;
        overflow-y: hidden;
        overflow-x: auto;
        outline: none;
    }
    
    .CodeMirror-scrollbar {
        position: absolute;
        right: 0; top: 0;
        overflow-x: hidden;
        overflow-y: scroll;
        z-index: 5;
    }
    .CodeMirror-scrollbar-inner {
        width: 1px;
    }
    .CodeMirror-scrollbar.cm-sb-overlap {
        position: absolute;
        z-index: 1;
        float: none;
        right: 0;
        min-width: 12px;
    }
    .CodeMirror-scrollbar.cm-sb-nonoverlap {
        min-width: 12px;
    }
    .CodeMirror-scrollbar.cm-sb-ie7 {
        min-width: 18px;
    }
    .CodeMirror-gutter {
        position: absolute; left: 0; top: 0;
        z-index: 10;
        background-color: #f7f7f7;
        border-right: 1px solid #eee;
        min-width: 2em;
        height: 100%;
    }
    .CodeMirror-gutter-text {
        color: #586e75;
        margin-left: 3px;
        text-align: right;
        padding: .4em .2em .4em .4em;
        white-space: pre !important;
        cursor: default;
    }
    .CodeMirror-gutter-text :after { content: "."; padding-right: 5px}
    .CodeMirror-lines {
        padding: .4em;
        white-space: pre;
        cursor: text;
    }
    .CodeMirror pre {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        border-width: 0; margin: 0; padding: 0; background: transparent;
        font-family: inherit;
        font-size: inherit;
        padding: 0; margin: 0;
        white-space: pre;
        word-wrap: normal;
        line-height: inherit;
        color: inherit;
    }
    .CodeMirror textarea {
        outline: none !important;
    }
    .CodeMirror pre.CodeMirror-cursor {
        z-index: 10;
        position: absolute;
        visibility: hidden;
        border-left: 1px solid black;
        border-right: none;
        width: 0;
    }
    .CodeMirror-focused pre.CodeMirror-cursor {
        visibility: visible;
    }
    div.CodeMirror-selected { background: transparent; }
    .CodeMirror-focused div.CodeMirror-selected { background: #d7d4f0; }
    
    .cm-s-exhibeo span.cm-keyword {color: #d33682;}
	.cm-s-exhibeo span.cm-atom {color: #2aa198;}
	.cm-s-exhibeo span.cm-number {color: #2aa198;}
	.cm-s-exhibeo span.cm-def {color: #f00;}
	.cm-s-exhibeo span.cm-variable {color: #859900;}
	.cm-s-exhibeo span.cm-variable-2 {color: #f00;}
	.cm-s-exhibeo span.cm-variable-3 {color: #f00;}
	.cm-s-exhibeo span.cm-property {color: #d33682;}
	.cm-s-exhibeo span.cm-operator {color: #586e75;}
	.cm-s-exhibeo span.cm-comment {color: #859900;}
	.cm-s-exhibeo span.cm-string {color: #dc322f;}
	.cm-s-exhibeo span.cm-string-2 {color: #2aa198;}
	.cm-s-exhibeo span.cm-meta {color: #f00;}
	.cm-s-exhibeo span.cm-error {color: #f00;}
	.cm-s-exhibeo span.cm-qualifier {color: #f00;}
	.cm-s-exhibeo span.cm-builtin {color: #859900;}
	.cm-s-exhibeo span.cm-bracket {color: #f00;}
	.cm-s-exhibeo span.cm-tag {color: #268bd2;}
	.cm-s-exhibeo span.cm-attribute {color: #268bd2;}
	.cm-s-exhibeo span.cm-header {color: #f00;}
	.cm-s-exhibeo span.cm-quote {color: #f00;}
	.cm-s-exhibeo span.cm-hr {color: #f00;}
	.cm-s-exhibeo span.cm-link {color: #f00;}
    
	body {
		margin: 25px 25px 15px;
		min-width: 340px;
		background-color: rgb(242, 240, 233);
			}
	
	*::selection {
		background: #d7d4f0;
	}
    
    a img {
        border: 0;
    }
    
	.preview-header-image {
		float: left;
	}
	
	.exhibeo-header-image{
		margin-top: 5px;
		float: right;
	}
	
	h1.exhibeo-heading {
		margin: 16px 12px 10px;
		height: 55px;
	}
	
	.message {
		margin: 15px 0 15px;
		padding: 5px 15px;
		background: rgba(200,200,210,.2);
		border: 1px solid #ccc;
		border-radius: 5px;
		font-family: Georgia;
		font-size: 16px;
		color: #485154;
	}
    
    .message code,
	.message pre {
 		color: #687174;
		font-size: 14px;
	}
	
	.message pre {
		display: block;
		margin: 1em;
	}
	
	.message a:visited {
		color: #93a1a1;
	}
	
	.message a:link {
		color: #cb4b16;
	}
	
	.message a:hover {
		color: #6c71c4;
	}
	
	.message a:active {
		color: #dc322f;
	}
	
	.preview {
		min-height: 250px;
	}
	
	.preview,
	.CodeMirror {
		overflow:auto;
		padding: 15px;
		border: 1px solid #bbb;
		border-bottom: 1px solid white;
		background: rgba(253,253,253,.7);
		box-shadow: inset 0px 1px 3px rgba(88,88,88,0.4);
		border-radius: 5px;
	}
    
    .CodeMirror pre.CodeMirror-cursor {visibility: hidden;}
	
	footer {
		text-align: center;
		padding: 10px 15px 0;
	}
	
	footer img {
		vertical-align: middle;
	}
	
	@media print{
		
		body {
			background: white;
		}
		
		.preview,
		textarea {
			background: white;
			border: 1px solid black;
			box-shadow: none;
			border-radius: 0;
			color: black;
		}
	}