.zakaz {
  font-weight: bold;
}

.rabota {
  font-weight: bold;
}

.table-of-contents.open {
  border-radius: 15px;
  color: #000000;
}

.spoiler-box__title.js-spoiler-box-title {
  color: #404040;
  background-color: #f2f2f2;
  font-weight: bold;
}

.comment-list .comment-body {
  border-style: solid;
  border-radius: 10px;
  border-color: #de1457;
}

.avatar.avatar-60.photo.avatar-default {
  margin: 10px;
}

.comment-list .comment-author {
  color: #db0000;
}

.comment-list .comment-content p {
  font-style: italic;
}

.aligncenter.wp-image-60.size-full {
  border-radius: 30px;
}

.btn:not(:disabled):not(.disabled) {
  border-radius: 30px;
  font-weight: bold;
}

.menu-image-title-after.menu-image-title {
  color: #000000;
}

.dashicons.dashicons-admin-post.after-menu-image-icons {
  color: #000000;
}

.entry-content blockquote.warning {
  border-radius: 15px;
  color: #000000;
}

.entry-content blockquote.info {
  color: #000000;
  border-radius: 15px;
}



img {
  border-radius: 15px;
}