
/*  
    *****************************************************
    ***                                               ***
    ***   layout.css                                  ***
    ***   gemaakt door JOHAN.TOP                      ***
    ***                                               ***
    *****************************************************   */

/* ELEMENTS */
body 
{
  align: center;
  padding-right; 16px;
  font-family: verdana;
  font-size: 90%;
  color:rgb(81, 81, 81);
}

button
{
  border-radius: 10px;
  padding: 10px;
  font-weight: bold; 
  /*  border-color: rgb(164, 2, 2); */
  border:none;
  line-height: 1.5;
}

h4
{
  color: rgb(164, 2, 2); 
}

table
{
  margin-left:auto;
  margin-right:auto;
  text-align:left;
}


/* CLASSES */

.header
{
  padding: 10px  16px; 
  margin-left: auto;   /* was opx */
  margin-right: auto;  /* was 16px */
  background: rgb(164, 2, 2);
  color: white;
  font-weight: bold;
}

.sticky
{
  position: fixed;
  right: 0px;
  font-weight: bold;
  width: 98%; /* was 95%   
  padding-left: 10px; */
}

.sticky + .content 
{
  padding-top: 5%; /* was 20px */
}


/* PROPERTIES */
a:link
{
  color: rgb(164, 2, 2);
  text-decoration: none;
}

a:visited
{
color: rgb(164, 2, 2);  
text-decoration: none;
}