.alert,
.main-content {
    display: none;
}

#home {
    display: block;
}

.spreads td:not(:first-child) {
    border: 1px solid green;
    border-radius: 13px;
    padding: 5px;
    text-align: center;
    cursor: pointer;
}

.spreads td.selected {
    color: white;
    background-color: green;
}

.spreads th:not(:first-child) {
    padding: 5px;
    text-align: center;
}

table.spreads {
    border-collapse: separate;
    border-spacing: 3px;
    max-width: 500px;
    table-layout: fixed;
}

table.spreads .gameTime {
    border-bottom: 1px solid black;
}

#pickBar {
    background-color: black;
    margin-top: -6px;
    padding: .5em;
    cursor: pointer;
}

#pwaIosModal,
#pwaAndroidModal {
    text-align: center;
}

.pickLabel {
    font-size: .75rem;
}

.pickLabel h2 {
    font-size: 1.2rem;
    margin-bottom: 0;
}

.onePick {
    margin-bottom: 1ex;
}

hr.pickSlip {
    margin-top: -1em;
    height: 12px;
}


/* adviceContent section */

#adviceContent>div {
    max-width: 992px;
    width: 100%;
}

#adviceContent .nav-link:not(.active) {
    color: #6c757d;
}

#adviceContent .nav-link.active {
    color: #0d6efd;
    background-color: #f8f9fa;
    border-bottom: 1px solid #f8f9fa;
}

#adviceContent .card-header {
    background-color: #e7f1ff;
    height: 48px;
    max-height: 48px;
}

#adviceContent a.card-title {
    text-decoration: none;
    color: #f8f9fa!important;
}

#adviceContent a.card-title img {
    width: 36px;
    margin-top: -3px;
}

@media screen and (min-width: 576px) {
    #addAdvice {
        position: absolute;
        top: 0;
        right: 0;
    }
}

.onePick:not(:last-child) {
    border-bottom: 1px solid #CCC;
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #ADCC3A;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#loginButtons,
#pickBar,
#seller-info,
#changePassword,
.tox-promotion,
#processingPhoto {
    display: none;
}

.seller-image {
    width: 22px;
    margin-top: -3px;
}

div.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/logo_x384.png) no-repeat center center;
    background-size: contain;
    opacity: 0.2;
    z-index: -1;
}