body{font-family:arial,sans-serif;}
#footer{background:#EEE;border-style:solid;border-width:1px;text-align:center;font-size:80%;padding:8px;}

#body{margin:10px;padding:0px;background:#fff;color:#000;font-family:arial,sans-serif;}
h1{padding:4px;text-align:center;border:4px double #000;background:#ffa;}
h2{padding:4px;padding-left:10px;margin:5px;border:2px solid #888;background:#ffb;}
h3{padding:4px;padding-left:15px;margin:5px;border:1px solid #888;background:#ffc;}
h4{padding:4px;padding-left:15px;margin:5px;background:#ffd;}
h1,h2,h3,h4{border-radius:3px}
table{border:0;margin-left:auto;margin-right:auto;margin-bottom:10px;}
th{background:#bbd;padding:2px;}
td{padding:2px;border-bottom:1px dotted #bbd;}
img{border:0;}
blockquote{font-weight:bold;font-size:80%;}
a{text-decoration:none;} 
a, a:active, a:visited {
transition-duration: .5s; transition-timing-function: ease;
-moz-transition-duration: .5s; -moz-transition-timing-function: ease;
-webkit-transition-duration: .5s; -webkit-transition-timing-function: ease;
-o-transition-duration: .5s; -o-transition-timing-function: ease;
} 
a:hover {background:yellow;color:red;}
p{margin:10px;}
code,pre{padding:0 3px 2px;font-family:monaco,menlo,consolas,"courier new",monospace;font-size:12px;color:#333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
code{padding:2px 4px;color:#d14;white-space:nowrap;background-color:#f7f7f9;border:1px solid #e1e1e8}
pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:20px;word-break:break-all;word-wrap:break-word;white-space:pre;white-space:pre-wrap;background-color:#f5f5f5;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}
pre.prettyprint{margin-bottom:20px}
pre code{padding:0;color:inherit;white-space:pre;white-space:pre-wrap;background-color:transparent;border:0}

span.note{background:fuchsia;}
span.features{background:yellow;}
span.limitations{background:red;} 	 
span.url{} 	 
span.release{color:gray;}
