<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
	font-family: Calibri;
	text-align: right;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
.Login {
	font-size: 12px;
}
.Login2 {
	font-size: 8px;
}

a{
 color: #000000;
 text-decoration: none;
}
a:hover{
 text-decoration: bold;
}

.menu {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}

.menu_b {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.menu_error {
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
}

menu.a{
 color: #fff;
 text-decoration: none;
}
menu.a:hover{
 text-decoration: bold;
}

menu_b.a{
 color: #F00;
 text-decoration: none;
}
menu_b.a:hover{
 color: #000;
 text-decoration: bold;
}

select {
background: transparent;
width: auto;
padding: 0px;
font-size: 14px;
border: 1px solid #666;
height: 25px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

input    {
width: 250px;
padding: 5px;
border: 1px solid #666;
height: 15px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

input.minor350    {
width: 350px;
padding: 5px;
border: 1px solid #666;
height: 15px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}


input.minor200    {
width: 176px;
padding: 5px;
border: 1px solid #666;
height: 15px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

input.minor50   {
width: 50px;
padding: 5px;
border: 1px solid #666;
height: 15px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

input.minor80   {
width: 80px;
padding: 5px;
border: 1px solid #666;
height: 15px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

input.minor30   {
width: 30px;
padding: 5px;
border: 1px solid #666;
height: 15px;
text-align:center;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

input.button {
width:100px;
left:auto;
right:auto;
color: #000;
font-family: Calibri;
height:32px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 0px;
border: 1p solid #666;
}

input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: green;
  vertical-align: middle;
}


input.buttonklein {
width:55px;
left:auto;
right:auto;
color: #000;
font-family: Calibri;
height:32px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 0px;
border: 1p solid #666;
}

input.button2 {
width:auto;
left:auto;
right:auto;
color:#000;
font-family: Calibri;
font-weight: bold;
height:32px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 0px;
border: 1p solid #666;
}

.table-wedstrijden {
   border: 1px solid #999;
   border-radius: 10px;
   max-width: calc(100% - 2em);
   margin: 1em auto;
   overflow: hidden;
   width: 100%;
}

.wedstrijden table {
   width: 100%;
   
   td, th { 
      color: #000, 10%;
      padding: 0px; 
   }
   
   td {
      text-align: center;
      vertical-align: middle;
      
      &amp;:last-child {
         font-size: 0.95em;
         line-height: 1.4;
         text-align: left;
      }
   }
   
   th { 
      background-color: lighten(#000, 50%);
      font-weight: 300;
   }
   
   tr {     
      &amp;:nth-child(2n) { background-color: white; }
      &amp;:nth-child(2n+1) { background-color: lighten(#000, 55%) }
   }
}

.header_wedstrijden {
   background-color: #999;
   color: white;
   font-size: 1em;
   padding: 5px;
   text-align: center;
   text-transform: uppercase; 
}

.header_wedstrijden_bkt {
   background-color: #999;
   color: white;
   font-size: 1em;
   font-weight: bold;
   padding: 5px;
   text-align: center;
   text-transform: uppercase;
   background-image:url(img/boerenkool_bg_5.png);
   background-repeat:no-repeat;

}

/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 0px;
  top: 0px;
  width: 10px;
  height: 10px;
  border: solid white;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


html{
    overflow-y: scroll;
}
</pre></body></html>