input[type=checkbox] {
    margin: 2px;
    cursor: pointer;
}

/* Prevent cursor being `text` between checkboxes */
body {
    cursor: default;
    margin-left: 4cm;
}

.table {
    border-spacing: 0;
    margin: 1rem;
    background-color: #f5f5f5;
}

.table__row:nth-child(even) {
    background-color: #e5e5e5;
}

.table__header {
    text-align: left;
}

.table__cell {
    padding: 8px;
}

.pagination-page-info {
    padding: .6em;
    padding-left: 0;
    width: 40em;
    margin: .5em;
    margin-left: 0;
    font-size: 12px;
}

.pagination-page-info b {
    color: black;
    background: #6aa6ed;
    padding-left: 2px;
    padding: .1em .25em;
    font-size: 150%;
}

/* color shift for checkboxes */
.c2 {
    filter: hue-rotate(240deg)
}

/** center picture */
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.button {
    background-color: #0D6EFD;
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 4px;
    cursor: pointer;
}

.slim-button {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

.line-button {
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
}

abbr[title] {
    text-decoration: none !important;
}

pag_links {
    display: table;
    margin: auto;
}

select {
    border: 5px solid white;
    outline: none;
}
