.dokan-store-reviews {
  position: relative;
}
.dokan-store-reviews .select2-container--default {
  height: 30px;
}
.dokan-store-reviews .help-block {
  position: absolute;
  top: 10px;
  right: 10px;
}
.dokan-store-reviews .help-block span.help-text {
  display: inline-block;
  margin-top: 4px;
  margin-right: 6px;
}
.dokan-store-reviews .help-block span.help-text a {
  text-decoration: none;
}
.dokan-store-reviews .help-block span.dashicons {
  font-size: 25px;
}
.dokan-store-reviews th.title {
  width: 18%;
}
.dokan-store-reviews th.content {
  width: 29%;
}
.dokan-store-reviews th.customer {
  width: 14%;
}
.dokan-store-reviews th.vendor {
  width: 14%;
}
.dokan-store-reviews th.rating {
  width: 12%;
}
.dokan-store-reviews th.created_at {
  width: 12%;
}
form.dokan-edit-store-review-form div.input-form-group {
  margin-bottom: 10px;
}
form.dokan-edit-store-review-form div.input-form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
form.dokan-edit-store-review-form div.input-form-group input,
form.dokan-edit-store-review-form div.input-form-group textarea {
  width: 100%;
}
form.dokan-edit-store-review-form div.input-form-group textarea {
  height: 150px;
  padding: 5px;
}
@media only screen and (max-width: 600px) {
.dokan-store-reviews .select2-container--default {
    height: 30px;
}
.dokan-store-reviews .help-block {
    top: 45px !important;
    left: 0 !important;
}
.dokan-store-reviews .subsubsub {
    margin-top: 20px;
}
.dokan-store-reviews table td.title,
  .dokan-store-reviews table td.content {
    display: table-cell !important;
}
.dokan-store-reviews table th:not(.check-column):not(.title):not(.content):not(.customer) {
    display: none;
}
.dokan-store-reviews table td:not(.check-column):not(.title):not(.content):not(.customer) {
    display: none;
}
.dokan-store-reviews table th.column,
  .dokan-store-reviews table td.column {
    width: auto;
}
.dokan-store-reviews table td.manage-column.column-cb.check-column {
    padding-right: 15px;
}
}

