#respond {
    padding:0 5px 0 5px;
}

#respond label {
    width: 100%;
    display: block;
}

/* Highlight active form field */

#respond input[type=text], textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    width: 320px;
    max-width: 100%;
    border: 1px solid #DDDDDD;
}


#respond input[type=text]:focus, textarea:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    margin: 5px 1px 3px 0px;
    border: 1px solid rgba(81, 203, 238, 1);
}

#author {
    font-family: Lobster, "Lobster 1.4", "Droid Sans", Arial;
    font-size: 16px;
    color:#1d1d1d;
    letter-spacing:.1em;
}

#url  {
    color: #21759b;
    font-family: "Luicida Console", "Courier New", "Courier", monospace;
}

#submit {
    padding: 10px 16px;
    color: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #1976d2;
    border: none;
}

#submit:hover {

}

.post_comments {
    padding: 20px;
}

.comment-author * {
    color: #1976d2;
    font-style: 13px;
}

.comment {
    padding: 20px 10px;
}

.comment.depth-2,
.comment.depth-3,
.comment.depth-3,
.comment.depth-4,
.comment.depth-5
{
    padding-left: 40px;
}

.comment p {
    color: #242424;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 8px;
}