/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 7, 2016, 4:33:18 PM
    Author     : jimmy
*/

body {
    width: 100%;
}
h1 {
    text-align: center;
    margin: 5px;
}
h2 {
    text-align: left;
    margin: 5px;
}
div {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
}
div.left {
    float: left;
    width: 49%;
    /* background-color: lightblue; */
}
div.right {
    float: right;
    width: 49%;
    /* background-color: pink; */
}
div.bottom {
    width: 100%;
    clear: both;
}
img {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
}
li {
    width:auto;
}  
pre {
    display: block;
    font-family: monospace;
    white-space: pre;
    margin: 1em 0;
    overflow: auto;
} 
p {
  margin-left: 10px;
  margin-right: 10px;
}
