@import url(default.css);
.j-comments input[type="text"],
.j-comments input[type="email"],
.j-comments textarea {
  background: #f0f0f0;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #ccc, inset 0 0 0 1px #dedede, inset 0 1px 2px 1px #e6e6e6;
  border: 0;
}
.j-comments input[type="text"]:focus,
.j-comments input[type="email"]:focus,
.j-comments textarea:focus {
  background: #f8f8f8;
}
.j-comments__submit {
  background: #41a4dd;
  color: #ffffff;
  border-radius: 3px;
}
.j-comments__submit:hover {
  background: #2b9ad9;
}
