#CommentPostForm {
  display: none;
  position: fixed;
  top: 50px;
  left: 0px;
  max-width: 550px;
  width: 100%;
  overflow: auto;
  z-index: 1000000;
}

.comment-form-wrap {
  border: 1px solid #dfdfdf;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
}

.comment-form-inner {
  color: #666;
  text-align: center;
  margin-top: 0px;
}
.com_form,
.com_form a {
  color: #666;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.comment-form {
  color: #666;
  text-align: left;
  margin: 0;
  padding: 0;
}

.radioswitch {
  width: 20px;
  border-right: none;
  padding: 0;
  margin: 0;
}
.noleftborder {
  border-left: none;
}
#comment_ajaxDiv {
  width: 95%;
  padding-bottom: 20px;
}

.comment_inputbox {
  border: 1px solid #dfdfdf;
  /*width: 120px;*/
  color: #333;
  background: #fff;
  vertical-align: top;
}

#comment_title {
  border: 1px solid #dfdfdf;
  background: #fff;
  width: 100%;
  color: #333;
}

#comment_aguulga {
  width: 100%;
  min-height: 70px;
  height: 12em;
  border: 1px solid #dfdfdf;
  background: #fff;
  color: #333;
  box-shadow: none;
}

#comment_aguulga:focus {
  border: 1px solid #dae9fa;
  box-shadow: none;
  outline: none;
}

.comment_from_label,
.comment_fromo_label {
  padding-left: 3px;
}

.comment_username {
  color: #66cc00;
  font-weight: bold;
}

.comment_cbox {
  border: 1px solid #f5f5f5;
  background: #fff;
  vertical-align: top;
}

#Dusalkbdbar {
  color: #999999;
  font-weight: bold;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}
.comment_a {
  display: block;
  padding-top: 5px;
  text-decoration: none;
  color: #0099ff;
  font-size: 12px;
}

.comment_button {
  color: #666;
  border: 1px solid #999;
  background: #f5f5f5;
  font-size: 12px;
}

#comment_button_wrapper {
  text-align: right;
}

.comment-nav {
  padding-right: 20px;
}

.comment_morebox {
  text-align: center;
}

.comment_morebox button {
  margin-top: 8px;
  margin-bottom: 8px;
  border: 1px solid #dfdfdf;
  box-shadow: none;
  border-radius: 5px;
  text-align: center;
  background-color: #ededed;
  width: 100%;
  color: #555;
}
.comment_morebox button:hover {
  background-color: #dddcdc;
}
.comment_morebox:active {
  position: relative;
  top: 1px;
}

@media only screen and (min-width: 550px) {
  #CommentPostForm {
    left: calc(50vw - 275px);
  }
}

/* ---------------------------------
COMMENTS STYLE
--------------------------------- */

h3#comments {
  margin: 15px 0px;
  padding: 3px 3px;
  text-transform: uppercase;
  text-align: left;
}

.boxcomment {
  margin-top: 1em;
  background: transparent;
  padding: 5px;
  background-color: #f5f5f5;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
}

.post-comment {
  font-size: 0.88em;
  margin: 0px;
  padding: 2px 3px;
  text-align: right;
  float: right;
}

.comment-title {
  text-align: left;
  font-size: 0.9em;
  margin-bottom: 5px;
  padding-bottom: 5px;
  color: #999;
  font-weight: bold;
}

.data-comments {
  background: transparent;
  text-align: left;
  color: #999999;
  margin: 0px;
  font-size: 0.81em;
}

.comment-body {
  color: #666666;
  font-size: 12pt;
  text-align: left;
  margin: 0px 0px 10px 0px;
}

.comment_morebox button {
  color: #777 !important;
}
