table.rating-casino tr {display:block;border-bottom:1px solid #ccc;margin-bottom:15px;box-shadow: 0 4px 4px rgba(0,0,0,0.2);}
table.rating-casino tr td {padding:5px;border:0;vertical-align:middle;text-align:center;}
table.rating-casino tr td:first-child {width:110px;}
table.rating-casino tr td:first-child img {width:100px;height:auto;margin:0;}
table.rating-casino tr td:not(:first-child) {border-left:1px solid #f0f0f0;} 
table.rating-casino tr td:nth-child(2) {border-left:none;width:150px;}
table.rating-casino tr td:nth-child(3) {width:80px;}
table.rating-casino tr td:nth-child(4) {width:250px;}
table.rating-casino tr td:nth-child(5) {width:220px;}
table.rating-casino tr td:nth-child(3) .rating-value {font-weight:bold;line-height:30px;color:#068900;font-size:1.2em;}
table.rating-casino tr td:nth-child(3) img {width:20px;height:auto;margin:4px 4px 0 0;}
.bonuses {margin-bottom:15px;color:#333; font-size:1em;font-weight:bold;text-align:center;}
.bonus-name {color:#666;font-size: 0.8em;font-weight:normal;}
.to-page {display:inline-block;padding:8px 25px;border:1px solid #068900;color:#333;border-radius:5px;margin:0 5px 0 0;font-size:0.8em;text-decoration:none;}
.to-page:hover {color:#fff;background:#068900;}
.to-site {display:inline-block;padding:8px 25px;border:1px solid #068900;color:#fff;border-radius:5px;background:#068900;font-weight:bold;font-size:0.8em;text-decoration:none;}
.to-site:hover {color:#333;border-radius:5px;background:transparent;}

@media all and (max-width : 600px) {
table.rating-casino {width:100%;}
table.rating-casino tr td {display:block;width:100% !important;}
table.rating-casino tr td:first-child img {width:70%;height:auto;margin:0 auto;}
}