.slick-list {
	overflow: hidden !important;
}

.matches-carousel {
	margin-bottom: 30px !important;
	padding-bottom: 30px !important;
	position: relative;
}

.slick-dots {
	/* bottom: 5px; */
}

.slick-track {
	display: flex !important;
	/*border-top: 3px solid #444;
	border-bottom: 2px solid #444;*/
}

.match-body {
	text-align: center;
	/*border-left: 1px solid #444;*/
	border-right: 1px solid #444;
	background-color: #fff;
	padding: 15px 5px 5px 5px;
}

.match-body .versus {
	font-size: 56px;
	font-weight: 900;
	line-height: 1.2em;
}

.match-body .teams {
	display: flex;
	margin: 10px 0;
}

.match-body .teams .team {
	width: 33%;
}

.match-body .team-name {
	font-size: 12px;
}

.match-body .teams .team img {
	width: 80px;
	height: auto;
	max-height: 80px;
}

.match-body .match-sport {
	font-weight: bold;
	color: #fecb17;
}

.match-body .match-date-time,
.match-body .match-display {
	font-size: 14px;
	font-weight: bold;
}

.match-body .match-game,
.match-body .match-stadium {
	font-size: 14px;
}

.match-body .match-game {
	white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.slick-prev, .slick-next {
	display:none !important
}

.slick-dots {
	 bottom:0;
}

.slick-dots li button:before {
	font-size:10px
}

.page-id-4040 .col-mod-main p:first-child {
	margin-bottom: 0 !important;
}
.calendari-car .matches-carousel .slick-dots {
	bottom:	-40px !important;
}

@media only screen and (max-width: 480px) {
	.match-body {
		border-right: 1px solid #444;
	}
}

#ui-datepicker-div {
	width: 300px !important;
}