body {
    background-color: rgb(250, 250, 250);

    /* To keep footer connected to bottom in page flow */
    display: flex;
    flex-direction: column;
}

#site-container {
    /* So it will take up space and push footer to bottom of body */
    flex: 1;
}
.green {
    color: green;
}

/* With the dark background color, the text on this button is very hard to read
           unless it is changed to a lighter color */
.dropup .btn, .dropup .btn:hover {
    color: white;
}

span.dropup ul.dropdown-menu {
    width: 100%;
    min-width: 0;
    text-align: center;
}

.pagination-detail .pagination-info {
    padding-left: 8px;
}

.bootstrap-table span.dropup ul.dropdown-menu a,
.bootstrap-table ul.pagination li a {
    color: green;
}