@charset "utf-8";
/*bootstrap buttons*/
.btn-primary {
  color: #fff;
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.5rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  background-color: #c84549;
  border-color: #c84549;
  transition: background-color 300ms ease-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #b5363a;
  border-color: #b5363a;
}

.btn-primary:active {
  background-color: #c84549;
  border-color: #c84549;
} 

.btn-primary:visited {
  background-color: #b5363a;
  border-color: #b5363a;
}

.btn-primary:focus {
  background-color: #b5363a;
  border-color: #b5363a;
}

.tekstlink {
  color: #fff;
  cursor: pointer;
  font-weight: normal;
  line-height: normal;
  text-decoration: underline;
  text-align: center;
}

.tekstlink:hover {
  color: #fef;
}

.tekstlink:active {
  color: #fff;
} 

.tekstlink:visited {
  color: #fff;
}

.tekstlink:focus {
  color: #fff;
}

.fairplay{
	font-size: 24px;
	
}
.kolom_speeldag{
	text-decoration: underline;
	text-align: center;
	margin-bottom: 10px;
}
.wedstrijd{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background-color: #ff0000;
}

.reeks_a{
	background-color: #244e75;
	color: #fff;
}

.reeks_b{
	background-color: #f7b733;
	color: #fff;
}

.reeks_c{
	background-color: #b5363a;
	color: #fff;
}

.reeks{
	width: 420px;
	float: left;
	display: block;
	text-align: center;
	margin-left: 0.5%;
	margin-right: 0.5%;
	border: 5px solid red;
	padding-bottom: 15px;
}

.speeldagen{
	
}

.speeldag{
	padding-top:2px;
}

.reeksnaam{
	color: #ffffff;
	height: 30px
}

#ronde_2{
	margin-left: 10%;
	margin-right: 10%;

}

#reeks_A{
	
	clear: both;
	display: block;
	margin-bottom: 10px;
}

#reeks_B{
	
	clear: both;
	display: block;
	margin-bottom: 10px;
}

#reeks_C{
	
	clear: both;
	display: block;
	margin-bottom: 20px;
}

.speeldag_uitslag{
	width: 417px;
	float: left;
	display: block;
	text-align: center;
	margin-left: 0.5%;
	margin-right: 0.5%;
	height: auto;
}