.uitslagen .ba-blog-post {
	margin-bottom:0 !important;
}
.uitslagen .ba-blog-post-title-wrapper {
	background:#ccc;
}
.uitslagen .ba-blog-post-title a {
	background:#171a26;
  color:#fff !important;
 	width:90%;
  padding:2% 5%;
}
.uitslagen .ba-blog-post-title a:hover {
	background:#00ff66;
  color:#171a26 !important;
}

/*
table { 
  width: 100%; 
  border-collapse: collapse; 
}
tr:nth-of-type(odd) { 
  background: #eee; 
}
th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 3px; 
  border: 1px solid #ccc; 
  text-align: left; 
}
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	table, thead, tbody, th, tr { 
		display: block; 
 
	}
  td {
  	display:flex;
    flex-direction:row;
  }

	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 0%;
    width:100%;
	}
	
	td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
*/

table {
  display: table;
  width: auto;
}
tr {
  display: table-row;
  width: auto;
}
td {
  display: table-cell;
  width:auto;
}
@media 
only screen and (max-width: 760px),
  (min-device-width: 1px) and (max-device-width: 760px)  {
    	.uitslagen .ba-item-blog-content * {
    		font-size:0.85em;
        margin:0 !important;
        padding:0 !important;
    	}
    .uitslagen .ba-item-blog-content td {
    		border:1px solid #ccc;
    	}
}