
#edit-field-event-date-0 h4.label,
#edit-field-event-date-0-end-value-date {
  display: none;
}

#edit-field-event-date-0 .container-inline, #edit-field-event-date-0 .description {
  float: left;
}

#edit-field-event-date-0 .description {
  width: 100%;
}

.adminimal .button--primary.info {
  background: #28a745;
  border-color: #28a745;
}

.adminimal .button--primary.info:hover,
.adminimal .button--primary.info:focus {
  background: #27a122;
  border-color: #27a122;
}

#edit-field-webform-0-settings {
  display: none;
}

#webform-tab--general select[name='properties[options][options]'],
#webform-tab--general .form-item-properties-options-options {
  display: none;
}

.webform-multiple-table.webform-multiple-table-responsive .form-textarea.resize-vertical,
.webform-multiple-table.webform-multiple-table-responsive td:nth-child(3),
.properties-options-custom-options-table--option_text.webform-multiple-table--option_text {
  display: none;
}

.fieldset-disabled {
  color: grey;
  opacity: 0.5;
}

.adminimal .tr-approved-status-accepted {
  background: #a0ffb0;
}

.adminimal .tr-approved-status-rejected {
  background: #ff9b9b;
}

.hide-element {
  display: none;
}

.field--name-user-picture .image-style-thumbnail {
  display: none;
}

.field--name-comment article.contextual-region {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 0 0 4px 6px;
}

.field--name-comment article.contextual-region .links {
  margin-left: 0;
  margin-bottom: 10px;
}

.view-id-content.view-display-id-page_2 .view-filters .form--inline > .form-item {
  width: 21%;
  margin: 0 1% 20px 1%;
}

.violation-report-count {
  margin: 8px 0;
}


.adminimal #edit-announcement-violations .button--danger, .adminimal #edit-announcement-violations .button--danger:hover {
  border: 1px solid #d72727;
  border-radius: 4px;
  padding: 4px 6px;
  background-color: #fff;
  text-decoration: none;
}

.adminimal #edit-announcement-violations .button--success, .adminimal #edit-announcement-violations .button--success:hover {
  border: 1px solid #1e8a20;
  border-radius: 4px;
  color: #115412;
  padding: 4px 6px;
  background-color: #fff;
  text-decoration: none;
}

.comment-wrapper .comment .content > h3 {
  display: none;
}

.comment-wrapper .field--name-field-comment-body .field__label {
  display: none;
}

.comment-wrapper .comment__meta > a,
.comment-wrapper .comment__meta article.profile {
  display: none;
}

.comment-wrapper .field--name-field-comment-body .field__item {
  background-color: #ddd;
  padding: 6px 10px;
  border-radius: 6px;
  border-bottom-left-radius: 0;
  margin-right: 4px;
}

.comment-wrapper .comment > .content {
  display: flex;
  flex-direction: column-reverse;
}

.red-text {
  color: red;
}

.indented .indented .comment-reply {
  display: none;
}

.layout-container .button--success {
  color: #fff;
  background-color: #26a769;
}

.layout-container .button--success:is(:hover, :active) {
  color: #fff;
  background-color: #227E52FF;
}
