﻿/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


/* Set the width of the main content area to 960px and center it */

.pagination {
    display: flex;
    list-style: none;
    padding-left: 0;
}

.pagination li {
    margin: 0 3px;
}

    .pagination li a,
    .pagination li span {
        display: block;
        padding: 6px 12px;
        background: #f8f9fa;
        border: 1px solid #ddd;
        color: #007bff;
        text-decoration: none;
        border-radius: 4px;
    }

    .pagination li.active span {
        background: #007bff;
        color: white;
        border-color: #007bff;
    }

    .pagination li a:hover {
        background: #e2e6ea;
        border-color: #ccc;
    }
