.rabota {
  font-weight: bold;
}

.table-of-contents.open {
  border-radius: 20px;
  background-color: #edf5fa;
}

.btn:not(:disabled):not(.disabled) {
  border-radius: 20px;
  font-weight: bold;
}

.comment-list .comment-body {
  border-style: groove;
  border-color: #43c92f;
  border-radius: 10px;
  background-color: #e4f3f5;
  font-weight: bold;
  font-style: italic;
  padding-top: 6px;
}

.comment-list .comment-author {
  color: #eb0c0c;
}

.avatar.avatar-60.photo.avatar-default {
  margin: 8px;
}