section.comments form label{
    font-size: 18px !important;
    margin: 20px 0 !important;
}

section.comments form textarea{
    padding: 15px !important;
    border: 1px solid #cccccc !important;
}

section.comments form input[type=submit].submit{
    /*background-color: #1c3b80 !important;
    border: none !important;*/
    border: 1px solid !important;
    border-color: #ccc #ccc #bbb !important;
    border-radius: 3px !important;
    background: #e6e6e6 !important;
    color: rgba(0, 0, 0, 0.8) !important;
    line-height: 1 !important;
    border-radius: unset !important;
    font-size: 13px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

section.comments ol.post-comments li ol.children li,
section.comments ol.post-comments li{
    list-style-type:none !important;
}

section.comments ol.post-comments li ol.children li div.comment-body{
    border-left: 10px solid #ccc !important;
    margin-bottom: 10px !important;
    padding-left: 15px !important;
    background-color: #edf1f5 !important;
    padding: 10px !important;
    transition: all .2s linear !important;
}

section.comments ol.post-comments > li > div.comment-body{
    margin-bottom: 10px !important;
    background-color: #edf1f5 !important;
    padding: 10px !important;
    transition: all .2s linear !important;
}

section.comments ol.post-comments > li > div.comment-body:hover,
section.comments ol.post-comments li ol.children li div.comment-body:hover{
    background-color: #f5f5f5 !important;
}

section.comments ol.post-comments div.comment-respond{
    background-color: rgb(237 241 245 / 42%) !important;
    padding: 15px !important;
    margin-bottom: 10px !important;
    border: 5px dotted #e6302e !important;
}

section.comments ol.post-comments div.comment-respond h3.comment-reply-title small{
    float: right !important
}

section.comments ol.post-comments div.comment-respond h3.comment-reply-title small a{
    color: #e6302e !important;
}