@charset "utf-8";
/* CSS Document */

body{
    margin-top: 10px; 
    margin-bottom: 10px; 
    margin-left: 10px; 
    margin-right: 10px;
    padding: 0;
    color: black; 
    font-size: 16pt; 
    font-family: "Trebuchet MS", sans-serif; */ 
    /*background-color: #E2E2E2;*/
}


td {
 border-width: thin;
 /*border-style: dotted;*/
}

div {
  font-size: 16px;
}

div.surname {
  font-size: 14px;
}

div.output {
  font-size: 16px;
}

div.info {
  font-size: 10px;
}

/* Create three equal columns that floats next to each other */
div.column {
  float: left;
  width: 30.33%;
  padding: 10px;
  height: 500px; /* Should be removed. Only for demonstration */
}



