@font-face {
  font-family: 'Archivo Black';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/archivo-black-v7-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local('Archivo Black Regular'), local('ArchivoBlack-Regular'),
       url('fonts/archivo-black-v7-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/archivo-black-v7-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/archivo-black-v7-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/archivo-black-v7-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/archivo-black-v7-latin_latin-ext-regular.svg#ArchivoBlack') format('svg'); /* Legacy iOS */
}

body {
        line-height: 1.2;
        color: #333;
        font-family: Arial, sans-serif;
}

div.container {
    max-width: 700px;
    display: inline-block;
    border: 25px solid #C1C1C1;
    border-radius: 8px;
    padding: 20px;
    margin: 10px;
    position: relative;
}

div.container-flag {
    width: 700px;
    display: inline-block;
    border: 25px solid #C1C1C1;
    border-radius: 8px;
    padding: 20px;
    margin: 10px;
    position: auto;
    margin-left: auto;
    margin-right: auto;
background-image:linear-gradient(180deg, #C1C1C1 0%, #FFFFFF 100%)

}

div.container-page {
    width: 700px;
    display: inline-block;
    border-radius: 8px;
    position: auto;
    margin-left: auto;
    margin-right: auto;
    text-align:justify; 
}

div.right {
    text-align:right
}

div.center {
    text-align:center
}



h1 {
    color: black;
    font-size: 25px;
    font-family: 'Archivo Black';

}

h2 {
    color: black;
    font-size: 17px;
    font-family: 'Archivo Black';

}

f2 {
    color: darkblue;   
    font-size: 105px;
    font-family: 'Archivo Black', sans-serif;

    width: auto;
    display: inline-block;
    border: 3px solid darkblue;
    padding: 10px;
    margin: 10px;
    position: auto;
    margin-left: auto;
    margin-right: auto;
background-image:linear-gradient(180deg, #C1C1C1 0%, #FFFFFF 100%)

}


f3 {
    color: #000000;
    font-size: 14px;
    font-family:Arial;

}

.legal
{
    color: #000000;
    font-size: 11px;
    font-family:Arial;

}

.small_font {
    font-size: 10px;
}

.small_font2 {
    font-size: 12px;
}


table {
    border-collapse: collapse;
    text-align:left;
}

table, th, td {
    border: 1px solid black;
    background-color: #E8E8E8;
}

/* Table Headlines */
th {
    background-color: #C1C1C1;
    color: black;
}

/* Backbutton and links */
a {
    text-decoration: none;
}

a:hover {
    background-color: #C1C1C1;
    color: black;
}

.previous {
    color: black;
    font-weight: bold;
    font-size: 50px;
}

.round {
    border-radius: 20%;
}

/* Table search */

#search_input {
/*    background-image: url('/css/searchicon.png'); /* Add a search icon to input */
/*    background-position: 10px 12px; /* Position the search icon */
/*    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 72%; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 2px solid #000000; 
    margin-bottom: 12px; /* Add some space below the input */
}

#country_table {
    border-collapse: collapse; /* Collapse borders */
    width: 80%; /* Full-width */
    border: 1px solid #ddd; /* Add a grey border */
    font-size: 18px; /* Increase font-size */
}

#country_table th, #country_table td {
    text-align: left; /* Left-align text */
    padding: 10px; /* Add padding */
}

#country_table tr {
   /* Add a bottom border to all table rows */
    border-bottom: 1px solid #ddd;
}

#country_table tr.header, #country_table tr:hover {
    background-color: #C1C1C1;
}


/* Menu */
ul.menu {
    list-style-type: none;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align:center;
    overflow: hidden;
    background-color: #C1C1C1;
    border-style:dashed;
    font-size: 17px;
}

li.menu {
    display:inline;
}

li.menu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li.menu a:hover {
    background-color: #E4E4E4;
}



