nav {
	background:transparent;
	border:none;
	box-shadow:none;
}

.boardHeader a {
	text-decoration:underline;
}

#bannerImage {
	max-width:100%;
	height:auto;
	margin:0 auto;
	border:1px solid;
}


.lockIndicator:before{
       content: url('/.media/1b8c02984010ce1e27537b3c7fdd3c78-imagepng.png');
}

.cyclicIndicator:after {
       content: url('/.media/e673650aaca1caf5d2bebc59700d0b94-imagepng.png');
       width:16px;
       height:16px;
}

.pinIndicator:after {content: url('/.media/d3bddae2abcc3d8247da8bad9b230216-imagepng.png');}

input#fieldName, input#fieldEmail, input#fieldSubject, textarea, input#fieldPostingPassword, input#oekakiWidth, input#oekakiHeight, input#checkboxSpoiler,
input#reportFieldReason, input#deletionFieldPassword, input#fieldCaptcha, input#fieldCaptchaReport {
	margin: 0px;
	border: 1px solid #AAA;
	outline: none;
	transition:0.20s;
}

.form-post th {
	border: 1px solid #000;
}

#captchaImage {
	width:50%;
}

#captchaImageReport {
	width:50%
}

#postBox #captchaDiv {
	text-align:center;
}

.labelRole {
	font-weight:normal;
}

.labelRole:before {
	content:"##";
}

:is(input#fieldName, input#fieldEmail, input#fieldSubject, textarea, input#fieldPostingPassword,input#reportFieldReason, input#deletionFieldPassword, input#fieldCaptcha):focus, :is(input#fieldName, input#fieldEmail, input#fieldSubject, textarea, input#fieldPostingPassword, input#reportFieldReason, input#deletionFieldPassword, input#fieldCaptcha):hover {
	border-color:#0d0d0d;
}

.linkLast50, .delLink, .linkPreview, .labelLastEdit, .boardsLink, .bottomLink  {
	display:none !important;
}

#linkManagement, #linkModeration {
	display:none;
}

.innerPost:has(
.linkName[href="mailto:sage" i]) {
	outline:1px dashed red;
}

.linkName:not(noEmailName)[href="mailto:sage" i] {
	color:red;
}
	
.linkName:not(noEmailName)[href="mailto:sage" i]:after {
	content:" SAGE";
	color:red;
}
nav a:hover, .boardHeader a:hover, #postBox a:hover, .opCell a:hover, .innerPost a:hover, .markedPost a:hover, .threadPages a:hover, #divThreads [id^="Show"], .bottomNav a:hover, a:hover
{
	  color: #dd0000;
}

