﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.navbar {
    background-color: #f6f6f6;
    border-color: #e0e0e0;
}

.logo-container {
    float: left;
    margin-right: 20px;
    padding-top: 5px;
}

td.tools {
    width: 405px;
}

.already-registered {
    font-style: italic;
    color: #449d44;
}

.earliest-missing-registration {
    font-style: italic;
    color: #FF0000;
}
