.dark-text {
    color: black;
}

.list-group {
    padding: 0;
    border-radius: .25rem;
    overflow: hidden;
}

.memberlist {
    display: grid;
    grid-template-columns: 1fr auto;
}

.list-group .memberlist:hover {
    background-color: lightgrey;
}

.memberlist_names {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.memberlist_icons {
    display: inline-block;
    text-align: right;
}

.bgicon {
    background-color: darkgray;
    border-radius: 50%;
    color: whitesmoke;
    padding: 3px;
}

.sizecontrol {
    width: 200px;
    margin: 0 auto;
}

.booklist {
    background-color: darkgrey !important;
    color: black;
    min-height: 200px;
}

.text-black {
    color: darkblue;
}

.text-black:hover {
    color: black;
    font-weight: 600;
}

.table td,
.table th {
    padding: 0.5rem 1rem;
}

.label-me-thine label {
    font-weight: 600;
    margin-bottom: 0;
}

.label-me-thine fieldset p {
    margin-left: 20px;
    color: grey !important;
    font-style: italic;
}

.memberlist_icons .la-check-circle {
    color: green;
    font-size: 2rem;
}

.green {
    color: green;
}
.bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #666;
    z-index: -1;
}
td {
    position: relative;
}
.live-col {
    padding: .45rem 0;
    max-width: 25px;
    font-size: 1.5rem;
}
.percent-col {
    border-right: 1px solid #e3ebf3;
    background-color: #333;
    opacity: 0.9;
    padding: 0.5rem 0;
}
.percent-col span {
    color: white;
}
.nopad_lr {
    padding: 0.5rem 0 !important;
}
.nopad {
    padding: 0 !important;
    margin: 0;
}
.mini_cover {
    width: 30px;
    max-width: 30px;
}
.col_live {
    background-color: mediumseagreen;
}
.bg_live {
    background-color: green;
}

.greenfade{
    background: #67B26F;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4ca2cd, #67B26F);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4ca2cd, #67B26F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-size: 1.4rem;
    font-weight: 700;
}


.titlemini{
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: .8rem;
}
.coiner{
    text-transform: uppercase;
    font-size: 1.1rem;
}
.coinCount {
    color: white !important;
    font-size: 1.8rem;
    font-weight: 600;
}
.card-text{
    color: darkgrey;
    padding-top: 20px;
}
.fontmeee{
    font-size: 1.8rem; margin-bottom: .2em;
}

.pagination-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.publishers-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

@media screen and (min-width: 768px) {
    .pagination-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (min-width: 1200px) {
    .pagination-container {
        grid-template-columns: repeat(5, 1fr);
    }
}