/* ============================
Tags
=============================*/

body {
  background-repeat: repeat;
  background-color: #3763a6;
  color: #f9f9f9; 
  margin: 0;
  height: 100%;
  font-size: 14px;
}

table {
  border-collapse: collapse; 
  border: 1px;
  font-size: 14px;
}

th, td {
  padding: 2px;
}
/* ============================
ID's
=============================*/

#wrapper {
  height: 100vh;
  display: grid;
  width: 1080;
  grid-template-rows: 100px 1fr 30px;
}

#header {
}

#content {
  overflow-y: auto;
/*  width: 880; */
/*  font-size: 10px; */
}

#content a:link {
  color:  #f9f9f9;
}
#content a:visited {
  color:  #f9f9f9;
}

#uitslagentabel {
/*   width: 100%; */
/*   table-layout: fixed; */
}

#footer {
   font-style: italic;
   font-size: 75%;
   vertical-align : bottom;
}

/* ============================
Classes
=============================*/

.stand { 
    border:1;
    background-color:#f9f9f9;
    color:black;
}

.kruistabel {
   font-size: 12px;
}

