.article {
    background:transparent;
    border:solid 1px #ddd;
    margin-bottom:1.25rem;
    table-layout:auto;
    width: 100%;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { 
	.article img {
		max-width: 900px !important;
	}
}
.article caption{
    background:transparent;
    color:#222;
    font-size:1rem;
    font-weight:bold
}

.article thead{
    background:#F5F5F5
}

.article thead tr th,.article thead tr td{
    color:#222;
    font-weight:bold;
    padding:0.2rem;
}

.article tfoot{
    background:#F5F5F5
}

.article  tfoot tr th,.article tfoot tr td{
    color:#222;
     font-weight:bold;
    padding:0.3rem;
}
.article {
    font-size:0.875rem;
}

.article tr th,.article tr td{
    color:#222;
    padding:0.5625rem 0.625rem;
    text-align:left
}

.article tr.even,.article tr.alt,.article tr:nth-of-type(even){
    background:#F9F9F9
}

.article thead tr th,.article tfoot tr th,.article tfoot tr td,.article tbody tr th,.article table tr td,.article tr td{
    display:table-cell;
    line-height:1.125rem
}

tr.Own {
	font-weight: 700;
	background:transparent;
}
tr.Own td {
	color: #CC0000 !important;
}
@media only screen and (min-width: 100px) and (max-width: 400px) {

	.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
		padding: .5em .5em;
	}

	/* Teamspecifiek */
	/* Verberg Stand columns W G V DV DT DS mobile */
	.poulestand tr td:nth-child(4),
	.poulestand tr th:nth-child(4),
	.poulestand tr td:nth-child(5),
	.poulestand tr th:nth-child(5),
	.poulestand tr td:nth-child(6),
	.poulestand tr th:nth-child(6),
	.poulestand tr td:nth-child(7),
	.poulestand tr th:nth-child(7),
	.poulestand tr td:nth-child(8),
	.poulestand tr th:nth-child(8),
	.poulestand tr td:nth-child(9),
	.poulestand tr th:nth-child(9) {
	    display: none;
	}
	/* Verberg PeriodeStand columns W G V DV DT DS mobile */
	.periodestand tr td:nth-child(4),
	.periodestand tr th:nth-child(4),
	.periodestand tr td:nth-child(5),
	.periodestand tr th:nth-child(5),
	.periodestand tr td:nth-child(6),
	.periodestand tr th:nth-child(6),
	.periodestand tr td:nth-child(7),
	.periodestand tr th:nth-child(7),
	.periodestand tr td:nth-child(8),
	.periodestand tr th:nth-child(8),
	.periodestand tr td:nth-child(9),
	.periodestand tr th:nth-child(9) {
	    display: none;
	}
	/* Verberg kolom accomodatie bij programma mobile */
	.poule-programma tr td:nth-child(5),
	.poule-programma tr th:nth-child(5) {
	    display: none;
	}

	/* Clubbreed */
	/* Verberg programma kolommen boven de 4 */
/*	.programma tr td:nth-child(5),
	.programma tr th:nth-child(5),
	.programma tr td:nth-child(6),
	.programma tr th:nth-child(6),
	.programma tr td:nth-child(7),
	.programma tr th:nth-child(7),
	.programma tr td:nth-child(8),
	.programma tr th:nth-child(8),
	.programma tr td:nth-child(9),
	.programma tr th:nth-child(9),
	.programma tr td:nth-child(10),
	.programma tr th:nth-child(10),
	.programma tr td:nth-child(11),
	.programma tr th:nth-child(11),
	.programma tr td:nth-child(12),
	.programma tr th:nth-child(12)   {
	    display: none;
	}*/
	/* Verberg afgelastingen kolommen boven de 4 */
	/* tijdstip */
	.afgelastingen tr td:nth-child(3),
	.afgelastingen tr th:nth-child(3),
	.afgelastingen tr td:nth-child(4),
	.afgelastingen tr th:nth-child(4),
	/* Status nr. 5 wel tonen */
	.afgelastingen tr td:nth-child(6),
	.afgelastingen tr th:nth-child(6),
	/* Status nr. 7 wel tonen */
	.afgelastingen tr td:nth-child(8),
	.afgelastingen tr th:nth-child(8),
	.afgelastingen tr td:nth-child(9),
	.afgelastingen tr th:nth-child(9),
	.afgelastingen tr td:nth-child(10),
	.afgelastingen tr th:nth-child(10),
	.afgelastingen tr td:nth-child(11),
	.afgelastingen tr th:nth-child(11),
	.afgelastingen tr td:nth-child(12),
	.afgelastingen tr th:nth-child(12)   {
	    display: none;
	}

}