﻿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;
}
.file-list {
    list-style: none;
    padding: 0;
}

    .file-list li {
        margin-bottom: 10px;
    }

    .file-list a {
        text-decoration: none;
        color: #0078d7; /* Link color */
    }

        .file-list a:hover {
            text-decoration: underline;
        }

.table th {
    background-color: #0078d7; /* Header background color */
    color: white; /* Header text color */
}

/* Style the table rows alternately */
.table-striped tbody tr:nth-child(odd) {
    background-color: #f2f2f2; /* Odd row background color */
}

/* Style the links */
.table a {
    color: #0078d7; /* Link color */
    text-decoration: none;
}

    .table a:hover {
        text-decoration: underline;
    }