div.brabantsevlag { 
  width: 100%;
background-image: url(https://www.ewas.nl/images/brabantse_vlag_klein.jpg);
}


/* CSS voor de militaire vliegtuigen */
#tabel_vliegtuigen {
  border: 1px solid #000;

}

#tabel_titel {
  border-radius: 5px 5px 0px 0px;
  background-color: #eaeaea;
  text-align: center;  
  font-weight: bolder; 
  font-size: 14px; 
  border-bottom: 1px solid #000;
}

#tabel_sub_title_1 {
  background-color: #eaeaea;
  font-weight: bolder;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding-left: 5px;
}
#tabel_sub_title_2 {
  background-color: #eaeaea;
  font-weight: bolder;
  border-bottom: 1px solid #000;
  padding-left: 5px;
}

#tabel_cell_1 {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding-left: 5px;
}
#tabel_cell_2 {
  border-bottom: 1px solid #000;
  padding-left: 5px;
}

#tabel_cell_last_row_left {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding-left: 5px;
    border-radius: 0px 0px 0px 5px;
}

#tabel_cell_last_row_middle {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding-left: 5px;
}

#tabel_cell_last_row_right {
  border-bottom: 1px solid #000;
  border-radius: 0px 0px 5px 0px;
  padding-left: 5px;
}