/* 
    Document   : editor
    Created on : Sep 6, 2010, 4:21:47 PM
    Author     : fuchiyama
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*
pre {
    display:block;
    margin:0px;
    border:0px dotted #999999;
    padding-top:3px;
    padding-bottom:3px;
    background:#F0F5FF;
    margin:0px;
    font-family: "Courier New", Tahoma, Arial;
    font-size:13px !important;
    color:#000000 !important;
    max-height: 200px;
    overflow:auto;
    display:inline-table;;
}*/