.tableReviews .smallLink {
    text-decoration: none;
}

.tableReviews tbody tr td hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin-bottom: 10px;
    margin-top: 5px;
}

.tableReviews tbody tr.brandBullets {
    border-bottom: 10px solid #ddd;
}

.topRatingOnlyBorderBox .tableReviews tbody tr.brandBullets {
    border-bottom: none;
}

.tableReviews tbody tr td .starRank {
    margin-top: 6px;
}

.reviewContent .outboundLink .glyphicon-lock,
.tableReviews button .glyphicon-lock {
    font-size: 14px;
    padding-left: 10px;
}

.tableReviews tbody tr td.tdHighlights {
    text-align: left;
}

.tableReviews .brandTitle {
    font-size: 28px;
    line-height: 1.15em;
    text-align: left;
}

.tableReviews tbody tr td.tdHighlights .topHighlights {
    margin-left: -15px;
    margin-right: 15px;
}

.tableReviews tbody tr td .bulletCopyContainer {
    display: none;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    max-width: 580px;
    text-align: left;
}

.tableReviews tbody tr.brandBullets .toggleDetails {
    margin: -10px 0;
}

.tableReviews tbody tr td.tdHighlights,
.tableReviews tbody tr.brandBullets {
    font-size: 0.85rem;
}

.reviewContent .reviewLogo {
    margin-bottom: 15px;
}

.tableReviews .brandNo_0 .topChoice {
    display: none;
}

.tableReviews .tdScore .ourScoreModalLink {
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    margin-left: 5px;
    padding: 0 5px;
}

.ccDisclaimer {
    color: #999;
    font-size: 12px;
    margin-bottom: 15px;
    margin-top: -10px;
}

/*----- Extra Small -----*/
@media(max-width: 767px){

    .tableReviews button a {
        color: #fff;
    }
    .tableReviews button a:hover {
        color: #fff;
    }

    .tableReviews .brandTitle {
        font-size: 18px;
    }

    .tableReviews tr .tdMobileLeft {
        width: 40%;
    }

    .tableReviews tr .tdMobileRight {
        width: 60%;
    }

    .tableReviews table tbody tr .tdMobileLeft,
    .tableReviews table tbody tr .tdMobileRight {
        font-size: 0.75em;
        padding-bottom: 20px;
    }

    .tableReviews table tbody tr td .mobileStarRank {
        display: block;
    }

    .tableReviews tbody tr td .bulletCopyContainer {
        padding: 10px;
        width: 100%;
    }

    .tableReviews tbody tr.brandBullets .toggleDetails {
        margin: -5px 0;
    }

    .tableReviews a.siteLogo img.brandLogo {
        max-width: 205px;
        width: 100%;
    }

    .tableReviews tr .tdMobileRight .tdRewards {
        margin-bottom: 10px;
    }

    .tableReviews .mobileInfo .mobileReviewLink {
        margin-top: 3px;
    }

    .tableReviews .mobileInfo .mobileReviewLink a {
        color: #116696;
    }

    .tableReviews .mobileInfo .mobileReviewLink a:hover {
        color: #7dc049;
    }

}

/*----- Small -----*/
@media(min-width: 768px) and (max-width: 991px){

    .tableReviews .tdVisit button.btnReviewWidget {
        font-size: 16px;
    }

    .tableReviews tbody tr td.tdHighlights .brandTitle {
        font-size: 20px;
    }

}

/*----- Medium -----*/
@media(min-width: 992px) and (max-width: 1199px){



}

/*----- Large -----*/
@media(min-width: 1200px){



}