/* Minimal front styles for Love Padel */
.lp-events .lp-card{margin-bottom:20px}
.lp-event-header{margin-bottom:20px}


.matchfilters{
	margin: 0px 0 10px 0;
    padding-right: 0 !important;
  	padding-left: 0 !important;
	padding: 5px;
}

.match{
	background-color: #fff;
    margin: 0px;
    padding-right: 0 !important;
  	padding-left: 0 !important;
	padding: 5px;
}

.roundinfo{
 	background-color: #ddd;
 	padding-left: 5px;
}

.matchinfo{
 	padding-right: 0 !important;
  	padding-left: 0 !important;
	padding: 0;
}

.match .matchinfo .localteam:before {
    content: '';
    background-color: #17253f;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
}

.match .matchinfo .awayteam:before {
    content: '';
    background-color: #29a5dc;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
}

.rs, .rsg{
	padding-right: 0 !important;
  	padding-left: 0 !important;
	padding: 0;
	text-align: center;
}