/*РАСПЕЧАТКА КВЕСТА*/
@media print {

	/*Отступы на страницах*/
	@page { 
		margin-top: 10mm;
		margin-bottom: 10mm;
		margin-left: 5mm;
		margin-right: 5mm;
	}


	body {
		margin: 0 !important;
		padding: 0 !important;
		/*Печать фона*/
		-webkit-print-color-adjust: exact;
		/*print-color-adjust: exact;*/
	}
	
	/*Не печатать*/
	#top-panel, #help-money {
		display: none;
	}
	
	/*Не разделять блоки*/
	.block-task  {
		page-break-inside: avoid;
	}
}


/*СОЗДАНИЕ И РЕДАКТИРОВАНИЕ КВЕСТА*/
#autoquest {
	/*
	height: 39px;
	display: flex;
	align-items: center;
	line-height: normal;
	padding-bottom: 3px; 
	border-bottom-color: rgb(56, 112, 56); 
	border-style: solid; border-width: 1px; 
	border-left-color: rgb(81, 163, 81); 
	border-right-color: rgb(81, 163, 81); 
	border-top-color: rgb(81, 163, 81); 
	box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px; 
	color: rgb(255, 255, 255); 
	text-shadow: rgba(0, 0, 0, 0.25) 0px -1px 0px; 
	background-image: linear-gradient(rgb(98, 196, 98), rgb(81, 163, 81)); 
	box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px -1px;
	*/
	height: 37px;display: flex;align-items: center;line-height: normal;padding-bottom: 3px; border-bottom-color: rgb(56, 112, 56); border-style: solid; border-width: 1px; border-left-color: rgb(81, 163, 81); border-right-color: rgb(81, 163, 81); border-top-color: rgb(81, 163, 81); box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px; color: rgb(255, 255, 255); text-shadow: rgba(0, 0, 0, 0.25) 0px -1px 0px; background-image: linear-gradient(rgb(98, 196, 98), rgb(81, 163, 81));
}

/*Описание*/
@media (min-width: 600px) {
	.describe-link {border-bottom: 1px dashed #333;}
}

/*Контейнер для создания и редактирования всех заданий*/
#EditQuest {
	font-size: 16px;
}

/*Контейнер для кнопок*/
#EditQuest .conteiner-buttons {
	box-shadow: 
		0 1px 0 0 #f4f3df inset, 
		0 -1px 0 0 #d0d0b9 inset, 
		1px 0 0 0 #f4f3df inset, 
		-1px 0 0 0 #d0d0b9 inset, 
		
		1px 0 0 0 #f4f3df, 
		-1px 0 0 0 #d0d0b9,
		0 1px 0 0 #f4f3df, 
		0 -1px 0 0 #d0d0b9; 
	padding: 5px 10px 3px 10px;
	border-radius: 7px;
	display: flex;
	/*align-items: center;*/
	margin: 10px 5px;
	font-size: 16px;
	user-select: none;
}
#EditQuest .conteiner-buttons label {
	margin: 2px 0;
	font-size: 14px;
}

/*Записка*/
#EditQuest .t_note {
	width: 100%;
	height: 80px;
	font-family: trebuchet ms;
	font-size: 15px;
	font-style: italic;
	border-radius: 5px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -15px 0 10px -15px rgba(0, 0, 0, .8), 15px 0 10px -15px rgba(0, 0, 0, .8), 0 0 5px rgba(0, 0, 0, .1) inset;
	padding: 10px;
	box-sizing: border-box;
	background-color: #fff;
}

/*Всё задание (формы редактирования и вид)*/
#EditQuest .cont-task-all {
	display: flex;
	/*border: 1px solid #ccc;*/
	margin: 10px 0;
	padding: 15px 5px;
	line-height: normal;
	border-top: 1px solid #ffffff70;
	box-shadow: 0 -1px #0000001a;
}

/*Всё задание (формы редактирования и вид) - если маленький экран*/
@media (max-width: 980px) {
#EditQuest .cont-task-all {flex-wrap: wrap;}
}

/*Таблица с формами редактирования*/
#EditQuest .edit-table, caption {
    user-select: none;
    height: max-content;
}

/*Таблица с формами редактирования - если большой экран*/
@media (min-width: 1000px) {
	#EditQuest .edit-table {
		min-width: 560px;
	}
}

/*Таблица с формами редактирования - если маленький экран*/
@media (max-width: 359px) {
	#EditQuest .edit-table nobr {
		white-space: normal !important;	
	}
}

/*Форма создания примеров для заданий*/
#EditQuest .example {
	padding: 5px; 
	border: 1px solid #ccc;
	font-size: 13px;
	width: 200px;
}

/*Метка в формах создания примеров для заданий*/
#EditQuest .example label {
    margin: 0;
}

/*Заголовок контейнера создания подсказки (Записка, 1-подсказка ...)*/
#EditQuest .task-head {
	text-align: left;
	padding: 1px 9px 9px 1px;
	font-weight: bold;
}
#EditQuest #d_last-task {
	border-radius: 5px;
}


/*Контейнер для чекбокса "последняя подсказка"*/
#EditQuest #d_last-task label {
	font-size: 14px;
	font-weight: bold;
}

/*Чекбокс "последняя подсказка"*/
#EditQuest #ch_last-task {
	margin: 0 4px 4px 0 !important;
}


/*Кнопка перезапуска */ 
#EditQuest .b_restart {
	width: 32px;
	height: 32px;
	padding: 0;
	/*border: 1px solid #ffffff70;
	box-shadow: 0 -1px 0px 2px #0000001a;*/
	border-radius: 100%;
	background-color: #f0edd8;
	line-height: 1;
	box-sizing: content-box;
}

/*Кнопка перезапуска (наведён курсор) */ 
#EditQuest .b_restart:hover {
	cursor: pointer;
}

/*Контейнер для задания*/
#EditQuest .cont-task {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  	/*flex-grow: 1;*/
    margin-left: 20px;
    max-width: 100%;
    overflow-y: auto;
    display: flex;
    align-items: center;
    /*flex-wrap: wrap;*/
	flex-direction: column;
  	align-content: center;
	justify-content: center;
	background-color: #fff;
	width: 100%;
	color: #333;
	padding: 15px;
	border-radius: 5px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -15px 0 10px -15px rgba(0, 0, 0, .8), 15px 0 10px -15px rgba(0, 0, 0, .8), 0 0 5px rgba(0, 0, 0, .1) inset;
}

/*Шифровка в задании*/
#EditQuest .d_cipher {
	margin: 5px;
	font-size: 20px;
	max-width: 100%;
}

/*Подсказка (ключ) в задании*/
#EditQuest .d_key {
    margin: 5px;
  	font-size: 13px;
}

/*Контейнер для примера в задании*/
#EditQuest .d_example {
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
	font-family: trebuchet ms;
	display: flex;
	align-items: center;
}

/*Контейнер для буквы и примера в задании*/
#EditQuest .task-additional {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid #ccc;
	margin-top: 9px;
	margin-left: 20px;
}

/*Буква в задании*/
#EditQuest .d_letter {
   font-size: 40px;
	font-family: trebuchet ms;
	/*padding: 20px 10px;*/
	text-transform: uppercase;
	/*border-left: 1px solid;*/
	text-align: center;
}


/*Форма*/
#EditQuest form {
	margin: 0 0 5px;
}

/*Метка*/
#EditQuest label {
	display: inline-block;
	margin: 0;
}

/*Метка в наcтройках*/
#EditQuest .d_settings  label {
	font-size: 14px;
}

/*Подзадание*/
#EditQuest .s_subtask {
	font-size: 15px;
}

/*Текстовое поле в настойках задания*/
#EditQuest .d_settings input[type="text"]  {
	font-size: 15px;
}

/*Поле выбора в настройках задания*/
#EditQuest .d_settings select {
	font-size: 15px;
}

/*Текстовое поле для ввода разделителя*/
#EditQuest .separator {
	text-align: center;
	padding: 0 !important;
	font-family: Arial !important;
	font-size: 17px !important;
	height: 21px !important;
}

/*Ошибка*/
#EditQuest .error {
	font-size: 15px; 
	color: #bf1a1a;
}

/*Контейнер для кнопок внизу*/
#EditQuest #buttons {
	border-top: 1px solid #ffffff70;
	box-shadow: 0 -1px #0000001a;
	padding-top: 18px;
	padding-left: 20px;
}



/*ПРОСМОТР КВЕСТА*/

/*Контейнер просмотра квеста (НУЖЕН ДЛЯ КВЕСТА В ФАЙЛЕ)*/
#ViewQuest {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: normal;
	display: table;
}

/*Верхняя панель*/
#top-panel {
	width: 100%;
	margin-bottom: 9px;
	background-image: url(http://kvestodel.ru/images/bg.jpg);
	box-shadow: 0 -1px 0 0 #f4f3df, inset 0 -1px 1px 0 #d0d0b9, 1px 0 0 0 #f4f3df inset, -1px 0 0 0 #d0d0b9 inset;
	user-select: none;
}
#top-panel input[type="checkbox"] {
	padding: 0;
	margin: 0 4px 3px 15px;
}

/*Контейнер для задания (НУЖЕН ДЛЯ КВЕСТА В ФАЙЛЕ)*/
.block-task {	
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

/*Описание (НУЖЕН ДЛЯ КВЕСТА В ФАЙЛЕ)*/
#ViewQuest .description-task {
	width: 100%;
	font-size: 13px;
	line-height: 0.9;
	text-align: center;
}

/*Контейнер для (шифровки и ключа) (НУЖЕН ДЛЯ КВЕСТА В ФАЙЛЕ)*/
#ViewQuest .task-main {
   display: flex;
   flex-direction: column;
	justify-content: center;
	width: 100%;
}

/*Шивровка (НУЖЕН ДЛЯ КВЕСТА В ФАЙЛЕ)*/
#ViewQuest .d_cipher {
	width: 100%;
	padding: 0;
	position: relative;
	/*font-size: 15px;*/
}

/*Ключ (подсказка) (НУЖЕН ДЛЯ КВЕСТА В ФАЙЛЕ)*/
#ViewQuest .d_key {
	width: 100%;
	padding: 10px 0 0 0;
	position: relative;
	/*font-size: 15px;*/
}

/*Кнопки индивидуальных настроек - рамка при наведении (НУЖЕН ДЛЯ КВЕСТА В ФАЙЛЕ)*/
#ViewQuest .note:hover, 
#ViewQuest .description-task:hover,
#ViewQuest .d_cipher:hover,
#ViewQuest .d_key:hover {
	box-shadow: 0 0 1px 1px #aaa;
	border-radius: 5px;
	background-color: #f2d4a015;
}

/*Кнопки индивидуальных настроек - видимые при наведении (НУЖЕН ДЛЯ КВЕСТА В ФАЙЛЕ)*/
#ViewQuest .f_set:hover {display: initial;}
#ViewQuest .note:hover form:first-child {display: initial;}
#ViewQuest .description-task:hover form:first-child {display: initial;}
#ViewQuest .d_cipher:hover form:first-child {display: initial;}
#ViewQuest .d_key:hover form:first-child {display: initial;}

/*Кнопки индивидуальных настроек (форма кнопок) (НУЖЕН ДЛЯ КВЕСТА В ФАЙЛЕ)*/
#ViewQuest .f_set {
	display: none;
	z-index: 40;
	position: absolute;
	right: 2px;
	font-size: 17px;
	background-color: #f2d4a0;
	border-radius: 7px;
	box-shadow: 0 0 0 1px #aaa;
	padding: 2px 4px 3px 4px;
	top: 2px;
	background-image: url(http://kvestodel.ru/images/bg.jpg);
	box-shadow: 0 -1px 0 0 #f4f3df, inset 0 -1px 1px 0 #d0d0b9, 1px 0 0 0 #f4f3df inset, -1px 0 0 0 #d0d0b9 inset;
}

/*Кнопки индивидуальных настроек (НУЖЕН ДЛЯ КВЕСТА В ФАЙЛЕ)*/
#ViewQuest .f_set .button {
	border-radius: 5px; 
	padding: 0;
	border-radius: 100%;
	margin: 1px;
	width: 20px !important;
	height: 20px !important;
}
@media (max-width: 700px) {
	#ViewQuest .f_set .button {
		width: 25px !important;
		height: 25px !important;
		margin: 0 5px;
	}
}

/*Форма редактирования текста в индивидуальных настройках*/
#ViewQuest .edit-text {
	position: absolute;
	z-index: 9999;
	top: 0;
	width: 100%;
	padding: 7px;
	box-sizing: border-box;
	right: 0;
	box-shadow: 0 0 0px 0px #ccc;
	background-image: url("http://kvestodel.ru/images/bg.jpg");
	border-radius: 5px;
}

/*Чтобы не появлялись кнопки в описании задания (НУЖЕН ДЛЯ КВЕСТА В ФАЙЛЕ)
	.description-task .f_set {
		display: none !important;
	}
	.description-task {
		box-shadow: none !important;
		background-color: transparent !important;
	}
*/

/*Записка и инструкция (НУЖЕН ДЛЯ КВЕСТА В ФАЙЛЕ)*/
#manual, #manual-concise, #note {
   border: 1px dashed #555;
	font-size: 18px; 
	width: 100%;
	/*max-width: 21cm;*/
	padding: 10px;
	box-sizing: border-box;
	position: relative;
}

/*Пример (НУЖЕН ДЛЯ КВЕСТА В ФАЙЛЕ)*/
#ViewQuest .d_example {
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	font-family: trebuchet ms;
	display: flex;
}



/*ОБЩЕЕ*/

/*Радиокнопка*/
#EditQuest input[type="radio"],
#ViewQuest input[type="radio"] {
	padding: 0;
	margin: 0 4px 4px 8px;
}


/*Чекбокс*/
#EditQuest input[type="checkbox"],
#ViewQuest input[type="checkbox"],
#top-panel input[type="checkbox"] {
	padding: 0;
	margin: 0 0 4px 8px;
}

/*Текстовое поле*/
#EditQuest input[type="text"],
#ViewQuest input[type="text"],
#top-panel input[type="text"] {
	height: 25px;
	font-size: 16px;
	padding: 0 0 0 5px;
	margin: 0;
	width: 180px;
	font-family: trebuchet ms;
	background-color: #f0edd8;
	box-shadow: 0 -1px 0 0 #f4f3df inset, 0 1px 1px 0 #d0d0b9 inset, -1px 0 0 0 #f4f3df inset, 1px 0 1px 0 #d0d0b9 inset;
	border: 0;
}

/*Текстовое поле*/
#EditQuest textarea,
#ViewQuest textarea,
#top-panel textarea {
	margin: 0;
	padding: 5px;
	background-color: #f0edd8;
	box-shadow: 0 -1px 0 0 #f4f3df inset, 0 1px 1px 0 #d0d0b9 inset, -1px 0 0 0 #f4f3df inset, 1px 0 1px 0 #d0d0b9 inset;
	border: 0;
	border-radius: 5px;
	font-family: trebuchet ms;
   font-size: 15px;
	font-style: italic;
	box-sizing: border-box;
}


/*Числовое поле*/
#EditQuest input[type="number"],
#ViewQuest input[type="number"] {
	height: 25px;
	font-size: 13px;
	padding: 0 0 0 5px;
	margin: 0;
	width: 155px;
	font-family: trebuchet ms;
	background-color: #f0edd8;
	box-shadow: 0 -1px 0 0 #f4f3df inset, 0 1px 1px 0 #d0d0b9 inset, -1px 0 0 0 #f4f3df inset, 1px 0 1px 0 #d0d0b9 inset;
	border: 0;
	text-align: center;
	padding: 1px 0 0 0;
}

/*Поле выбора (селект)*/
#EditQuest select,
#ViewQuest select {
	height: 25px;
	font-size: 16px;
	padding: 0;
	margin: 0;
	width: 185px;
	font-family: trebuchet ms;
	background-color: #f0edd8;
	box-shadow: 0 -1px 0 0 #f4f3df inset, 0 1px 1px 0 #d0d0b9 inset, -1px 0 0 0 #f4f3df inset, 1px 0 1px 0 #d0d0b9 inset;
	border: 0;
}
option {
	padding-top: 1px;
	padding-bottom: 1px;
}

/*Ползунок*/
#EditQuest input[type="range"],
#ViewQuest input[type="range"],
#top-panel input[type="range"] {
	-webkit-appearance: none;
	height: 11px;
	border-radius: 4px;
	cursor: pointer;
	background-color: #f0edd8;
	box-shadow: 0 -1px 0 0 #f4f3df inset, 0 1px 1px 0 #d0d0b9 inset, -1px 0 0 0 #f4f3df inset, 1px 0 1px 0 #d0d0b9 inset;
	border: 0;
	align-items: center;
}
input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	margin-top: 1px;
	height: 16px;
	width: 16px;
	border-radius: 100%;
	background: linear-gradient(rgb(240, 240, 240), rgb(215, 215, 215));
	border: 1px solid rgba(0,0,0,.4);
	border-top-color: rgba(0,0,0,.3);
}

/*Кнопки*/
.button {
	background: linear-gradient(rgb(240, 240, 240), rgb(215, 215, 215));
	border: 1px solid rgba(0,0,0,.4);
	border-top-color: rgba(0,0,0,.3);
	padding: 2px 5px;
	border-radius: 5px;
	margin-bottom: 1px;
	z-index: 50;
	user-select: none;
	position: relative;
}
.button:active {
	  box-shadow: 0 0 2px 1px #ccc inset;
}
/*Колонка-проигрыватель*/
.plauer-little {
	border-radius: 100%;
	padding: 4px;
	width: 23px;
	height: 23px;
	display: none;
	position: absolute;
}
/*Маленькая кнопка*/
.lit-but {
	border-radius: 100%;
	font-size: 7px;
	background: linear-gradient(rgb(240, 240, 240), rgb(215, 215, 215));
	border: 1px solid rgba(0,0,0,.4);
	width: 13px;
	height: 13px;
	padding: 0;
	text-align: center;
	position: relative;
	bottom: 1px;
	margin-left: 3px;
	min-width: 13px;
}
/*Кнопки с картинками */
.button-img {
	background: linear-gradient(rgb(244, 244, 244), rgb(219, 219, 219));
	border-radius: 5px;
	z-index: 50;
	user-select: none;
	position: relative;
	border: 1px solid rgba(0,0,0,.4);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	padding: 0;
	display: inline-flex;
	align-items: inherit;
	height: 36px;
}
.button-img div {
	padding: 0;
	border-right: 1px solid rgba(0,0,0,.4);
	background: linear-gradient(rgb(232, 232, 232), rgb(206, 206, 206));
	border-radius: 5px 0 0 5px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
}
.button-img span {
	padding: 1px 8px;
}
button:disabled {
	color: rgb(109, 109, 109);
	cursor: default;
}
button:disabled img {
	opacity: 0.5;
}




/*Текст в заданиях (НУЖЕН ДЛЯ КВЕСТА В ФАЙЛЕ)*/
.text {
	/*text-align: left;*/
	display: inline-block;
}

/*Псевдокнопки (кнопки вместо чекбоксов + - * / ) */
.psbutton {
	padding: 0 5px; 
	font-size: 17px; 
	color: #CCC; 
	display: inline-block; 
	border-radius: 100%; 
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	background: linear-gradient(rgb(240, 240, 240), rgb(215, 215, 215));
	border: 1px solid #cccccc;
	user-select: none;
	z-index: 50;
	position: relative;
}
.psbutton:hover {
	/*color: #444444;*/
	border-color: rgba(0,0,0,.4);
}

/*Всплывающая подсказка (НУЖЕН ДЛЯ КВЕСТА В ФАЙЛЕ)*/
.tip {
	position: relative;
	bottom: 3px;
	left: 3px;
	display: inline-block;
	border: 1px solid;
	border-radius: 100%;
	width: 11px;
	text-align: center;
	font-size: 9px;
	line-height: 1.2;
	font-weight: bold;
	color:#ff7e00;;
	background-color:#ffffff;
	height: 11px;
	cursor: pointer;
	user-select: none;
}
.tip2 {
	padding: 10px; 
	border-radius: 10px; 
	box-shadow: 0 0 5px 1px #aaa; 
	display: none; 
	position: absolute;
	max-width: 500px;
	background-color: #f0edd8;
	font-size: 13px;
	text-align: left;
	z-index: 999;
	border: 2px solid #AAAAAA;
}
.tip2:hover {z-index: 1000;}
.tip2 a {
	color: #c00606;
	display: inline-block;
	margin-top: 5px;
}
.d_tip {
	width: 13px; 
	display: inline-block;
}
.tip2 button {
	border-radius: 100%;
	width: 17px;
	height: 17px;
	padding: 0;
	position: absolute;
	right: -3px;
	top: -3px;
	background: linear-gradient(rgb(240, 240, 240), rgb(215, 215, 215));
	border: 1px solid rgba(0,0,0,.4);
	font-size: 12px;
}
@media (max-width: 600px) {
.tip2 {
	left: 3px; right: 3px;
}
}

/*Модальное окно*/
.modal-window {
	width: 340px;
	height: 200px;
	padding: 2px 0;
	background-color: #f0edd8;
	box-shadow: 0 1px 0px 0px #f4f3df, inset 0 1px 1px 0 #d0d0b9, -1px 0 0 0 #f4f3df inset, 1px 0 0 0 #d0d0b9 inset;
	border-radius: 7px;
	overflow: auto;
	position: relative;
	box-sizing: border-box;
	resize: vertical;
}
.modal-window label {
	margin: 0px 0px 0px 7px !important;
	padding: 0 5px 1px 0px !important;
	border-radius: 3px;
	position: relative;
}
.modal-window label input[type="checkbox"] {
	margin: 3px !important;
}
.modal-window label img {
	width: 70%;
}
.modal-window .modal-set {
	background-image: url(http://kvestodel.ru/images/bg.jpg);
	border-radius: 3px;
	display: inline-block;
	box-shadow: 0 -1px 0px 0px #f4f3df, inset 0 -1px 1px 0 #d0d0b9, 1px 0 0 0 #f4f3df inset, -1px 0 0 0 #d0d0b9 inset;
	padding: 3px 3px 0px 0;
	font-size: 13px;
}
.modal-window .main-modal {
	display: flex;
	flex-direction: column;
	align-items: start;
	resize: vertical;
	height: 100%;
}
.modal-window .tip2 {
	background-image: url(http://kvestodel.ru/images/bg.jpg);
	left: 20px;
}
.modal-window .tip2 option:hover{
	background-color: #cccccc;
}
.modal-window .tip2 select {
	height: auto !important;
	width: max-content !important;
	min-width: 200px;
	font-size: 14px !important;
}

/*ОТДЕЛЬНЫЕ ЗАДАНИЯ*/

/*Шашки (НУЖЕН ДЛЯ КВЕСТА В ФАЙЛЕ)*/
.checker_W {
	border-radius: 50%; 
	border: 1px solid #999; 
	width: 70%; 
	height: 70%; 
	background-color: #fff; 
	box-shadow: 1px 1px 2px 1px #ccc inset, -1px -1px 2px 1px #ccc inset; color: #000;
	margin:0 auto;
	display: revert;
	box-sizing: border-box;
}
.checker_B {
	border-radius: 50%; 
	border: 1px solid #333; 
	width: 70%; 
	height: 70%;
	background-color: #999; 
	box-shadow: 1px 1px 2px 1px #555 inset, -1px -1px 2px 1px #555 inset; 
	color: #fff;
	margin:0 auto;
	display: revert;
	box-sizing: border-box;
}
/*Лабиринт (НУЖЕН ДЛЯ КВЕСТА В ФАЙЛЕ)*/
.c_maze:hover {
	opacity: 0.7;
}
/*Кроссворд (НУЖЕН ДЛЯ КВЕСТА В ФАЙЛЕ)*/
.crossword {
	color: #FFF;
	font-family: monospace; 
	text-align: center;
	font-size: 15px;
}
.crossword:hover {
	color: #FF0000;
}



/*Стили из чистого HTML (НУЖЕН ДЛЯ КВЕСТА В ФАЙЛЕ)*/
table {
	text-align: start;
	white-space: normal; /* compatible with IE & spec */
	line-height: normal;

  /* Quirk: cut off all font inheritance in tables except for family. */
	font-size: initial;
	font-weight: initial;
	font-style: initial;
	font-variant: initial;
}

input:active, input:focus, button:active, button:focus, select:active, select:focus  {
	outline: none !important;
}