body {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.wrapper {
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-size: 25px;
  line-height: 20px;
  font-weight: 300;
  color: #000000;
  background: #2b2b2b;
  margin: 0 0 0px 0;
  padding: 2px;
  max-width: 800px;
}

.table {
  margin: 0 0 15px 0;
  width: 100%;
  display: table;
  border:solid;
  background-color: #994d00;/* #3e8e41;*/
  border-color:#603006;
  box-shadow: 5px 5px 15px #00816A;
  -webkit-border-radius: 10px 10px 0 0;
     -moz-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 580px) {
  .table {
    display: block;
  }
}

div[id*=Veld] {
  font-weight: 900;
  color: #ffee66;
  font-size: 24px;
  margin: 0 0 0px 0;

}
.naam {
	 background: #994d00;
     padding: 10px 0;
	 font-size:30px;
}

#Ronde {
	  font-weight: 900;
  	  color: #ffffff;
 	  font-size: 32px;
	/*background: #00816A;*/
      background:#0B6138;
	  line-height: normal;
	  padding: 2px 0 5px 0;
	  margin: 0px 0 -4px 10%;
	  left:0;
	  right:0;
	  width:80%;

  border:solid;
  border-color:#603006;
  box-shadow: 5px 0px 15px #00816A;
  -webkit-border-radius: 10px 10px 0 0;
     -moz-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0;

	 }

.row {
  display: table-row;
  /*background: #f6f6f6;*/
}
.row:nth-of-type(odd) {
/*  background: #e9e9e9;*/
  background: #FAFDDD;  
}
.row.header {
  font-weight: bold;
  color: #ffffff;
	  background: #cc6600;
}
.row.green {
  background: #27ae60;
}
.row.blue {
  background: #2980b9;
}
.cell2 {
  display: table-cell;
  width: 3%;
  font-weight:bold;
  font-size:32px;
  vertical-align: middle;
}
@media screen and (max-width: 580px) {
  .row {
    padding: 8px 0;
    display: block;
  }
}

.cell {
  padding: 2px 5px 2px 5px;
  line-height:normal;
  display: table-cell;
  width: 24%;
  font-size: 32px;
  vertical-align: middle;
}

.cellH {
  padding: 2px 5px 2px 5px;
  line-height:normal;
  display: table-cell;
  width: 24%;
  font-size: 32px;
  font-weight: bold;
/*  color:#cc0000;*/
  background-color: #FDD794;
  vertical-align: middle;
}


@media screen and (max-width: 580px) {
  .cell {
    padding: 2px 12px;
    display: block;
	  width: 24%;
    vertical-align: middle;
  }
}
/*.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 36px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: 	;
}*/
#myInput {
    border-box: box-sizing;
    background-image: url('searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
}

.dropdown {
    position: relative;
    display:inline-block;
}

.dropdown-content {
    display: none;
    font-family: "Verdana";
	font-weight:bold;
	position: absolute;
    background-color: #f6f6f6;
    min-width: 600px;
    overflow: auto;
    font-size: 28px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	right: -170px;
	top: 20px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	position:relative;
}

.dropdown a:hover {background-color: #ddd}

.show {display:block;}
