.wp-wall-new {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 1em;
}

/* Style each comment */
.wp-wall-new .wp-wall-comment {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

/* Author name */
.wp-wall-new .wp-wall-comment .wp-wall-author {
  color: #F34BA3;
  font-weight: bold;
}

/* Add a bit of space under the LAST comment */
.wp-wall-new .wp-wall-comment:last-of-type {
  margin-bottom: 1.2em;
  padding-bottom: 1em;
}

/* Form container */
.wp-wall-new #wp-wall-form {
  margin-top: 1em;
}

/* Name input */
.wp-wall-new #wp-wall-form input[type="text"] {
  font-size: 14px;
  padding: 4px;
  height: 25px;
  width: 60%;
  margin-bottom: 0.5em;
}

/* Comment textarea */
.wp-wall-new #wp-wall-form textarea {
  font-size: 14px;
  padding: 6px;
  width: 80%;
  height: 120px;
  margin-bottom: 0.5em;
}

/* Submit button */
.wp-wall-new #wp-wall-form button {
  font-size: 14px;
  padding: 6px 12px;
}

/* Header/title for the widget */
.wp-wall-new-title {
  font-size: 22px;
  color: #7000a4;
  text-transform: uppercase;
  margin-bottom: 10px;
}
