html, body {
  background-color: #00a0e0;
  padding: 0;
  margin: 0;
}

.my-primary{
  background-color: #00a0e0;
  border-color: #00a0e0;
}

.my-primary:focus, .my-primary:hover{
  background-color: #211c35;
}

.alert a { color: inherit; text-decoration: none;}

.card { text-decoration: none; color: inherit; }
.card i.far, .card i.fas { font-size: 30px; margin-top: 10px; }
.nav-link i.far, .nav-link i.fas { width: 30px; }

table.uren_totaal { width: 100%; border: 1px solid black; margin-bottom: 10px; border-collapse: collapse; background-color: white;}
table.uren_totaal th { margin: 0; padding: 3px; border: 1px solid black; }	
table.uren_totaal td { margin: 0; padding: 3px; border: 1px solid black; }

#signature{
width: 100%; height: 150px; border: 1px solid grey; position: relative; }
#signature canvas { width: 100% !important; height: 100% !important; }
#leegmaken { position: absolute; top: 3px; right: 3px; font-size: 1.5em; }