.NL {
    background: url("/assets/NL.png") no-repeat;
    background-size: 20px ;
    background-position: 3%; 
    padding-left:30px !important;
  
}

.DE {
    background: url("/assets/DE.png") no-repeat;
    background-size: 20px ;
    background-position: 3%;
    padding-left:30px !important;
  
}

.UK {
    background: url("/assets/UK.png") no-repeat;
    background-size: 20px ;
    background-position: 3%;
    padding-left:30px !important;
  
}

.IE {
    background: url("/assets/IE.png") no-repeat;
    background-size: 20px ;
    background-position: 3%;
    padding-left:30px !important;
  
}

.BE {
    background: url("/assets/BE.png") no-repeat;
    background-size: 20px ;
    background-position: 3%;
    padding-left:30px !important;
  
}



.town_style {
    background: url("/assets/town.png") no-repeat;
    background-size: 40px !important;
    background-position: 0% !important;
    padding-left:45px !important;
    color:#003399 !important;
    font-weight: bold !important;
    height:40px !important;
    margin: auto !important;
    padding-top:10px !important;
}