html {
   font-size: 100%;
}

body {
   font: 0.9em/1.4 Verdana, Arial, Helvetica, "Sans Serif";
}

h1 {
   font-size: 2em;
}

h2 {
   font-size: 1.4em;
}

h3 {
   font-size: 1.1em;
}

ul {
   list-style: square;
}

pre {
   font-family: Courier New;
   font-size: 1em;

   margin-bottom: 0.1em;
   margin-top: 0.1em;
}

code {
   font-family: Courier New;
   font-size: 1em;
}

table {
   margin-bottom: 0;
   margin-top: 0;
   width: 95%;
   max-width: 100%;
   overflow: auto;
}

th {
   background: #DDD;
   padding: 5px;
}

td {
   background: #EEE;
   padding: 5px;
}

div {
   border-width: 0.1em;
   border-style: solid;
   margin: 1em;
   padding: 1em;
   width: 95%;
}

.tip {
   background: #F0F8FF;
}

.note {
   background: #FFF;
}

.seealso {
   background: #EEE;
}

.caution {
   background: #FFEFD5;
}

.warning {
   background: #FFEFD5;
}

.sidebar {
   background: #FFF;
}

