@media screen and (max-width: 300px) {
	body {
		font-size: 11px;
	}
	.wedstrijden {
		font-size: 10px;
	}
	h1, h2 {
		font-size: 14px;	
	}
	h3 {
		font-size: 15px;
	}
	.wedstrijden .datum {
		font-size: 12px;
	}
	.menu ul li { 
		font-size: 11px;
	}
	.formulier label {
		font-size: 11px;	
	}
	#menu li {
		font-size: 12px;
	}
}
@media screen and (min-width: 301px) and (max-width: 480px) {
	body {
		font-size: 12px;
	}
	h1, h2 {
		font-size: 15px;	
	}
	h3 {
		font-size: 16px;
	}
	.menu ul li { 
		font-size: 13px;
	}
	.formulier label {
		font-size: 12px;	
	}
	#menu li {
		font-size: 14px;
	}
}
@media screen and (max-width: 480px) {
	.wedstrijden, .stand {
		width: 100%;
	}
	.wedstrijden .thuis-team img,
	.wedstrijden .uit-team img {
		display: none;
	}
	#matrix-kopje {
		display: none; /* Matrix is te breed om op versmalde weergave weer te geven */
	}
	.details .uitslag span {
		display: none;
	}
	.details .uitslag form {
		margin: 5px 0;
		overflow: hidden;
	}
	.details .uitslag form input {
		width: 28%;
	}
	.details .uitslag form input[type='submit'] {
		float: right;
	}
	.details .uitslag form span {
		width: 10%;
	}
	.details .clubinformatie,
	.details .gemeenschappelijke,
	.details .wedstrijden,
	.details h2,
	.details br {
		display: none;
	}
	#header select {
		height: 30px;
		width: 100%;
	}
	#header form {
		display: block;
		text-align: left;
		width: 100%;
		margin-top: 2px;
		margin-bottom: 10px;
	}
	.menu {
		width: 100%;
	}
	.menu .tussen {
		display: none;
	}
	.menu ul li {
		float: left;
		height: 30px;
		line-height: 30px;
		overflow: hidden;
		text-align: center;
		white-space: nowrap;
		border-bottom: 1px solid #EDEDED;
	}
	.menu ul li a {
		display: block;
		padding: 0 3px;
		border: 1px solid #EDEDED;
	}
	#menu_ontbrekende { width: 49%; margin-left: 1%; }
	#menu_uitslagen { width: 24%; }
	#menu_archief { width: 25%; margin-left: 1%; }
	.terug {
		float: right;
		display: block;
		text-align: right;
		width: 50%;
	}
	.wedstrijden .thuis-team {
		padding-left: 3px;
	}
	.formulier table {
		width: 100%;
	}
	.formulier td {
		width: 50%;
		overflow: hidden;
	}
	.formulier input {
		width: 100%;
		display: block;
	    -moz-box-sizing:border-box;
	    -webkit-box-sizing:border-box;
	    box-sizing:border-box;
	}
}
@media screen and (min-width: 481px) {
	body {
		font-size: 14px;
		padding-top: 5px;
	}	
	h1, h2 {
		font-size: 17px;	
	}
	h3 {
		font-size: 18px;
	}
	.details .uitslag form {
		padding-left: 10px;
		padding-top: 5px;
		float: right;
	}
	.details .uitslag form span,
	.details .uitslag form input {
		margin-right: 5px;
	}
	.details .uitslag input[type='number'] {
		width: 60px;
	}
	.menu ul li {
		float: left;
	}
	.menu .tussen {
		margin: 0 3px;
	}
	.formulier .inputnaam {
		width: 200px;
	}
	.formulier input {
		width: 200px;
	}
	.formulier input[type='submit'] {
		width: 210px;	
	}
	.formulier label {
		font-size: 14px;	
	}
	#menu li {
		font-size: 15px;
	}
}
@media screen and (max-width: 350px) {
	#programma, #uitslagen { 
		margin-top: 0 !important; /* Kopje tegen de tabel zetten */ 
	}
	.kopjes {
		margin-bottom: 0 !important; 
	}
	#uitslagen i, 
	#programma i{
		margin-top: 0 !important; 
	}
	#archief .archief {
		display: block;
		margin-left: 10%;
	}
}