a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

body {
	margin: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
}

img {
	border: 0px;
}

hr.cleaner {
	clear: both;
	margin: 5px;
	height: 10px;
	padding: 5px;
	border: none;
	visibility: hidden;
}

#container {
	width: 100%;
}

#header {
	height: 30px;
	background-color: #DDD;
	padding: 5px;
}

#puzzle_header {
	background-color: #DDD;
	padding: 5px;
	padding-right: 15px;
}


#PuzTitle {
	font-size: 16pt;
	font-weight: bold;
	color: #800000;
	margin-bottom: 0px;
}

#SubTitle {
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
}

#ByAuthor {
	margin-top: 0px;
}

#message {
	max-width: 400px;
	margin: 10px;
	padding: 10px;
	background-color: #EEE;
	color: #000;
}

#puzzle_index {
	margin: 20px;
	font-size: 11pt;
	line-height: 20px;
}

.CopyTag {
	font-size: 10pt;
	color: #000
}

td {
	padding: 5px;
}

.row_style_odd,
.row_style_1 {
	background-color: #ADF;
	color: #000;
}

.row_style_even,
.row_style_2 {
	background-color: #DEF;
	color: #000;
}

.alert {
	font-size: 12pt;
	font-weight: bold;
	padding: 5px;
	max-width: 700px;
	border: 2px solid #F90;
	background-color: #FEE2B8;
	color: #000;
}

.alert form {
	padding: 5px;
}

.error {
	font-size: 12pt;
	font-weight: bold;
	padding: 5px;
	max-width: 700px;
	border-style: solid;
	border: 2px;
	border-color: #C00;
	background-color: #FFDFDF;
	color: #000;
}

.small_text {
	font-size: 8pt;
}

.description {
	max-width: 600px;
	text-align: left;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

.disclaimer {
	max-width: 700px;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
}

.mark_ERROR {
	width: 25px;
	height: 25px;
	background: URL(https://uk.wordwebsoftware.com/crossword/images/cross.svg) no-repeat;
}

.mark_OK {
	width: 25px;
	height: 25px;
	background: URL(https://uk.wordwebsoftware.com/crossword/images/tick.svg) no-repeat;
}

input.invalid {
	background-color: #FF9;
	border: 2px red inset;
}

.errors {
	color: #F00;
}

#hidePanel {
	float: right;
	width: 20px;
	height: 10px;
	padding: 5px;
	font-size: 8pt;
	background-color: #CCC;
	color: #000;
	text-align: center;
}

.font-button {
	font-size: 1.2em;
	text-decoration: none;
}

.font-button:hover {
	background-color: #e0e0e0;
	text-decoration: none;
}

#puzzle_footer {
	font-size: 10pt;
	background-color: #f0f0f0;
	width: 100%;
	margin-top: 40px;
	padding: 10px 4px;
	border-top: 1px solid #ddd;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}

.footer-left {
	display: flex;
	align-items: center;
}

.footer-right {
	font-size: 8pt;
	color: #666;
	margin-right: 4px;
}

.back-button {
	display: inline-flex;
	align-items: center;
	color: #444;
	text-decoration: none;
	margin-right: 10px;
	transition: color 0.2s ease;
}

.back-arrow {
	font-size: 1.2em;
	margin-right: 5px;
	margin-left: 4px;
	color: #555;
}

.back-button:hover {
	color: #000;
	background-color: #e0e0e0;
	text-decoration: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.admin-container {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}

.view_subs {
	white-space: nowrap;
}

.titles {
	text-align: center;
	padding: 4px;
	margin-bottom: 12px;

}

.game-div,
.center {
	width: 100%;
	display: flex;
	justify-content: center;
}

.pdf {
	text-align: right;
	margin: 5px;
}

.preview-form {
	width: fit-content;
	margin-bottom: 6px;
}
.admin-link{
	position:fixed; 
	right: 6px; 
	border: 2px solid #F90;
	background-color: #FEE2B8;
	padding: 2px;
}