/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.la-title {
   font-size: 1.4em;
   color: rgb(0, 146, 206);
   margin: 1em 0.2em;
 }

.wihw-title-container {
  width: 100%;
}

.wihw-post-container {
  margin: 1em 0 0 0.5em;
}

.wihw-button-field {
  float: right;
  padding: 0 10px;
  margin: 0 0.1em;
  border: 1px solid #000;
  background-color: rgb(0, 146, 206);
}

.wihw-button-field:hover {
  background-color: rgb(0, 146, 206, 0.8);
  text-decoration: none;
}

.wihw-button-field a {
  color: #fff !important;
  text-decoration: none !important;
}

.wihw-button-field-delete {
  float: right;
  padding: 0 10px;
  margin: 0 0.1em;
  border: 1px solid #000;
  background-color: rgb(168,56,56);
}

.wihw-button-field-delete:hover {
  background-color: rgb(168,56,56,0.8);
  text-decoration: none;
}

.wihw-button-field-delete a {
  color: #fff !important;
  text-decoration: none !important;
}

.wihw-report-submission {
  color: #fff;
}

.wihw-report-submission a {
  color: #fff;
}

.wihw-report-submission a:hover {
  color: #fff;
  text-decoration: none;
}

.wihw-content-container {
  font-size: 1.2em;
  width: 100%;
  padding: 0.5em;
  margin: 1em 0 0 0;
  border: 1px solid rgb(0, 146, 206);
}

.dashicons,
.dashicons-before:before {
  line-height: inherit !important;
}
