
.wrapper {
  width: 100%;
  display: flex;
  padding: 10px;
  padding-top:15px;
  padding-bottom:15px;
  
  border-radius: 10px;
}

.eventlist .col-md-6{ padding-left: 5px; padding-right: 5px; }

.cellim { width: 90px;  } 
.cellcont { flex-grow: 4; } 


@media only screen and (max-width: 600px) {
  .cellim img{ width: 70px; } 
 .cellim{ min-width: 80px; } 
}


.mobile_menu{ 
	display:none;
	text-align: right;
}

@media screen and (max-width: 800px) {
   .mobile_menu{ display: block;}
}

@media screen and (min-width: 800px) {
	/*.othereventspresent hr{ border-top: 1px solid white; }*/
}
hr {
     margin-top: 0rem;
     margin-bottom: 0rem;
}

.months{ 
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding-top:30px;
	padding-bottom:5px;
}

	.pastevents .organiserico{ height:16px }
	.eventImage{ 
		border-radius: 5px; 
		height:70px;
	}
	
	
html {
  scroll-behavior: smooth;
}	

.pastevents { color: orange }
.pastevents a{ color: #555 }	
.pastevents tbody tr td:first-child{ padding-right: 5px; }

.leagupartev li{ list-style: none }