
body {
   font-family: Verdana;
   font-size: 10pt;
}

.wrapper {
	max-width: 981px;
	margin: 20px auto;
}

.header, .printheader {
   text-align: center;
}

.header a {
   font-size: 14px;
   margin: 10px;
}

.subheader {
   text-align: center;
   border-top: 1px solid #cccccc;
}

h3 {
   text-align: center;
}

.columns {
   display: flex;
   flex-flow: row wrap;
   justify-content: center;
   padding-bottom: 10px;
}

.column {
	flex: 1;
}

.column table {
   margin: 0 auto;
}

.column:first-child {
   margin-left: 0;
}

.column:last-child {
   margin-right: 0;
}

.deelnemers {
   margin: 0 auto;
}

.indeling {
   margin: 0 auto;
}

.baan {
   height: 20px;
	padding-top: 3px;
}

div.naam {
   width: 250px;
	height: 20px;
	background-color: #eeeeee;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	padding-top: 3px;
	padding-left: 5px;
	border: 1px solid #dddddd;
	text-align: left;
}

.check {
   background-image: url('../images/check.png');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
}

.edit {
   cursor: pointer;
}

h3.edit span {
   border-bottom: 1px solid green;
}

.naam input {
   border: none;
   background-color: transparent;
	width: 247px;
}

.leden {
   position: absolute;
	top: 0px;
	left: 0px;
	width: 255px;
	height: 110px;
	overflow-y: scroll;
	display: none;
	border: 1px solid #dddddd;
}

.lid {
   width: 233px;
	height: 20px;
	background-color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-top: 2px;
	padding-left: 5px;
	cursor: pointer;
}

.lid:hover {
   background-color: #dddddd;
}

.game {
   width: 25px;
}

div.games, div.fgames {
   width: 170px;
	height: 20px;
	background-color: #eeeeee;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	padding-top: 3px;
	padding-left: 5px;
	border: 1px solid #dddddd;
	text-align: left;
}

div.fgames {
   width: 210px;
}

div.total, div.total2 {
   width: 50px;
	height: 20px;
	background-color: #eeeeee;
	overflow: hidden;
	position: relative;
	padding-top: 3px;
	padding-right: 5px;
	border: 1px solid #dddddd;
	text-align: right;
}

div.twolines {
	height: 34px;
}

.save {
   text-align: center;
}

@media screen {
   .printheader {
      display: none;
   }
}

@media screen and (max-width: 980px) {
   .columns .column {
      margin-bottom: 5px;
      flex-basis: 60%;
   }

   .columns .column:nth-last-child(2) {
      margin-right: 0;
   }
   .columns .column:last-child {
      flex-basis: 100%;
      margin: 0;
   }
}

@media screen and (max-width: 680px) {
	.columns .column {
		flex-basis: 100%;
		margin: 0 0 5px 0;
	}
   div.naam {
      width: 200px;
   }
   div.serie {
      width: 140px;
   }
   td.games {
      display: none;
   }
   td.fgames {
      display: none;
   }
   td.total2 {
      display: none;
   }
   div.twolines {
      height: 30px;
   }
}

@media print {
   .header {
      display: none;
   }
   .screenheader {
      display: none;
   }
   .deelnemers {
      page-break-after: always;
   }
}
