body {
  background-image: linear-gradient(to left, white 2%, rgba(22, 165, 166, 0.7));
}

div.blk_view, div.blk_list, div.blk_edit {
  background-color: honeydew;
}

div.blk_list tbody tr:hover {
  background-color: #edfab7;
}
div.blk_list tbody tr[data-id] {
  cursor: pointer;
}

div.blk_view table.view th {
  padding-right: 24px;
  color: #0d6262;
}
div.blk_view table.view th + td::before {
  content: ":";
  margin-right: 10px;
}
div.blk_view table.view td + td::before, div.blk_view table.view td.none::before {
  content: " ";
  margin-right: 13px;
}

div.blk_search {
  background-color: rgba(240, 255, 240, 0.2);
}

@media (max-width: 575.98px) {
  body {
    background-image: linear-gradient(to left, white 2%, rgba(22, 165, 166, 0.7));
  }
}
@media (min-width: 576px) {
  body {
    background-image: linear-gradient(to right, white 2%, rgba(22, 165, 166, 0.7));
  }
}
.alert-profile {
  background-color: honeydew;
}

/*# sourceMappingURL=myspace.output.css.map */
