/*********************************
  Особые стили различных тем by Stein
*********************************/
/* Техническое оснащение */
#topic_t9 div.quote-box.quote-main p {
	font-size: 1.3rem;
	text-align: center;
}

/*********************************
  Копирование абсолютных ссылок
  Версия: 2.1
  Автор: Shikamaru
  Дата: 22.03.2025
  Последние изменения: 22.03.2025
*********************************/
.copyPopup {
	position: fixed;
	width: 250px;
	bottom: 2em;
	right: .5em;
	z-index: 1000;
	text-align: center;
	padding: .5em;
	background: rgba(0, 0, 0, .75);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	color: #fff;
	border-radius: .2em;
	opacity: 1;
}