img.flag-img {
    vertical-align: middle;
}
.language_list a:visited {
   color: #ffffff !important; }
.language_list:active {
   color: #ffffff !important;
   font-weight:600;
 }
.page .main h2 {
    font-weight: 500;
    word-break: inherit;
}
h1 {
    font-size: 2.557em;
}
.page-title { 
word-break: keep-all;
}
table {
  border: none;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 0;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: none;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: none;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: none;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}
table img, th img, td img {
    max-width: 100% !important;
}
@media screen and (max-width: 600px) {
table td {
font-size: 1em !important;
}
table tr {
font-size: 1em !important;
margin-bottom: 0 !important;
}
}