﻿/* 
    Styles used by the Progressive Slots Jackpots tab on the Slots page
*/

.j-details {
    margin-left: 3%;
}

.j-container {
    margin-bottom: -1.5em;
}

.j-container-top {
    margin-bottom: -1.5em;
}

.j-container-bottom {
    margin-top: -.1em; 
}

.j-name {
    font-size: calc(0.625rem + .55vw);
}

.j-amount {
    font-size: calc(0.625rem + .55vw);
}

.j-date {
    font-size: calc(0.325rem + .35vw);
}

.j-location {
    font-size: calc(0.325rem + .35vw);
}

.k-card-image {
    /*border: 1px solid #ccc;*/
    border-radius: 2%;
    height: 100px;
    margin: 3px 0px 0px 0px ;
}

.tvcrCard{
    border: none !important;
}

@media (max-width: 768px) {

    .tvcrBgImage {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }
    
    .j-name {
        font-size: 16px;
    }

    .j-amount {
        font-size: 16px;
    }

    .j-date {
        font-size: 10px;
    }

    .j-location {
        font-size: 10px;
    }


}

@media (max-width: 991px) {

    .tvcrBgImage {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }

    .j-container-bottom {
        margin-top: -.3em;
    }

    .j-name {
        font-size: 16px;
    }

    .j-amount {
        font-size: 16px;
    }

    .j-date {
        font-size: 10px;
    }

    .j-location {
        font-size: 10px;
    }
}