html {
  padding: 1%;
  background-color: white;
}

body {
  margin: 0 auto;
  background-color: white;
  border-radius: 8px;
  font-family: 'Muli','Helvetica',sans-serif;
  color: #4C4C4C;
  /*max-width: 32cm;*/
  max-width: 1200px;
  font-size: 16px;
}

pre,code {
  color: #4C4C4C;
  font-family: 'Fira Mono';
}

blockquote {
  font-size: 100%;
  font-style: italic;
}

.force-word-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;

  /* Adds a hyphen where the word breaks */
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

a,a:visited,a:hover {
  color: #23527c;
}

a {
  text-decoration: underline;
}

a.site-title {
  text-decoration: none;
}

h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 15px;
}

h1.site-title {
  font-weight: bold;
}

h1.page-title {
  text-align: center;
}

li.terms-list {
  display: inline-block;
  padding-right: 10px;
}

div#footer {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #cdcdcd;
  font-size: x-small;
}

img.coar-logo {
  width: 90px;
}

img.flag {
  border: 1px solid #cdcdcd;
}

img.flag-in-table {
/*  height: 20px;
  width: 30px;*/
}

img.flag-in-page {
/*  height: 30px;
  width: 45px;*/
}

img.meeting-photo {
  margin-right: 5px;
  margin-bottom: 10px;
  border: 2px solid #cdcdcd;
}

img.map {
  float: left;
  max-width: 100%;
  margin: 0 auto;
}

div#map {
  height: 600px;
}

caption {
  display: table-caption;
  caption-side: top;
  /*text-align: center;*/
  font-weight: bold;
}

#top-nav-bar {
  /*background-color: #1E3F87;*/
  margin-bottom: 10px;
}

div#footer {
  text-align: right;
}

p#sub-title {
  margin-left: 20px;
  font-style: italic;
}

img.logo_image {
  height: 50px;
  float: left;
  margin-right: 10px;
}