.sikuli-code {
   font-size: 20px;
   font-family: "Osaka-mono", Monospace;
   line-height: 1.5em;
   display:table-cell;
   white-space: pre-wrap;       /* css-3 */
   white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
   white-space: -pre-wrap;      /* Opera 4-6 */
   white-space: -o-pre-wrap;    /* Opera 7 */
   word-wrap: break-word;       /* Internet Explorer 5.5+ */
   width: 99%;   /* remove horizontal scroll-bar when viewing in IE7 */
   padding: 10px 10px 10px 20px;
   border: 1px solid gray;
   background-color: #ddd;
}

.sikuli-code img {
   display: inline;
   vertical-align: middle;
   margin: 2px;
   border: 1px solid #ccc;
   padding: 2px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-box-shadow: 1px 1px 1px gray;
   -webkit-box-shadow: 1px 1px 2px gray;
}

.kw {
   color: blue;
}

.skw {
   color: rgb(63, 127, 127);
}

.str {
   color: rgb(128, 0, 0);
}

.dig {
   color: rgb(128, 64, 0);
}

.cmt {
   color: rgb(200, 0, 200);
}

.info {
   border-bottom: 1px solid #ddd;
   padding-bottom: 5px;
   margin-bottom: 20px;
}

