<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.noMargin{ margin : 0px;}
.ChilangoTops-MainContent {
    display: flex;
    padding-bottom: 20px;
}

.ChilangoTops-Item {
overflow: hidden;
background-color: #e8e8e8;
margin: 1px 0;
display: block;
height : 70px;
}
.ChilangoTops-Item:hover {
background-color : #cdcdcd;
}
.ChilangoTops-Position {
position: relative;
width: 65px;
border-radius:10px 0 0 10px;
float: left;
height: 70px;
}
.ChilangoTops-Position &gt; span {
color: #fff;
font-size: 50px;
padding: 0 4px 14px;
font-family: 'Anton', sans-serif;
position: absolute;
bottom: 0px;
right: 0px;
}
.ChilangoTops-Thimbnail {
width: 100px;
height: 70px;
overflow: hidden;
text-align: center;
float: left;
}
.ChilangoTops-Title {
float: left;
width: calc( 100% - 168px );
padding: 10px;
color: #036;
font-weight: bold;
}
.TopsMap{ width:100%; background-color:#cdcdcd;}
@media (max-width: 1018px) {
	.ChilangoTops-Item {
	    height: 55px;
	}
	.ChilangoTops-Position {
	    width: 35px;
	    height: 55px;
	}
	.ChilangoTops-Position &gt; span {
	    font-size: 28px;
	}
	.ChilangoTops-Thimbnail {
	    width: 80px;
	    height: 55px;
	}
	.ChilangoTops-Title {
	    width: calc( 100% - 168px );
	    font-size: 12px;
	    line-height: 11px;
	}
}
@media (max-width: 414px) {
	.ChilangoTops-Left,
	.ChilangoTops-Right{ width : 100%; }
	.ChilangoTops-Right{ display: none; }
	.ChilangoTops-Item {
		border-radius : 10px;
	    height: 55px;
	}
	.ChilangoTops-Position {
	    width: 35px;
	    height: 55px;
	}
	.ChilangoTops-Position &gt; span {
	    font-size: 28px;
	}
	.ChilangoTops-Thimbnail {
	    width: 80px;
	    height: 55px;
	}
	.ChilangoTops-Title {
	    width: calc( 100% - 168px );
	    font-size: 12px;
	    line-height: 11px;
	}
}</pre></body></html>