h1 {
  text-align: center;
  color: #ffffff;
}

h2 {
  color: #ededed;
}

h3 {
  color: #969696;
}

.table-of-contents.open {
  background-color: #505e6d;
  border-radius: 5px;
  color: #ffffff;
}

.entry-content table td {
  background-color: #505e6d;
}

.entry-content table th {
  background-color: #314b5e;
  color: #ffffff;
}

.entry-content blockquote:not(.wpremark) {
  background-color: #505f6d;
  border-radius: 10px;
}

.Schedule {
  font-weight: bold;
  background-image: url("http://schedule-i.ru/wp-content/uploads/2025/04/s.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

.Schedule:hover {
  font-weight: bold;
  background-image: url("http://schedule-i.ru/wp-content/uploads/2025/04/s.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.widget-header {
  text-align: center;
}

.comment-list .comment-body {
  border-style: solid;
  border-color: #82e353;
  border-radius: 10px;
}

.avatar.avatar-60.photo.avatar-default {
  margin: 5px;
}

.comment-list .comment-author {
  color: #ffffff;
}

.comment-list .comment-content p {
  font-style: italic;
}

.footer-info {
  text-align: center;
}