@font-face {
  font-family: 'Header';
  src: url("../fonts/Roboto-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Menu';
  src: url("../fonts/Roboto-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Regular';
  src: url("../fonts/Lato-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Quote';
  src: url("../fonts/Lato-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
/******************************************************
 * comments
 */
#comments {
  clear: both;
  max-width: 1440px;
  margin: 0 auto;
  margin-bottom: 50px;
}
#comments article {
  border-top: 1px solid #c0c0c0;
  padding: 10px 0;
}
#comments article .submitted span {
  padding-left: 5px;
}
#comments article .submitted .username {
  padding: 0px 5px;
}
#comments article:last-child {
  border-top: none;
}
#comments #comment_form {
  padding-top: 50px;
  width: 100%;
  border-top: 1px solid #c0c0c0;
}
#comments .comment-form input {
  width: auto;
  max-width: 100%;
}
#comments .comment-form input.button {
  width: auto;
}
#comments .comment-form .description {
  color: #c0c0c0;
  font-size: 0.8em;
}
#comments .comment-form .filter-guidelines .filter-guidelines-item {
  margin-top: 0;
}
#comments .comment-form .tips {
  font-size: 0.8em;
  line-height: 1em;
  color: #c0c0c0;
}
#comments .comment-form .filter-help {
  display: none;
}
/*# sourceMappingURL=comments.css.map */