
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,*/
select {
    max-width: 300px;
}

a {
    color: #3E3F3A;
}
