#top-casinos-cta {
    box-sizing: border-box;
    counter-reset: top-casinos;
    line-height: 1.5;
    max-width: 700px;
    min-width: 280px;
    margin: 0 auto 20px;
    display: table;
}

#top-casinos-cta > thead {
    width: 100%;
}

#top-casinos-cta > thead .sectional {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    background: #002262;
    border: 1px solid #229954;
    padding: 10px;
    text-shadow: horizontal-offset vertical-offset blur color;
    text-shadow: 2px 1px 2px rgba(0,0,0,0.3);
    text-shadow: 1px 1px #525252;
}

#top-casinos-cta > thead  .sectional  > th {
    border-bottom: 2px solid #e6e8e8;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

#top-casinos-cta > tbody{
    display: contents;
}

#top-casinos-cta > tbody > tr {
    display: table-row;
    margin: 0;
    padding: 0;
}

#top-casinos-cta > tbody > tr:nth-child(odd) > td{
    background-color: #f9f9f9;
}

#top-casinos-cta > tbody > tr:hover > td{
    background-color: #ddd;
    cursor: pointer;
}

#top-casinos-cta > tbody > tr > td:first-child {
    border-top-width: 1px;
}

#top-casinos-cta > tbody > tr > td {
    border: 0 solid #e5e5e5;
    border-bottom-width: 1px;
    border-top-width: 1px;
    display: table-cell;
    margin: 0 0 4px;
    padding: 0;
    position: relative;
    vertical-align: middle;
}

#top-casinos-cta > tbody > tr > td:nth-of-type(1) {
    border-left-width: 1px;
    border-right-width: 1px;
    color: #bbb;
    display: table-cell;
    font-size: 40px;
    min-width: 70px;
    vertical-align: middle;
}

#top-casinos-cta > tbody > tr > td.img-logo {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    line-height: 1;
}

#top-casinos-cta > tbody > tr > td .inside {
    padding: 12px;
}

#top-casinos-cta > tbody > tr > td.img-logo img {
    height: 80px;
    width: 150px;
    vertical-align: middle;
}

#top-casinos-cta > tbody > tr > td.img-logo .inside .casino {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 0px 0px 0px;
}

#top-casinos-cta > tbody > tr > td.pros {
    font-size: 12px;
    text-align: left;
    vertical-align: middle;
}

#top-casinos-cta > tbody > tr > td.pros .inside {
    padding-left: 0;
}

#top-casinos-cta > tbody > tr > td.pros ul, #top-casinos-cta > tbody > tr > td.pros td {
    margin: 0;
    padding: 0;
}

#top-casinos-cta > tbody > tr > td.pros ul > li {
    font-size: 12px;
    list-style-type: none;
    padding-left: 9px;
    position: relative;
}

#top-casinos-cta > tbody > tr > td.pros li:before {
    border: 0 solid #ef701a;
    border-width: 2px 2px 0 0;
    content: '\00a0';
    display: inline-block;
    height: 4px;
    left: 0;
    margin-right: 3px;
    position: absolute;
    top: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 4px;
}

#top-casinos-cta > tbody > tr > td.bonus {
    border-left-width: 1px;
    border-right-width: 1px;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
}

#top-casinos-cta > tbody > tr > td.bonus .inside {
    padding-left: 5px;
    padding-right: 5px;
}

#top-casinos-cta > tbody > tr > td.bonus .signup {
    color: #0081ff;
    font-size: 19px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

#top-casinos-cta > thead .sectional {
    background: #002262;
    border: 1px solid #1c1c1c;
}

#top-casinos-cta > tbody > tr > td.bonus .details {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    display: none;
}

#top-casinos-cta > tbody > tr > td.bonus .details .amount {
    font-size: 22px;
    margin-top: 10px;
}

#top-casinos-cta > tbody > tr > td.casino-links {
    border-right-width: 1px;
    vertical-align: middle;
}

#top-casinos-cta > tbody > tr > td.bonus, #top-casinos-cta > tbody > tr > td.casino-links {
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    -webkit-box-flex: 2;
    flex-grow: 2;
}

#top-casinos-cta > tbody > tr > td .join a {
    background-color: #ff3459;
    border-radius: 3px;
    font-weight: bold;
    font-size: 22px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    color: #fff;
    display: block;
    line-height: 1.2;
    padding: 15px 15px 15px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-property: background-color;
    transition-property: background-color;
}

#top-casinos-cta > tbody > tr > td .join a:hover {
    background-color: #fabe24;
}

#top-casinos-cta > tbody > tr > td .join a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}





@media only screen and (max-width: 1080px) {
    #top-casinos-cta > thead > tr > th:nth-of-type(3), #top-casinos-cta > tbody > tr > td.pros {
        display: none;
    }

    #top-casinos-cta > thead .sectional > th {
        font-size: 14px;
    }

    #top-casinos-cta > tbody > tr > td:nth-of-type(1) {
        font-size: 28px;
    }

    #top-casinos-cta > tbody > tr > td.img-logo img {
        min-width: 120px;
    }

    #top-casinos-cta > tbody > tr > td.bonus .signup {
        font-size: 20px;
        white-space: pre-wrap;
    }

}

@media only screen and (max-width: 500px) {

    #top-casinos-cta > tbody > tr > td{
        text-align: center;
    }

    #top-casinos-cta > thead > tr > th:nth-of-type(1), #top-casinos-cta > tbody > tr > td:nth-of-type(1){
        display: none;
    }

    #top-casinos-cta > tbody > tr > td.img-logo, #top-casinos-cta > tbody > tr > td.bonus, #top-casinos-cta > tbody > tr > td.casino-links{
        border-right: none;
        border-left: none;
    }

    #top-casinos-cta > tbody > tr > td.bonus {         
         order: initial;
        border: 0;
    }

    #top-casinos-cta > tbody > tr > td.bonus .inside{
        border: 0;
    }
}

@media only screen and (max-width: 390px) {

    #top-casinos-cta > thead > tr > th:nth-of-type(4), 
    #top-casinos-cta > tbody > tr > td:nth-of-type(4) {
        display: none;
    }
    #top-casinos-cta > tbody > tr > td.casino-links,
    #top-casinos-cta > tbody > tr > td {
        vertical-align: top;
    }
}

