ol.comment-list{
     padding: 0;
     list-style: none;
}
.comment-form-section ol, ul{
     list-style: none;
}
.comment-body{
     margin-bottom: 30px;
}

.comments-title{
     margin-bottom: 20px;
     display: block;
}
.comment-meta{
     padding-left: 70px;
     padding-top: 10px;
     position: relative;
     min-height: 60px;
     margin-bottom: 10px; 
}
.comment-content,
.reply{
     padding-left: 30px;
}
.comment-content{
     padding: 10px 20px 45px;
     margin: 5px 0 0;
     font-size: 16px;
     border: 1px solid #dfdfdf;
     border-radius: 3px;   
}
.comment-list li .reply {
    position: absolute;
    margin: -45px 0 0 10px;
    padding: 5px 10px;
}
.comment-content p{
     margin-bottom: 10px;
}
.comment-author img{
    background: #fff;
    float: left;
    margin: 0 10px 0 0px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    max-width: 60px;
    position: absolute;
    left: 0;
    top: 0;
}
.says{
     display: none;
}
.comment-form-comment label{
     display: none;
}
.comment-list li .fn, .comment-list li .cfn {
    text-transform: uppercase;
}
.comment-list li .comment-metadata a,
.logged-in-as a {
    color: #999;
}
textarea#comment,
.comment-form-author input[type="text"],
.comment-form-email input[type="email"],
.comment-form-url input{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
textarea#comment:focus,
.comment-form-author input[type="text"]:focus,
.comment-form-email input[type="email"]:focus,
.comment-form-url input:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.comment-form-author input[type="text"],
.comment-form-email input[type="email"],
.comment-form-url input{
    height: 45px;
    border: none;
    border-radius: 0px;     
}
#commentform{
     width: 100%;
     float: left;
}
#commentform p{
     margin-bottom: 15px;
}
.comment-form-comment,
.comment-notes,
.comment-form-url,
.form-submit{
     width: 100%;
     float: left;
}
.comment-form-author,
.comment-form-email{
     width: 50%;
     float: left;
}
.comment-form-author{
     padding-right: 1%;
}
.comment-form-email{
     padding-left: 1%;
}
.form-submit{
     padding-top: 15px;
}
.comment-form-section .form-submit input[type="submit"]{
     margin-top: 0;
}
.comment-form-section {
    margin-bottom: 55px;
    width: 100%;
    float: left;
}
