* {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	color: white;
}

h2 {
	color: white;
}

h3 {
	color: white;
}

h4 {
	color: #f0f0f0;
}

a {
	color: #ff00ff;
}

/*a:visited {
	color: #ef00ef;
}*/

p {
	color: white;
}

body {
	background-color: #0A0A0A;
	/* background-color: #101010; */
}

footer {
	outline: 1px solid #555555;
	background-color: #2f2f2f;
	color: white;
	
	padding-top: 4px;
	padding-bottom: 8px;
	padding-left: 18px;
	padding-right: 18px;
}

input {
	color: black;
}

.greentext {
	color: #99FF77;
	/*color: lightgreen;*/
}

.orangetext {
	color: orange;
}

.bluetext {
	color: #7777FF;
}

.info {
	left: 80px;
	right: 80px;
	background-color: #2f2f2f;
	outline: 1px solid #555555;
	
	margin-top: 8px;
	
	padding-top: 4px;
	padding-bottom: 8px;
	padding-left: 28px;
	padding-right: 28px;
}

.hyperlinks {
	outline: 1px solid #555555;
	background-color: #2f2f2f;
	
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
}

.message {
	box-shadow: 0px 0px 8px 3px #ff11ff;
	outline: 2px solid #b000bb;
/* 	outline: 1px solid #f000ff; */
/* 	outline: 1px solid #555555; */
	background: #141414;
/* 	background: #0A0A0A; */
/* 	background: #222222; */
/* 	background: #2f2f2f; */
	min-width: 200px;
	
	padding-left: 4px;
	padding-right: 4px;
	border-radius: 8px;
	
	width: fit-content;
	
	max-width: 100%;
}

.message.softhighlight {
	outline: 1px solid red;
	box-shadow: 0px 0px 8px 3px red;
	background: #551414;
}

.message.highlighted {
	outline: 1px solid red;
	box-shadow: 0px 0px 8px 3px red;
}

.reply {
	color: red;
}

/*.reply:hover + .message {
	background-color: blue;
	border-color: white;
}*/

.toggleImage {
	cursor: pointer;
}

.preview {
	max-width: 100%;
	width: auto;
	height: 256px;
	cursor: pointer
;}

.fullview {
	width: 100%;
	cursor: pointer;
}

.pending {
	width: 256px;
	height: 256px;
	cursor: default;
}

.threads {
	left: 0;
	top: 0;
	
}

.posts {
	left: 0;
	top: 0;
}

.input {
	position: fixed;
	left: 0;
	right: 0;
	bottom: -520px;
	width: 300px;
	margin-inline: auto;
	background: #F9F9F9;
	color: white;
	padding: 1rem;
	left-padding: 8px;
	right-padding: 8px;
	border-radius: 8px;
	
	
	transition: bottom 0.33s ease;
	z-index: 1000;
}

.input.open {
	bottom: 20px;
}
