body {
  font-family: 'Nunito';
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #cccccc;
  color: rgba(0,0,0,0.8);
}
h1,h2,h3 {
  font-family: 'Open Sans'; // +++
}

.tag-wrapper {
  margin: 0.3em auto 0 auto;
  padding: 0;
  text-align: center;
}

.tag {
  padding: 0;
  text-align: center;
  background: #ffffff;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -khtml-border-radius: 0.5em;
  border-radius: 0.5em;
  -webkit-box-shadow: 5px 5px 20px -8px rgba(0,0,0,0.45);
  -moz-box-shadow: 5px 5px 20px -8px rgba(0,0,0,0.45);
  box-shadow: 5px 5px 20px -8px rgba(0,0,0,0.45);
  display: inline-block;
}

.std-content {
  text-align: left;
  padding: 1.5em;
}

div.text-content {
  max-width: 800px;
}

.std-content {
  text-align: left;
  padding: 1.5em;
}
.std-content-size {
  width: 40em;
  min-height: 20em;
}
.wider-content {
  text-align: left;
  padding: 1.5em;
  max-width: 1000px;
}

.content-message {
  text-align: center;
  width: 40em;
  min-height: 20em;
}
.content-message p {
  font-size: 150%;
}

#footer {
  font-size: 75%;
  padding: 0.3em;
  border-top: 1px #cccccc dashed;
  color: rgba(0, 0, 0, 0.4);
}

#footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#footer li {
  display: inline-block;
  margin-right: 1em;
  padding: 0.7em;
}

#footer a {
  color: rgba(0, 0, 0, 0.4);
  padding: 0.7em;
}

#advert {
  color: rgba(0,0,0,0.3);
  font-size: 90%;
  /*
  position: absolute;
  bottom: 10px;
  right: 10px;
  */
  margin-top: 1em;
  /* to make some room on the end of the page - good for mobile browsers with bottom menu */
  margin-bottom: 150px;
}
#advert a {
  color: rgba(0,0,0,0.6);
  font-weight: bold;
}

a {
  color: #fea229;
  text-decoration: none;
}

img {
  display: block;
  margin: 0 auto;
}

.error {
  color: #f00;
}
