
  /* Comments
  -------------------------*/
  .comments{padding-top: 40px;}
  .comments textarea {width: 100%;}
  .comments ul,
  .comments ol {list-style-type: none;}
  .comments-title {margin-bottom: 30px;}

  .avatar{border-radius: 999px; width: 5%; height: 5%;}

  .comment-body{border-bottom: 1px solid #ccc; margin-bottom: 50px; padding-bottom: 10px;}
  .comment-meta{margin-bottom: 20px; font-size: 13px;}
  .comment::marker{display: none;}

  .comment-form label {width: 100%;}


  /* Pagination
  -------------------------*/
  .pagination{margin-bottom: 40px;}
  .page-numbers{display: inline; padding: 10px 15px; border: 1px solid #ddd; margin-right: 14px;}

  /* Input and textarea
  -------------------------*/
  input,
  textarea{padding: 5px 10px; border: 1px solid #ccc;}

  /* Widgets
  -------------------------*/
  .widget_search .screen-reader-text{display: block;}
  .widget_search #s{width: 70%; float: left;}
  .widget_search #searchsubmit{width: 30%; float: left; background-color: #fff}