/* Reset */
html, body, div, span, h1, h2, p, a, i {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

/* Styles */
body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  color: #333;
  line-height: 1.3em;
}

.page {
  margin: 20px;
}

.content {
  margin: 0 auto;
  text-align: center;
}

.content-item {
  margin: 1.25em 0;
}

.content-converter .convertee {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}
.content-converter .convertee.raw input {
  outline: none;
  resize: vertical;
  /*height:3em;*/
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  border: 1px solid rgba(150, 150, 150, 0.5);
  background-color: #f4f4f4;
  padding: 10px 14px;
}
.content-converter .convertee.spelling div.row {
  text-align: center;
  display: block;
  text-decoration: none;
  color: inherit;
  margin: 10px auto;
}
.content-converter .convertee.spelling div.row div.letter {
  display: inline-block;
  width: 3em;
  border: 1px solid #e1e8ed;
  background-color: #f1f8fd;
  margin: 0 5px;
  padding: 10px 14px;
}
.content-converter .convertee.spelling div.row div.word {
  display: inline-block;
  width: 10em;
  border: 1px solid #e1e8ed;
  background-color: #f1f8fd;
  margin: 0 5px;
  padding: 10px 14px;
}

.content-made-with-by {
  font-size: 0.8em;
  color: #ccc;
}
.content-made-with-by a {
  color: inherit;
}

h1 {
  font-size: 2.5em;
  font-weight: 900;
}

h2 {
  font-size: 1.3em;
  font-weight: 400;
}

a {
  color: #00f;
  text-decoration: none;
}
a.spelling {
  color: #3f8a5a;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}
