.wp-block-post-title {
  display: none;
}
img.key_img {
  max-width: 100px;
}
.insert_form {
  margin: 40px 0px;
}
.insert_form .btn {
  background-color: #000;
  border-color: #000;
}
.search_results_tbl {
  table-layout: fixed;
}
.search_results_tbl th, .search_results_tbl td {
  overflow: auto;
}
@media (min-width: 1200px) {
.container {
    max-width: 1260px !important;
}
}