﻿h1 {
  background: #21468B;
  border-bottom: 5px solid #d66705; }

h2 {
  border-left: 50px solid #d66705;
  color: #21468B; }

h3 {
  border-bottom: 1px solid #d66705;
  color: #21468B; }

p, li {
  font-size: 16px;
}

.page-hoofdstuk-7 .mlp-content h3::before {
  content: url('../../media/images/icons/tulip.png');
}

.page-hoofdstuk-8 .mlp-content h3::before {
  content: url('../../media/images/icons/shoe.png');
  padding-right: 5px;
}

.page-hoofdstuk-9 .mlp-content h3::before {
  content: url('../../media/images/icons/windmill.png');
}

.page-hoofdstuk-10 .mlp-content h3::before {
  content: url('../../media/images/icons/cheese.png');
  padding-right: 5px;
}

.page-hoofdstuk-11 .mlp-content h3::before {
  content: url('../../media/images/icons/bike.png');
  padding-right: 5px;
}

.page-hoofdstuk-12 .mlp-content h3::before {
  content: url('../../media/images/icons/soccer.png');
  padding-right: 5px;
}

.alert-info {
  background: #feecdc;
  border: #fcc28f;
  color: black;
}

.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #ebf1fa;
 }

table caption {
   display: none;
 }