﻿body
{
  background-color: rgba(239,237,231,.46);
  font-family: Vollkorn,Helvetica,Arial,sans-serif;
  color: #403d34;
  background-color: #fcfbf7;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  text-align: center;
  padding: 5%;
  font-size: 130%;
  line-height: 1.5em;
}

div
{
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

h1
{
  font-weight: normal;
  font-size: 350%;
  border-bottom: 1px solid #cec9c4;
  padding-bottom: 30px;
  margin-bottom: 50px;
  line-height: normal;
}

  h1 a
  {
    text-decoration: none;
  }

h2
{
  font-weight: normal;
  font-size: 150%;
  margin-bottom: 0;
  line-height: 1.3em;
}

h3
{
  font-weight: normal;
  font-size: 150%;
  margin-top: 15px;
  line-height: 1.3em;
}

table
{
  margin: 0 auto;
  border-collapse: collapse;
}

  table thead tr td
  {
    border-bottom: 1px solid #cec9c4;
    vertical-align: bottom;
  }

td
{
  font-size: 130%;
  padding: 7px;
}

  td.number
  {
    text-align: right;
    padding-right: 15px;
  }

  td img
  {
    width: 40px;
    height: 30px;
    border-radius: 2px;
    vertical-align: middle;
    margin-right: 5px;
  }

.countries a
{
  text-decoration: none;
  padding: 10px;
  line-height: 1.7em;
  white-space: nowrap;
  display: inline-block;
  width: 90px;
  text-align: left;
}

.countries img
{
  width: 40px;
  border-radius: 2px;
  vertical-align: middle;
}

.country-page-flag
{
  width: 160px;
  border-radius: 4px;
}

footer
{
  padding-top: 30px;
  margin-top: 50px;
  border-top: 1px solid #cec9c4;
}

a:visited, a:link
{
  color: #403d34;
}

img
{
  width: 220px;
}

.footNote
{
  font-size: 0.6em;
}

hr
{
  border: none;
  height: 1px;
  background-color: #cec9c4;
  margin: 38px 0;
}

ol
{
  padding: 0;
}

li
{
  list-style-type: none;
}
