.comptable.style4 .brokercol{
	max-width: 160px;
	width: 160px;
}
.comptable.style4.style5 {
	table-layout: fixed;
}
.comptable.style4.style5 .depcol{
	max-width: 100px;
	width: 100px;
}
.comptable.style4.style5 .acccol{
	max-width: 150px;
	width: 150px;
}
.comptable.style4.style5 .comptable a.visbutton{ 
	max-width: 120px;
}

.comptable.style4 tr:nth-child(2n) td{
	background-color: #f9f9f9;
}

.comptable.style4 td img{
	display: block;
	max-width: 200px;
	width: 100%;
	height: auto;
	padding: 15px;
}
.comptable .cell-text-left {
	text-align: center;
}
.comptable .cell-text-left .text{
	padding-top: 4px;
	margin: 0;
	font-weight: 100;
	font-size: 9px;
}
.comptable .tc-link {
	font-size: 12px;
	font-weight: 100;
	padding-top:8px;
	display: block;
}
.comptable .hover-effect .hidden-content-part {
	position: relative;
	background-color: inherit;
}
.comptable .hover-effect .hidden-content-part .the-content-part {
	height: 0;
	position: absolute;
	margin: 0 -10px;
	padding: 0 10px 10px;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	min-width: 200px;
	background-color: inherit;
}
.comptable .hover-effect:hover .hidden-content-part .the-content-part {
	height: auto;
}
.comptable .hover-effect .hidden-part {
	display: none;
}
.comptable .hover-effect:hover .hidden-part {
	display: inline-block;
}
.comptable .hover-effect:hover .dots {
	display: none;
}
/* Casino widget styles */
.widget .hilite {
	background-color: transparent;
}
.widget .hilite p{
	margin: 0;
}
.widget .hilite .tc-link{
	font-size: 12px;
	font-weight: 100;
	padding-top: 8px;
	padding-bottom: 3px;
	display: block;
}
.widget .hilite .text{
	color: #666;
	font-weight: 100;
	line-height: 1.3em;
	font-size: 10px;
}
.widget .hidden-content-part {
	position: relative;
	background-color: inherit;
	width: 100%;
}
.widget .featsites .hidden-content-part .the-content-part{ 
	position: relative;
}
.widget .featsites:hover .dots{
	display: none;
}
.widget .featsites:hover .hidden-part{
	display: inline;
}
.widget .featsites:hover .hidden-content-part .the-content-part{
	padding: 0 10px 10px;
	height: auto;
}

/* List widget */
.widget .topsiteswidget .hidden-content-part .the-content-part{
	background-color: #fff;
}

/* Responsive */
@media (max-width: 767px) {
	.comptable.style4.style5 .topcomp{
		display: none;
	}
	.comptable.style4.style5 tr td.depcol,
	.comptable.style4.style5 tr td{
		display: block;
		float: none;
		width: 90%;
		max-width: 90%;
        margin: 0 auto;
	}
    .comptable a.visbutton {
        width: 90% !important;
    }
	.comptable.style4.style5 tr td img{
		max-width: 200px;
	}
	.comptable.style4.style5 tr td:first-child,
	.comptable.style4.style5 tr td.cell-text-left{
		width: 100%;
		max-width: 100%;
		float: none;
	}
	.comptable.style4.style5 tr td.cell-text-left{
		padding: 0 15px 15px;
        text-align: center;
	}
	.comptable.style4.style5 tr td.depcol{
		text-align: center;
        margin: 0 auto;
	}

	.comptable.style4 tr:nth-child(2n) {
		background-color: #f9f9f9;
	}
	.comptable.style4 tr:nth-child(2n+1) {
		background-color: #f3f3f3;
	}
    .comptable.style4.style5 .rev_link {
        margin-top: 20px;
        margin-bottom: 15px;
        display: block;
    }
}

.widget .second-style .text {
    margin: 10px 0 0;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
}

.widget .row-no-border td {
	border-bottom: none;
}

.widget .topsiteswidget .row-tnc-text td {
	text-align: center;
	color: #666;
    font-weight: 100;
    line-height: 1.3em;
    font-size: 10px;
    padding-top: 0;
}
.widget .topsiteswidget .row-tnc-text td p {
	margin-bottom: 10px; 
	font-weight: bold; 
	color: #1e3f5b;
	font-size: 15px;
}
