﻿body {
    padding-top: 40px;
    padding-bottom: 20px;
}
.odd {background-color:#f5f5f5 !important}
.even {background-color:white !important}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 1px;
    padding-right: 1px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
