@media only screen and (min-width : 1020px) {
	
}

	.top-casino-list .see-all-casinos {
		padding: 5px 10px;
		text-align: right;
		color: #296fac;
	}
	
	.free-spins-desktop .see-all-freespins {
		padding: 5px 10px;
		text-align: right;
		color: #296fac;
		background: #e3e7e8;
	}

	.top-casino-list .see-all-casinos a, .free-spins-desktop .see-all-freespins a {
		padding: 10px;
		color: #296fac;
	}
@media only screen and (max-width : 1020px) {
	.top-casino-list h2.heading {
		padding: 10px;
		margin: 0;
	}
    .top-casino-list .exclusive-offer {
		display: none;
	}
	.top-casino-list .top-casino-item {
        border-right: 10px solid #e3e7e8;
        padding-bottom: 20px;
	}
    .top-casino-list .top-casino-item img {
        padding: 0 0 0 20px;
		width: 100px;
    }

    .top-casino-list .top-casino-item .casino-description .description {
        height: 60px;
        padding-bottom: 10px;
        padding: 0 5px 0 10px;
    }

    .top-casino-list .top-casino-item .casino-description .name {
        display: none;
    }

    .top-casino-list .top-casino-item .casino-cta {
        width: 120px;
        height: 35px;
        margin: 0 auto;
        line-height: 35px;
    }
}

.top-casino-list {
	background: #e3e7e8;
}

.top-casino-list .top-casino-container {
	background: #fff;
}

.top-casino-list .top-casino-item .casino-description .name {
	color: #296fac;
	font-weight: bold;
}

.top-casino-list .top-casino-item .casino-description .description {
    font-size: 12px;
    line-height: 13px;
}

.top-casino-list .top-casino-item .casino-cta, .free-spins-desktop .free-spin-item .casino-cta {
	text-align: center;
	background: #2ec371;
	color: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0px 3px 0px 0px #23ac4a;
	-moz-box-shadow: 0px 3px 0px 0px #23ac4a;
	box-shadow: 0px 3px 0px 0px #23ac4a;
}