* {
    margin: 0;
    padding: 0;
    position: static !important;
    float: none !important;
    background-image: none !important;
}

body {
    margin: 5px;
}

ul li {
    margin-left: 20px;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 15px;
}

label {
    margin-top: 5px;
    display: block;
}


hr {
    margin: 10px 0;
}

/* Sections */

div#footer {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

.odd {
}

.even {
    background-color: #efefef;
}

div#add-height-5 {
    height:3px;
}
