body {
    background-color: rgb(250, 250, 250);
}

.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;
}