 /* Semantics */

html {
  height: 100%;
}
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 200;
  background-color: #f4f5f4;
}

h1 {
  color: #163747;
}

h3 {
  color: #545454;
  font-size: 1.4em;
  font-weight: 400;
}

textarea {
  resize: none;
  width: 100%;
  border: none;
  background-color:#f4f5f4;
  font-size: 1em;
  height: 280px;
  padding: 10px;
  border: 1px solid #585858;
  font-weight: 400;
}

/* Main Box */

#best-wrapper-alive {
  width: 650px;
  margin: 0 auto;
  border: 1px solid #eaeaea;
  background-color: #fff;
  padding: 0 10px 20px 30px;
  margin-top: 20px;
}

.line {
  border-bottom: 1px solid #ddd;
}

.spacer {
  margin-top: 10px;
}

.error {
  color: red;
}

/* Template Picker */

.preview-color {
  border-radius: 4px;
  padding: 3px 14px;
  font-size: 1.2em;
  text-align: center;
  cursor: pointer;
}

.preview-color > a {
  text-decoration: none;
}

.preview-button {
  border-radius: 4px;
  padding: 2px 10px;
  font-size: 1em;
  color: white;
}

.active {
  border: 1px solid #000;
}

/* For some reason, the image is shifted on the preview page. */

#texbar-logo {
  top: 7px!important;
}
