:root {
	color-scheme: light;
}

body.lightsoff {
	color-scheme: dark;
}

.biographytext ol {
	padding-left: 17px;
}

.biographytext ol li {
	font-size: 11pt;
}

.biographytext figcaption {
	font-style: italic;
	margin-bottom: 5px;
	color: #555;
}

.email-confirmation-warning {
	margin: 0 0 15px;
	padding: 12px 16px;
	border: 1px solid #b75a12;
	background: #fff2d8;
	color: #552600;
}

.email-confirmation-warning a {
	font-weight: 700;
}

textarea#message {
	color: white;
}

body,
nav button {
	font-family: "Open Sans", 'Open Sans Arial Fallback', "Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji", sans-serif
}

footer .ft-legal-list li,
footer h3,
footer ul li a {
	text-shadow: 1px 1px 1px #000
}

#personalmenu,
#search,
nav>ul>li,
#undresslink {
	position: relative
}

#gallery .img img,
#gallery .imgold img {
	vertical-align: middle
}

#down,
#up {
	cursor: pointer;
	height: 9px;
	width: 82px
}

.thumbtext,
aside .sidebar_block li {
	line-height: 17px
}

#babegrid,
#gallery .img,
#gallery .imgold,
#logo,
.arrow,
.box,
.reply-to-img,
.useruploads .thumbnail,
nav:not(.mm-spn) .dropdown,
nav:not(.mm-spn):not(.paging-navigation) a {
	float: left
}

.mm-spn.mm-spn--light,
body.lightsoff .mm-spn.mm-spn--light li:hover {
	background: #f7ebe2 !important
}

.mm-spn.mm-spn--light,
body.lightsoff .mm-spn.mm-spn--light li:hover a {
	color: #272727 !important
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
	background: 0 0;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline
}

body {
	background: #f7ebe2;
	color: #272727;
	margin: 0;
	--header-height: 80px
}

header {
	background: url(/static/images/bg.png) repeat-x
}

h1 {
	font-family: Lobster, 'Adjusted Arial Fallback', sans-serif
}

#content h2,
.ui-widget,
footer,
h2 {
	font-family: "Roboto Slab", Verdana, sans-serif
}

a {
	color: #ab520b
}

body.lightsoff .commentvotingbox button span,
footer,
footer ul li {
	color: #fff
}

a:hover {
	color: #bb5c0f
}

.bp-verified-babe-badge {
	align-items: center;
	background: #1d9bf0;
	border: 1px solid #0d7fc9;
	border-radius: 999px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .18);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: 700;
	height: 15px;
	justify-content: center;
	line-height: 1;
	margin-left: 3px;
	padding: 0;
	vertical-align: 1px;
	width: 15px
}

.bp-verified-babe-badge:hover,
.bp-verified-babe-badge:focus-visible {
	background: #0c86d7;
	outline: 2px solid #8ed0ff;
	outline-offset: 1px
}

#verifiedbabetooltip {
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
	color: #272727;
	display: none;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	max-width: 260px;
	padding: 8px 10px;
	position: absolute;
	z-index: 120
}

body.lightsoff #verifiedbabetooltip {
	background-color: #2a2a2a;
	border-color: #555;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .35);
	color: #ddd
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	opacity: 1;
	height: var(--header-height)
}

.left_side,
.right_side {
	position: sticky;
	top: var(--header-height);
	width: 195px
}

.parent {
	display: grid;
	grid-template-columns: 200px 1fr 200px;
	margin-top: var(--header-height);
	grid-template-areas: "a b c" "d d d"
}

.left_side {
	grid-area: a
}

main {
	grid-area: b;
	width: auto;
	margin: 15px
}

.right_side {
	grid-area: c
}

footer {
	grid-area: d;
	min-height: 448px;
	background-color: #444
}

footer ul {
	list-style: none
}

footer h3 {
	font-size: 15pt;
	font-weight: 400;
	color: #ff973c
}

footer ul li a {
	color: #ccc !important;
	text-decoration: none;
	line-height: 21pt;
	font-size: 13pt
}

footer .ft-main {
	justify-content: space-around;
	padding: 1.25rem 1.875rem;
	display: flex;
	flex-wrap: wrap
}

footer .ft-main-item {
	padding: 1.25rem;
	min-width: 12.5rem
}

footer .ft-legal {
	padding: .9375rem 1.875rem;
	background-color: #333
}

footer .ft-legal-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap
}

footer .ft-legal-list li {
	margin: .125rem .625rem;
	white-space: nowrap
}

footer .ft-legal-list li:nth-last-child(2) {
	flex: 1
}

aside .sidebar_block {
	background-color: #fffaf0;
	border: 1px solid #f69444;
	font-size: 90%
}

.dropdown-content a,
body.lightsoff .dropdown-content a:hover {
	background-color: #3d3d3d
}

aside.right_side {
	padding: 5px 5px 5px 0
}

aside.left_side {
	padding: 5px 0 5px 5px
}

aside .sidebar_block h2 {
	color: #fff;
	text-transform: uppercase;
	height: 22px;
	padding: 8px 0 6px 15px;
	font-size: 100%;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
	letter-spacing: 1px;
	font-weight: 400;
	background: url(/images/barheader.png) repeat-x
}

.thumbshot a,
aside a {
	color: #272727;
	text-decoration: none
}

ol.lists,
ul.friendlist,
ul.listlist {
	color: gray;
	list-style-position: inside
}

.collapsed_block,
.sidebar_block_collapse {
	overflow: hidden
}

.linkstable .reportlink,
.sidebar_block h2,
.votedown,
.voteup {
	cursor: pointer
}

.sidebar_block h2:after {
	content: '';
	position: absolute;
	right: 8px;
	margin-top: 7px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #eee;
	clear: both
}

.right_side .sidebar_block h2:after {
	right: 14px
}

.collapsed_block h2:after {
	border-top: 0;
	border-bottom: 5px solid #eee
}

.collapsed_block {
	height: 36px
}

@media only screen and (max-width:1024px) {
	.parent {
		grid-template-columns: 200px 1fr;
		grid-template-areas: "a b" "c b" "d d"
	}

	.left_side {
		grid-area: a
	}

	main {
		grid-area: b;
		width: auto
	}

	.right_side {
		grid-area: c
	}

	footer {
		grid-area: d
	}

	.linkstable td.fourthcol {
		display: none;
		width: 0;
		height: 0;
		opacity: 0;
		visibility: collapse
	}
}

@media only screen and (max-width:630px) {
	.gallerynavigation .ui-button {
		padding: 2px 5px
	}

	#gallery a.img {
		width: 50%;
		margin: 0 0 2px;
		max-height: 100%
	}

	#gallery a.img img {
		max-width: 100%;
		height: 100%;
		object-fit: cover
	}
}

@media only screen and (max-width:1000px) {
	.profilepage #biography #babename {
		position: absolute;
		top: 79px;
		font-size: 30pt
	}

	.profilepage #content {
		margin-top: 45px !important
	}
}

nav:not(.mm-spn):not(.paging-navigation) {
	margin-left: 203px;
	margin-top: 21px
}

header a.hamburger,
nav:not(.mm-spn) .dropdown .dropbtn,
nav:not(.mm-spn):not(.paging-navigation):not(.post-navigation) a,
#undresslink a {
	color: #eee;
	display: block;
	font-weight: 700;
	padding: 20px 18px;
	text-decoration: none;
	height: 19px;
	font-size: 90%;
	text-shadow: 1px 1px 1px #000
}

nav>ul>li {
	display: inline-block
}

#tn15rating .message div,
#tn15rating.one .static,
#tn15rating.two .hint,
.linkrate.one .static,
.linkstable table thead,
nav.mm-spn li>.dropdown,
nav:not(.mm-spn) .icon,
nav>ul>li.hidden {
	display: none
}

nav>ul>li a+ul {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	margin-right: 0
}

nav>ul>li a+ul li {
	margin-top: 1px
}

nav>ul>li a+ul li a {
	padding-left: 16px;
	text-align: left;
	white-space: nowrap;
	width: 100%
}

nav>ul>li a+ul li a .fa {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0
}

#tn15rating.delete .message .delete,
#tn15rating.error .message .error,
#tn15rating.save .message .save,
#tn15rating.two .static,
#tn15rating.user .message .user,
.dropdown:hover .dropdown-content,
.topnav:not(.mm-spn) .dropdown2 .dropdown2-link,
.topnav:not(.mm-spn) .show,
nav>ul>li:hover ul {
	display: block
}

nav>ul>li>ul>li a {
	background-color: #6b6b6b
}

nav .dropdown .dropbtn {
	background-color: transparent;
	border: none;
	height: 59px
}

nav .dropdown:not(.mm-spn) .dropbtn:hover,
nav:not(.mm-spn) .dropdown2-link:hover,
nav:not(.mm-spn) ul li a:hover {
	color: #fff;
	background-color: #272727;
	border-left: 1px solid #646464;
	border-right: 1px solid #646464;
	padding: 20px 17px !important;
	text-decoration: none
}

nav:not(.mm-spn) .dropdown2-link .user-account-icon {
	width: 32px;
	margin-top: -6px
}

.mm-spn.mm-spn--light li:hover {
	color: #fffaf0 !important;
	background: #120f0f !important
}

body.mm-ocd-opened {
	overflow-y: auto
}

.ui-dialog {
	font-size: 90%
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-top {
	border-radius: unset !important
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
	z-index: 1
}

.topnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.dropdown-content a {
	float: none;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	margin-left: 0
}

#gallery .img,
#gallery .imgold,
.box h2,
.box li {
	text-align: center
}

.dropdown-content a:hover,
.topnav:not(.mm-spn) ul#dropdown2-target li a:hover,
body.lightsoff .dropdown-content a {
	background-color: #272727
}

.topnav:not(.mm-spn) .dropdown2 {
	float: right;
	display: inline-block;
	position: relative
}

.topnav:not(.mm-spn) ul#dropdown2-target {
	list-style-type: none;
	position: absolute;
	display: none;
	right: 0;
	top: 54px;
	text-align: right
}

.topnav:not(.mm-spn) ul#dropdown2-target li {
	display: inline-block;
	background-color: #3d3d3d;
	margin-bottom: -6px
}

.topnav:not(.mm-spn) ul#dropdown2-target li a {
	margin-left: 0;
	padding: 16px 20px;
	text-align: right;
	width: 150px
}

header a.hamburger {
	float: right;
	display: block;
	margin-top: 18px;
	font-size: 120%
}

@media screen and (min-width:1041px) {
	header a.hamburger {
		display: none
	}
}

@media screen and (max-width:1040px) {

	#personalmenu,
	#search,
	#undresslink {
		top: 0 !important
	}

	#advanced-search-icon {
		width: 1px;
		height: 1px;
		display: none
	}

	nav .dropdown:not(.mm-spn) .dropbtn:hover,
	nav:not(.mm-spn) .dropdown2-link:hover,
	nav:not(.mm-spn) ul li a:hover {
		background-color: unset
	}
}

@media screen and (max-width:1100px) {

	.topnav.responsive .dropdown,
	.topnav.responsive a,
	.topnav.responsive form#search {
		background-color: #3d3d3d;
		float: none;
		display: block;
		text-align: left
	}

	.topnav.responsive {
		position: relative
	}

	.topnav.responsive a.icon {
		position: absolute;
		right: 0;
		top: 0
	}

	.topnav.responsive form#search {
		margin: 0 0 0 10px;
		padding: 20px 18px
	}

	.topnav.responsive .dropdown {
		float: none
	}

	.topnav.responsive .dropdown-content {
		position: relative;
		display: block
	}

	.topnav.responsive .dropdown .dropbtn {
		display: block;
		width: 100%;
		text-align: left
	}

	.topnav.responsive .hideinmobilemenu {
		display: none !important
	}

	.topnav.responsive a {
		padding: 20px 18px
	}

	.topnav.responsive a:hover {
		color: #fff;
		background-color: #272727;
		border: 1px solid #646464;
		padding: 19px 17px;
		text-decoration: none
	}
}

#logo {
	background: url(/static/logo/fappedia.png) no-repeat;
	background-size: contain;
	bottom: 0;
	left: 4px;
	height: 80px;
	position: absolute;
	width: 205px
}

ul.friendlist,
ul.listlist {
	margin: 4px 0 4px 10px
}

ul.friendlist li a,
ul.listlist li a {
	display: inline-block;
	margin-left: -5px
}

ol.lists {
	list-style-type: decimal;
	margin: 5px 0 5px 5px
}

#content ul,
#profiletooltip ul,
.box ul {
	list-style-type: none
}

.arrow {
	margin-top: 3px
}

.arrowbutton img {
	width: 40px;
	border: 0 !important
}

#profimg.noimg:hover,
p.modelnote {
	border: 1px solid #ea7728
}

ol.lists li.marked-position {
	background-repeat: no-repeat;
	background-position-y: 2px
}

ol.lists li.position-move-up {
	background-image: url('/img/charts_up.gif')
}

ol.lists li.position-move-down {
	background-image: url('/img/charts_down.gif')
}

a.button {
	margin: 5px 7px
}

aside .sidebar_block a.button {
	width: 146px;
	max-width: fit-content;
	min-width: -webkit-fill-available
}

button.deletecommentbutton,
button.editcommentbutton,
button.replycommentbutton {
	font-size: .75em !important;
	margin-left: 10px;
	margin-top: -5px
}

#bioarea ul li,
#profiletooltip ul li,
.separate p {
	font-size: 11pt
}

@media only screen and (max-width:680px) {
	.parent {
		grid-template-columns: 50% 50%;
		grid-template-areas: "b b" "a c" "d d"
	}

	.left_side {
		grid-area: a;
		width: inherit
	}

	main {
		grid-area: b;
		width: auto
	}

	.right_side {
		width: inherit;
		grid-area: c
	}

	footer .ft-main {
		justify-content: space-evenly;
		display: inline-block;
		padding: 0
	}

	footer .ft-legal {
		padding: 0
	}

	footer ul.ft-legal-list li a {
		font-size: small
	}

	footer ul li a {
		font-size: 15pt;
		padding: 11px;
		display: inline-block;
		line-height: unset
	}

	footer {
		grid-area: d
	}

	.linkstable td.fifthcol {
		display: none;
		width: 0;
		height: 0;
		opacity: 0;
		visibility: collapse
	}

	#light-switch-label {
		margin: 10px !important
	}

	.hidemobile {
		display: none
	}

	.sidebar_block {
		position: relative
	}

	.sidebar_block .thumbshotsmall {
		width: 80%
	}
}

#search {
	top: -84px;
	float: right;
	margin: 15px 0 0;
	text-align: right
}

#personalmenu {
	top: -85px
}

#searchfield {
	width: calc(100% - 40px);
	padding-right: 40px
}

#advanced-search-link {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	text-decoration: none
}

#gallery .img,
#gallery .imgold,
#tn15rating,
.starbar {
	position: relative
}

#advanced-search-icon {
	width: 24px;
	height: auto;
	cursor: pointer;
	transition: opacity .3s ease-in-out;
	margin-top: 4px;
	margin-right: 1px
}

#advanced-search-icon:hover {
	opacity: .7
}

#search input[type=text],
.searchbox input[type=text] {
	font-family: "Open Sans", Arial, sans-serif;
	background: #f2f2f2;
	border: 1px solid #dbdbdb;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .15) inset;
	color: #9e9e9e;
	font-size: 12px;
	font-weight: 700;
	moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
	moz-transition: all 0.5s ease 0s;
	o-transition: all 0.5s ease 0s;
	padding: 6px 8px;
	margin-right: 4px;
	text-shadow: 0 2px 3px rgba(0, 0, 0, .1);
	transition: .5s;
	webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
	webkit-transition: all 0.5s ease 0s;
	width: 109px
}

@media only screen and (max-width:540px) {
	#search input[type=text] {
		width: 15px;
		background: url(/images/search-icon.png) center center no-repeat #f2f2f2;
		color: transparent;
		cursor: pointer;
		margin-right: 10px
	}

	#search input[type=text]:-moz-placeholder {
		color: transparent
	}

	#search input[type=text]::-webkit-input-placeholder {
		color: transparent
	}

	#search input[type=text]:focus {
		width: 100%;
		background: url(/images/search-icon.png) 10px center no-repeat #f2f2f2;
		padding-left: 30px;
		color: inherit
	}

	#logo {
		left: 0;
		width: 170px;
		background: url(/images/logo2020-small.png) no-repeat;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		transition: .5s
	}

	body.lightsoff #logo {
		background: url(/images/logo2020-dark-small.png) no-repeat !important
	}

	#logo.hide {
		opacity: 0;
		visibility: hidden
	}

	nav:not(.mm-spn) {
		margin-left: 0
	}

	nav:not(.mm-spn) .dropdown2-link:hover,
	nav:not(.mm-spn) a {
		padding: 20px 10px;
		border: 0
	}

	header a.hamburger {
		padding: 20px 15px;
		border: 0
	}
}

@media only screen and (min-width:360px) and (max-width:460px) {
	#content .thumbsblock {
		grid-template-columns: repeat(auto-fit, minmax(175px, 175px)) !important;
		grid-column-gap: 0px !important
	}

	#content .thumbsblock .thumbshot,
	#content .thumbsblock .thumbtext {
		width: 170px !important
	}

	#content .thumbsblock .thumbshot {
		height: 312px !important
	}

	#content .thumbsblock .thumbshot .thumbimg {
		height: 255px !important;
		width: 170px !important;
		min-width: 170px !important
	}

	#content .thumbsblock .thumbtext {
		padding: 0 !important;
		line-height: 14px !important;
		height: 56px !important
	}
}

#content ul {
	line-height: 2em
}

.separate p {
	line-height: 1.5em
}

.separate {
	clear: both
}

#biography {
	display: flex;
	flex-wrap: wrap
}

#editbiobutton,
#favoritebutton,
#gallery,
#unfavoritebutton {
	width: 100%
}

#gallery h1 {
	padding-bottom: 20px
}

#gallery .img {
	height: 312px;
	line-height: 309px;
	overflow: hidden;
	background-color: #f4ebe6;
	width: 302px;
	margin: 0 0 10px 5px
}

#gallery .imgold {
	height: 200px;
	line-height: 280px;
	overflow: hidden;
	width: 200px
}

#gallery .imgold img {
	max-width: 190px;
	max-height: 190px
}

#gallery video {
	max-width: 100%
}

#profbox {
	margin-right: 7px;
	max-width: 250px
}

#profimg {
	width: 250px;
	height: 350px;
	border: 1px solid gray
}

#profimg a.noimg {
	display: block;
	height: 300px;
	background-image: url("https://www.babepedia.com/images/photo-placeholder.png");
	cursor: pointer
}

#profimg a.blockuploads {
	background-image: url("https://www.babepedia.com/images/photo-placeholder-blocked-uploads.png") !important
}

#favoritebutton,
#unfavoritebutton {
	background: #6495ed;
	color: #fff
}

#favoritebutton .ui-icon,
#unfavoritebutton .ui-icon {
	filter: brightness(0) invert(1)
}

#edittags {
	margin-top: -5px
}

#addtomylist-button {
	width: 100%;
	margin-top: 7px;
	box-sizing: border-box
}

#profselect {
	padding-right: 25px
}

.prof {
	height: 100px;
	margin: 7px 0;
	width: 80px
}

#up {
	background: url('/images/up.png') no-repeat
}

#down {
	background: url('/images/down.png') no-repeat
}

p.modelnote {
	margin: 10px;
	padding: 10px;
	background-color: #fffaf0
}

#bioarea {
	flex-grow: 1;
	margin: 0
}

#bioarea ul,
#profiletooltip ul {
	color: #272727;
	line-height: 1.6em
}

@media only screen and (min-width:680px) {
	#bioarea ul#biolist {
		width: 400px
	}
}

@media only screen and (min-width:1400px) {
	#bioarea ul#biolist {
		width: 600px
	}
}

.label {
	color: #6b6b6b
}

#profiletooltip h1 {
	font-size: 30px;
	font-weight: 400;
	margin: 0
}

#content h1 {
	font-size: 46px;
	font-weight: 400;
	margin: 0 0 5px
}

#content #gallery h1 {
	margin-bottom: 0;
	padding-bottom: 0
}

#content #gallery h2.featuring {
	margin: 10px 0;
	padding-top: 0;
	font-size: 23px
}

#content #gallery h2.featuring a,
.commentbox .commentauthor a {
	text-decoration: none
}

#content h2 {
	color: #dc6600;
	font-size: 30px;
	font-weight: 400;
	padding: 10px 0
}

#content textarea#message {
	color: #000 !important;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

#bioarea h2#aka,
#bioarea h2#twinstriplets {
	font-size: 22px;
	max-width: 800px
}

@media screen and (max-width:1700px) {

	#bioarea h2#aka,
	#bioarea h2#twinstriplets {
		max-width: 700px
	}
}

@media screen and (max-width:1600px) {

	#bioarea h2#aka,
	#bioarea h2#twinstriplets {
		max-width: 600px
	}
}

@media screen and (max-width:1500px) {

	#bioarea h2#aka,
	#bioarea h2#twinstriplets {
		max-width: 500px
	}
}

@media screen and (max-width:1400px) {

	#bioarea h2#aka,
	#bioarea h2#twinstriplets {
		max-width: 400px
	}
}

@media screen and (max-width:1300px) {

	#bioarea h2#aka,
	#bioarea h2#twinstriplets {
		max-width: 100%
	}
}

#content #bioarea h2 {
	padding-bottom: 8px;
	padding-top: 0
}

#content h3 {
	color: #dc6600;
	font-size: 14px;
	font-weight: 700;
	padding: 20px 0
}

.box {
	margin: 25px 2px;
	width: 190px;
	display: inline
}

.thumbtext,
.thumbtextsmall {
	display: table-cell;
	vertical-align: middle;
	background-color: #fffaf0
}

.box h2 {
	color: #7a7a7a;
	font-size: 14px;
	padding-bottom: 5px
}

.box ul {
	color: #7a7a7a;
	list-style-position: inside
}

.box li {
	padding: 5px 0
}

.starbar {
	height: 24px
}

.starbar .outer {
	background: url('/images/stars4.png') no-repeat;
	height: 20px;
	position: absolute;
	width: 200px
}

.starbar .inner {
	background: url('/images/stars4.png') 0 -20px no-repeat;
	height: 20px;
	width: 0
}

#tn15rating.save .active .inner,
#tn15rating.user .active .inner {
	background-position: 0 -40px
}

.starbar a {
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	top: 0
}

.starbar a:hover {
	background: url('/images/stars4.png') 0 -60px no-repeat
}

.starbar a.s1 {
	width: 20px
}

.starbar a.s2 {
	width: 40px
}

.starbar a.s3,
.starbarlink a.s4 {
	width: 60px
}

.starbar a.s4 {
	width: 80px
}

.starbar a.s5 {
	width: 100px
}

.starbar a.s6,
.starbarlink a.s8 {
	width: 120px
}

.starbar a.s7 {
	width: 140px
}

.starbar a.s8 {
	width: 160px
}

.starbar a.s9 {
	width: 180px
}

.starbar a.s10 {
	width: 200px
}

#tn15rating {
	white-space: nowrap
}

#tn15rating.unrated {
	height: 3em
}

#tn15rating .rating {
	position: relative;
	width: 200px
}

#tn15rating.two .usr {
	left: 220px
}

#tn15rating.guest .usr {
	height: 1.6em
}

#tn15rating.guest .general {
	top: -1.6em
}

#tn15rating.one .general {
	padding-top: 24px
}

#tn15rating .hint {
	left: 205px;
	position: absolute;
	top: 0
}

@media screen and (min-width:681px) {
	.usr.rating {
		position: absolute !important;
		top: 0
	}
}

@media screen and (max-width:680px) {
	.one .usr.rating {
		position: absolute !important;
		top: 0
	}

	#tn15rating.two .usr {
		left: 0
	}

	#tn15rating.two .general {
		top: 0
	}

	#tn15rating .hint {
		position: relative;
		left: 0
	}
}

.thumbshot.thumb-hot::after,
.thumbshot.thumb-new::after,
.thumbshot.thumb-top::after {
	font-size: 1.5em;
	color: #fff;
	position: absolute;
	padding: .15em;
	top: 5%;
	right: -35%;
	transform: rotate(45deg);
	text-shadow: 1px 1px 3px #555;
	width: 100%;
	display: flex;
	text-align: center;
	cursor: pointer;
	font-weight: 700
}

#tn15rating .message .save {
	color: #880
}

#tn15rating .message .error {
	color: #800
}

#tn15rating .message .extra {
	display: block;
	position: absolute;
	width: 100%;
	z-index: 100
}

#tn15rating .message .extra a {
	display: block;
	font-size: 77%;
	font-weight: 400;
	height: 2em;
	line-height: 90%;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0
}

#tn15rating .message .extra a.del {
	right: 0
}

#tn15rating .bottom div.left {
	position: absolute
}

#tn15rating .bottom div.left a {
	left: 0;
	position: absolute;
	top: 0
}

#tn15rating .bottom div.right {
	text-align: right
}

.thumbtext {
	height: 54px;
	padding: 1px 4px;
	width: 200px;
	font-size: smaller;
	position: relative;
	top: -5px
}

.sourcebuttons a.bigbtn {
	border: 2px solid #eb7712;
	background-color: rgba(255, 168, 76, .5);
	padding: 10px 25px;
	display: inline-block;
	margin: 10px;
	border-radius: 2px
}

#othersources img {
	width: 200px;
	padding: 20px;
	border-radius: 3px
}

#somestats p {
	line-height: 25px
}

.thumbshot.thumb-hot::after {
	content: 'HOT';
	justify-content: center;
	align-items: center;
	background-color: rgba(255, 168, 76, .8);
	border-bottom: 2px solid #eb7712;
	box-shadow: 0 0 5px rgba(77, 0, 0, .5)
}

.thumbshot.thumb-top::after {
	content: 'TOP';
	justify-content: center;
	align-items: center;
	background-color: rgba(235, 0, 0, .6);
	border-bottom: 2px solid #8d0000;
	box-shadow: 0 0 5px rgba(10, 87, 0, .5)
}

.thumbshot.thumb-new::after {
	content: 'NEW';
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 183, 255, .6);
	border-bottom: 2px solid #00318d;
	box-shadow: 0 0 5px rgba(77, 0, 0, .5)
}

.thumbtextsmall {
	height: 26px;
	padding: 4px;
	line-height: 14px;
	position: relative;
	top: -4px
}

#quickjump,
.commentbox {
	padding: 10px;
	margin: 10px
}

.thumbshot img {
	border: 0
}

#content .separate .thumbshot img {
	object-fit: cover;
	width: 200px
}

.thumbshot {
	display: inline-block;
	margin-top: -2px;
	margin-bottom: 10px;
	margin-right: 10px;
	vertical-align: top;
	width: 200px;
	overflow: hidden;
	text-align: center;
	position: relative;
	height: 356px
}

.left-fnav,
.right-fnav {
	position: fixed;
	top: 18px
}

.thumbshotsmall {
	width: 140px;
	height: 235px
}

.thumbshotlarge {
	height: 368px
}

.thumbimg {
	height: 300px;
	min-width: 200px;
	object-fit: cover
}

.thumbshotsmall .thumbimg {
	height: unset;
	min-width: unset
}

img.videothumb {
	height: 100%
}

ul.achievements,
ul.inlistlist {
	list-style-image: url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX ///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=");
	list-style-type: disc;
	padding-left: 20px
}

.removeuserlisting {
	text-decoration: none;
	margin-left: 5px
}

.useruploads .thumbnail {
	height: 310px;
	line-height: 310px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 310px;
	max-width: 100%
}

.useruploads .thumbnail img {
	border: 1px solid #bbb;
	vertical-align: middle
}

.linkstable table {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
	table-layout: fixed;
	overflow-x: auto
}

.linkstable {
	background: #fffaf0;
	border: 1px solid #eb7712
}

.linkstable table tbody {
	display: block;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: thin;
	scrollbar-color: var(--thumbBG) var(--scrollbarBG)
}

html {
	--scrollbarBG: #F4EFEB;
	--thumbBG: #EA9A59
}

.linkstable table tbody::-webkit-scrollbar {
	width: 11px
}

.linkstable table tbody::-webkit-scrollbar-track {
	background: var(--scrollbarBG)
}

.linkstable table tbody::-webkit-scrollbar-thumb {
	background-color: var(--thumbBG);
	border-radius: 6px;
	border: 3px solid var(--scrollbarBG)
}

.linkstable tr {
	line-height: 8px
}

.linkstable table td,
.linkstable table th {
	padding: 2px 3px
}

.linkstable table tbody td {
	border-left: 1px solid #d9cfb8;
	color: #7f4614;
	font-size: 11pt;
	margin: 0;
	padding: 0 5px;
	vertical-align: middle
}

.linkstable table tbody td img {
	width: 100px;
	height: 22px
}

.linkstable table tbody td.firstcol {
	padding: 0;
	width: 100px
}

.linkstable table tbody td.secondcol {
	overflow: hidden;
	white-space: nowrap;
	width: 100%
}

.linkstable table tbody td.fifthcol {
	width: 13px
}

.linkstable table tbody td.fourthcol {
	width: 70px;
	font-size: 80%;
	text-align: center;
	white-space: nowrap
}

.linkstable table tbody .alt td {
	background: #f4efeb;
	color: #7f4614
}

.linkstable table tbody td:first-child {
	border-left: none
}

.linkstable table tbody tr:last-child td {
	border-bottom: none
}

.left-fnav {
	left: 22px;
	margin: 0
}

.right-fnav {
	right: 21px;
	margin: 0
}

.starbarlink {
	height: 15px;
	position: relative
}

.starbarlink .outer {
	background: url('/images/stars3.png') no-repeat;
	height: 15px;
	position: absolute;
	width: 150px
}

.starbarlink .inner {
	background: url('/images/stars3.png') 0 -15px no-repeat;
	height: 15px;
	width: 0
}

.linkrate .active .user {
	background-position: 0 -45px
}

.save .active .inner {
	background-position: 0 -30px
}

.starbarlink a {
	display: block;
	height: 15px;
	left: 0;
	position: absolute;
	top: 0
}

.starbarlink a:hover {
	background: url('/images/stars3.png') 0 -45px no-repeat
}

.starbarlink a.s1 {
	width: 15px
}

.starbarlink a.s2 {
	width: 30px
}

.starbarlink a.s3 {
	width: 45px
}

.starbarlink a.s5 {
	width: 75px
}

.starbarlink a.s6 {
	width: 90px
}

.starbarlink a.s7 {
	width: 105px
}

.starbarlink a.s9 {
	width: 135px
}

.starbarlink a.s10 {
	width: 150px
}

.linkrate,
a.thumbnail span {
	white-space: nowrap
}

.linkrate .rating {
	position: relative;
	width: 150px
}

.bottomtopmargin,
.infop {
	margin-bottom: 10px;
	margin-top: 10px
}

#feedback {
	margin: 10px;
	width: 350px
}

#letters a {
	margin-right: 10px;
	font-size: 20pt;
	font-family: "Roboto Slab"
}

#socialicons {
	display: flex;
	width: 250px;
	flex-flow: row wrap;
	padding: 0
}

#socialicons a {
	height: 74px
}

#socialicons img {
	margin-top: 10px;
	margin-right: 10px;
	box-sizing: border-box
}

#favoritewidget {
	margin-top: 7px
}

.babebanner img {
	margin-top: 15px
}

#mostviewed li,
#top25 li {
	position: relative;
	text-indent: 15px
}

#mostviewed li span,
#top25 li span {
	text-indent: 0px;
	padding-bottom: 0px
}

.thumbnail {
	z-index: 0;
	width: 200px
}

.thumbnail:hover {
	background-color: rgba(0, 0, 0, 0);
	z-index: 50
}

.thumbnail span {
	background-color: #fffaf0;
	border: 1px solid #a8a8a8;
	color: #000;
	padding: 5px;
	position: absolute;
	text-decoration: none;
	visibility: hidden
}

.thumbnail-left span,
.thumbnail-right span {
	right: 193px
}

.thumbnail span img {
	border-width: 0;
	padding: 2px
}

.thumbnail:hover span {
	top: -50px;
	visibility: visible
}

.menuthumb {
	margin-top: 10px;
	margin-left: 20px;
	border: 0;
	width: 160px;
	height: 263px
}

.menuthumb img {
	width: 160px;
	object-fit: cover
}

#favorited,
#notfavorited {
	cursor: pointer;
	margin-left: 10px;
	margin-bottom: -2px
}

#galleryinfo p {
	line-height: 36px
}

.commentbox {
	background-color: #fffaf0;
	border: 1px solid #ea7728;
	display: flow-root;
	-ms-word-break: break-word;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto
}

.nestedcomments,
.replybox {
	margin-left: 50px
}

.arrow,
.listarrow {
	margin-left: -13px
}

.commentbox.odd {
	background-color: #f4efeb
}

.commentbox.bp-moderated-comment {
	background: repeating-linear-gradient(135deg, #ededed 0, #ededed 10px, #dfdfdf 10px, #dfdfdf 20px);
	border-color: #858585;
	color: #555
}

.commentbox.bp-moderated-comment a {
	color: #555
}

.bp-moderation-badge {
	background: #555;
	border: 1px solid #444;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.4;
	margin-left: 5px;
	padding: 1px 5px;
	text-transform: uppercase
}

.commentbox .commentauthor,
.commentbox .commentdate,
.commentbox .infotext {
	float: left;
	font-size: 80%;
	font-style: italic
}

.commentbox .infocomment,
.commentbox .reportcomment {
	font-size: larger;
	font-style: normal;
	text-decoration: none
}

.commentbox .commentdate {
	color: #a9a9a9;
	float: right
}

.comment-deleted {
	color: #a9a9a9;
	font-style: italic
}

.gallerynavigation {
	float: right;
	height: 58px
}

#editbiobutton,
#submitlinkbutton,
#submitvideobutton {
	margin-top: 7px;
	margin-bottom: 7px
}

#fhgimages img {
	margin: 10px;
	max-width: 400px
}

.top100text {
	margin-left: 30px
}

.thumbsblock {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 200px));
	grid-column-gap: 5px;
	justify-content: space-evenly
}

.thumbsblocksmall {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 140px));
	grid-column-gap: 3px;
	justify-content: space-evenly
}

#thumbs>.thumbshot {
	margin-right: 0
}

#gallery img,
#profbox img,
.prof img,
.thumbnail img,
.thumbshot {
	border: 1px solid #aaa
}

img.reply-to-img {
	border: 0 !important
}

#topbanner {
	left: 212px;
	position: absolute;
	top: 12px
}

@media screen and (max-width:1113px) {
	#topbanner {
		display: none
	}
}

@media screen and (max-width:1150px) {
	#navigation ul {
		margin-left: 0
	}
}

@media screen and (max-width:500px) {
	#content {
		padding: 5px !important
	}

	#linkbox a {
		margin-right: 5px !important;
		font-size: 90% !important
	}

	#content h1 {
		font-size: 20pt
	}
}

@media screen and (max-width:860px) {

	.nestedcomments,
	.replybox {
		margin-left: 30px
	}

	#main,
	#wrapper {
		padding-left: 0
	}

	#main,
	#profselect {
		padding-right: 0
	}

	#content {
		float: none;
		padding: 10px;
		margin: 0;
		box-sizing: border-box
	}

	body {
		min-width: unset
	}

	footer {
		padding: 0
	}

	.left a,
	.right a {
		line-height: 22px
	}
}

ul.toplists li img {
	margin-top: 30px;
	max-width: 100%;
	width: 980px;
	display: block
}

ul.toplists li a {
	font-size: 16pt
}

#linkbox {
	margin-bottom: 5px
}

#linkbox a {
	font-size: 12pt;
	margin-right: 20px;
	display: inline-block;
	margin-bottom: 10px
}

#light-switch {
	position: absolute;
	opacity: 0
}

#light-switch:checked~#light-switch-label {
	box-shadow: 0 2px 2px #d0b57b
}

#light-switch~#light-switch-label .switch {
	box-shadow: 0 10px 10px -5px #e9dbb0, 0 0 0 1px rgba(0, 0, 0, .1), 0 0 0 4px #fff4d3, 0 0 0 5px rgba(0, 0, 0, .1)
}

#light-switch:checked~#light-switch-label .switch:before {
	height: 25px;
	top: 0;
	line-height: 25px;
	background: #fff4d3;
	color: #64bf60;
	text-shadow: 0 0 3px #38ff2e
}

#light-switch:checked~#light-switch-label .switch:after {
	height: 23px;
	bottom: 2px;
	line-height: 23px;
	background: #fffaea;
	box-shadow: 0 2px 0 #d0b57b;
	color: #d7bf95;
	text-shadow: 0 0 0 transparent
}

#light-switch-label {
	position: relative;
	display: block;
	height: 100px;
	width: 67px;
	z-index: 1;
	margin: 10px auto 0;
	background-color: #fff4d3;
	border-radius: 10px
}

#light-switch-label .switch {
	cursor: pointer;
	height: 50px;
	width: 33px;
	background: #fffaea;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -17px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 3px 3px -2px rgba(233, 219, 176, 0), 0 0 0 1px rgba(0, 0, 0, .1), 0 0 0 1px #fff4d3, 0 0 0 2px rgba(0, 0, 0, .1)
}

#light-switch-label .switch:before {
	content: 'ON';
	display: block;
	position: absolute;
	height: 23px;
	text-align: center;
	line-height: 20px;
	font-size: 10pt;
	width: 33px;
	top: 2px;
	left: 0;
	background: #efe0b1;
	color: #bfa371;
	border-radius: 5px 5px 0 0
}

#light-switch-label .switch:after {
	content: 'OFF';
	display: block;
	position: absolute;
	height: 21px;
	text-align: center;
	line-height: 20px;
	font-size: 10pt;
	width: 33px;
	bottom: 0;
	left: 0;
	background: #fff4d3;
	color: #a4441a;
	text-shadow: 0 0 3px #ff4e00;
	border-radius: 0 0 2px 2px
}

#light-switch-label .screw {
	position: absolute;
	height: 5px;
	width: 5px;
	border-radius: 100%;
	left: 50%;
	margin-left: -3px;
	background: #e3d4a5;
	overflow: hidden;
	box-shadow: inset 0 2px 0 rgba(0, 0, 0, .15)
}

#light-switch-label .screw:before {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 2px;
	left: 50%;
	margin-left: -1px;
	background: rgba(0, 0, 0, .2)
}

#light-switch-label .screw:first-of-type {
	top: 10px
}

#light-switch-label .screw:last-of-type {
	bottom: 10px
}

body.lightsoff {
	background: #121212;
	color: #fffaf0
}

body.lightsoff aside a,
body.lightsoff nav .dropdown .dropbtn,
body.lightsoff nav a {
	color: #eee
}

body.lightsoff a.ui-button {
	color: #3f3731
}

body.lightsoff a {
	color: #e47e2a
}

body.lightsoff .commentbox.odd,
body.lightsoff .thumbtext,
body.lightsoff aside .sidebar_block {
	background-color: #363333
}

body.lightsoff #bioarea ul,
body.lightsoff #content #gallery h2.featuring,
body.lightsoff .thumbshot a {
	color: #fffaf0
}

body.lightsoff .commentbox {
	background-color: #595555
}

body.lightsoff .commentbox.bp-moderated-comment {
	background: repeating-linear-gradient(135deg, #393939 0, #393939 10px, #303030 10px, #303030 20px);
	border-color: #888;
	color: #ddd
}

body.lightsoff .commentbox.bp-moderated-comment a {
	color: #ddd
}

body.lightsoff .bp-moderation-badge {
	background: #ddd;
	border-color: #eee;
	color: #222
}

body.lightsoff .linkstable {
	background: #272121
}

body.lightsoff .linkstable table tbody .alt td {
	background: #363333
}

body.lightsoff .linkstable table tbody .alt td,
body.lightsoff .linkstable table tbody td {
	color: #e4d6ca
}

body.lightsoff .linkstable table tbody td img {
	background-color: #fff
}

body.lightsoff .label {
	color: #8c8c8c
}

body.lightsoff .results .highlight,
body.lightsoff p.modelnote {
	color: #000
}

body.lightsoff .thumbnail span {
	background-color: #000
}

body.lightsoff header {
	background: url(/static/images/bg-dark.png) repeat-x
}

body.lightsoff #logo {
	background: url(/static/logo/fappedia.png) no-repeat;
	background-size: contain;
}

body.lightsoff .menuthumb .thumbtextsmall {
	width: 152px;
	background-color: transparent
}

body.lightsoff #content textarea#message {
	background-color: #e4d6ca
}

body.lightsoff #gallery .img {
	background-color: transparent
}

body.lightsoff #biography #content h1 {
	text-shadow: 1px 1px 2px #eb7712
}

body.lightsoff .mm-spn.mm-spn--light {
	color: #fffaf0 !important;
	background: #120f0f !important
}

blockquote {
	margin: 20px auto;
	font-style: italic;
	color: #555;
	padding: 1.2em 30px 1.2em 75px;
	border-left: 8px solid #dc6600;
	line-height: 1.6;
	position: relative;
	background: #fffaf0
}

blockquote::before {
	font-family: Arial;
	content: "\201C";
	color: #dc6600;
	font-size: 4em;
	position: absolute;
	left: 10px;
	top: -10px
}

blockquote::after {
	content: ''
}

blockquote span {
	display: block;
	font-style: normal;
	font-weight: 700;
	margin-top: 1em
}

#morelikethumbs .thumbs {
	width: 25% !important;
	padding-top: 10px;
	cursor: pointer
}

#morelikethumbs .thumbs-up {
	margin-right: 10px
}

#morelikethumbs .thumbs-down {
	margin-left: 10px
}

#morelikethumbs .thumbshotvoting .thumbs {
	filter: invert(.7) sepia(.2) saturate(1)
}

#morelikethumbs .voted-up {
	filter: invert(.5) sepia(1) saturate(5) hue-rotate(113deg) !important
}

#morelikethumbs .voted-down {
	filter: invert(.5) sepia(1) saturate(5) hue-rotate(317deg) !important
}

#morelikethumbs .thumbshotvoting {
	height: 395px
}

@supports (-webkit-touch-callout:none) {
	.ui-icon {
		background-blend-mode: color-dodge
	}
}

.commentvotingbox {
	display: flex;
	align-items: center;
	float: left
}

.commentvotingbox button {
	border: none;
	background: 0 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	filter: opacity(.3)
}

.commentvotingbox button.voted {
	filter: opacity(.7) !important
}

.commentvotingbox button img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	border: unset !important
}

.commentvotingbox button span {
	font-weight: 700;
	font-size: 14px;
	color: #333
}

.commentvotingbox button:hover {
	filter: opacity(1)
}

body.lightsoff .commentvotingbox button img {
	filter: invert(100%)
}

#quickjump {
	background-color: #f0f0f0;
	border: 1px solid #e0e0e0
}

body.lightsoff #quickjump {
	background-color: #363333;
	border: 1px solid #272727
}

.thumbshot.rated {
	border-bottom: 2px solid #ff4e00
}

body.lightsoff #search input[type=text] {
	color: black
}

body.lightsoff #socialicons .iafd {
	filter: invert(1);
}

#undresslink a {
	padding: 20px 10px;
}

/* under 640 width, hide #undresslinklabel */
@media screen and (max-width: 750px) {
	#undresslinklabel {
		display: none;
	}

	#undresslink a {
		padding: 20px 5px !important;
	}
}

@media screen and (max-width: 410px) {
	header a.hamburger {
		padding: 20px 10px;
		border: 0;
	}

	header a.hamburger,
	nav:not(.mm-spn) .dropdown .dropbtn,
	nav:not(.mm-spn):not(.paging-navigation):not(.post-navigation) a {
		padding: 20px 10px !important;
	}
}

@media screen and (max-width: 440px) {
	header #logo {
		width: 120px;
		background-size: contain;
		top: 21px;
		height: unset;
	}
}

@media screen and (max-width: 370px) {
	#undresslink img {
		width: 45px;
	}
}

body.lightsoff #advanced-search-icon {
	filter: invert(1);
}

body.lightsoff input:not([type]),
body.lightsoff input[type="text"],
body.lightsoff input[type="search"],
body.lightsoff input[type="email"],
body.lightsoff input[type="password"],
body.lightsoff input[type="url"],
body.lightsoff input[type="tel"],
body.lightsoff input[type="number"],
body.lightsoff input[type="date"],
body.lightsoff input[type="datetime-local"],
body.lightsoff input[type="month"],
body.lightsoff input[type="time"],
body.lightsoff textarea,
body.lightsoff textarea#message,
body.lightsoff select,
body.lightsoff #search input[type=text] {
	background-color: #201a17;
	border: 1px solid #6b5144;
	color: #fffaf0;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .45);
}

body.lightsoff input:not([type]):focus,
body.lightsoff input[type="text"]:focus,
body.lightsoff input[type="search"]:focus,
body.lightsoff input[type="email"]:focus,
body.lightsoff input[type="password"]:focus,
body.lightsoff input[type="url"]:focus,
body.lightsoff input[type="tel"]:focus,
body.lightsoff input[type="number"]:focus,
body.lightsoff input[type="date"]:focus,
body.lightsoff input[type="datetime-local"]:focus,
body.lightsoff input[type="month"]:focus,
body.lightsoff input[type="time"]:focus,
body.lightsoff textarea:focus,
body.lightsoff select:focus {
	background-color: #120f0f;
	border-color: #d4a574;
	color: #fffaf0;
	outline: 1px solid #d4a574;
}

body.lightsoff input::placeholder,
body.lightsoff textarea::placeholder {
	color: #bdaea0;
	opacity: 1;
}

body.lightsoff select option {
	background-color: #201a17;
	color: #fffaf0;
}

body.lightsoff input:disabled,
body.lightsoff textarea:disabled,
body.lightsoff select:disabled,
body.lightsoff .ui-button:disabled,
body.lightsoff .ui-state-disabled {
	opacity: .58;
	cursor: not-allowed;
}

body.lightsoff input[type="button"],
body.lightsoff input[type="submit"],
body.lightsoff input[type="reset"],
body.lightsoff button.button,
body.lightsoff button.addbutton,
body.lightsoff button.regularbutton,
body.lightsoff a.button,
body.lightsoff .ui-button,
body.lightsoff .ui-widget.ui-button,
body.lightsoff .regularbutton {
	background: #2a241f;
	border: 1px solid #7a4d28;
	color: #fffaf0;
	text-shadow: none;
}

body.lightsoff .addbutton,
body.lightsoff input.addbutton,
body.lightsoff button.addbutton,
body.lightsoff a.addbutton {
	background: #8a470d;
	border-color: #d87523;
	color: #fffaf0;
}

body.lightsoff input[type="button"]:hover,
body.lightsoff input[type="submit"]:hover,
body.lightsoff input[type="reset"]:hover,
body.lightsoff button.button:hover,
body.lightsoff button.addbutton:hover,
body.lightsoff button.regularbutton:hover,
body.lightsoff a.button:hover,
body.lightsoff .ui-button:hover,
body.lightsoff .ui-button:focus,
body.lightsoff .regularbutton:hover,
body.lightsoff .addbutton:hover {
	background: #3a2d24;
	border-color: #d4a574;
	color: #ffffff;
}

body.lightsoff .addbutton:hover,
body.lightsoff input.addbutton:hover,
body.lightsoff button.addbutton:hover,
body.lightsoff a.addbutton:hover {
	background: #a85a14;
}

body.lightsoff .ui-button .ui-icon {
	filter: brightness(0) invert(1);
}

body.lightsoff input[type="checkbox"],
body.lightsoff input[type="radio"] {
	accent-color: #d87523;
}

body.lightsoff .ui-dialog .editor-note-panel details,
body.lightsoff .ui-dialog .select-pure__select,
body.lightsoff .ui-dialog .select-pure__options,
body.lightsoff .ui-dialog .attr-suggest,
body.lightsoff #addtomylist .list-menu {
	background: #201a17;
	border-color: #6b5144;
	color: #fffaf0;
	box-shadow: 0 6px 18px rgba(0, 0, 0, .45);
}

body.lightsoff .ui-dialog .editor-note-panel summary,
body.lightsoff .ui-dialog .editor-note-panel .editor-note-help,
body.lightsoff .ui-dialog .attr-help,
body.lightsoff .ui-dialog .attr-category-meta,
body.lightsoff .ui-dialog .attribute-subcat .attribute-subcat-meta,
body.lightsoff .ui-dialog .attr-date-fields .attr-date-hint,
body.lightsoff #addtomylist .list-option {
	color: #e8d8ca;
}

body.lightsoff .ui-dialog .editor-note-panel details[open] summary,
body.lightsoff .ui-dialog .attr-suggest-name,
body.lightsoff .ui-dialog .attribute-row label,
body.lightsoff #addtomylist .list-option:hover,
body.lightsoff #addtomylist .list-option:focus-within {
	color: #fffaf0;
}

body.lightsoff .ui-dialog .select-pure__option,
body.lightsoff .ui-dialog .attr-suggest-item {
	background: #201a17;
	border-bottom-color: #4c3930;
	color: #fffaf0;
}

body.lightsoff .ui-dialog .select-pure__option:hover,
body.lightsoff .ui-dialog .attr-suggest-item:hover,
body.lightsoff .ui-dialog .attr-suggest-item.active,
body.lightsoff #addtomylist .list-option:hover,
body.lightsoff #addtomylist .list-option:focus-within {
	background: #312720;
}

body.lightsoff .ui-dialog .select-pure__option--selected {
	background: #171311;
	color: #9f9288;
}

body.lightsoff .ui-dialog .select-pure__selected-label {
	background: #3a2d24;
	border: 1px solid #7a4d28;
	color: #fffaf0;
}

body.lightsoff .ui-dialog .select-pure__selected-label i {
	filter: brightness(0) invert(1);
}

body.lightsoff .ui-dialog .select-pure__autocomplete {
	background: #120f0f;
	border-bottom-color: #6b5144;
	color: #fffaf0;
}

body.lightsoff .ui-dialog .attr-category,
body.lightsoff .ui-dialog .attribute-subcat {
	border-top-color: #4c3930;
}

body.lightsoff .ui-dialog .attr-category-header {
	background: #2a241f;
	color: #fffaf0;
}

body.lightsoff .ui-dialog .attr-category-header:hover {
	background: #3a2d24;
}

body.lightsoff .ui-dialog .attr-category-header::before {
	border-top-color: #d4a574;
}

body.lightsoff .ui-dialog fieldset>legend {
	background: #2a241f;
	color: #d4a574;
}

body.lightsoff .ui-dialog .attr-selected-wrap table,
body.lightsoff .ui-dialog .attr-selected-wrap tbody,
body.lightsoff .ui-dialog .attr-selected-wrap tr,
body.lightsoff .ui-dialog .attr-selected-wrap th,
body.lightsoff .ui-dialog .attr-selected-wrap td {
	background: #201a17;
	border-color: #6b5144;
	color: #fffaf0;
}

body.lightsoff #addtomylist .addtomylist-toggle,
body.lightsoff #addtomylist .create-new-list {
	background: #2a241f;
	border-color: #7a4d28;
	color: #fffaf0;
}

body.lightsoff #addtomylist .addtomylist-toggle:hover,
body.lightsoff #addtomylist .addtomylist-toggle:focus,
body.lightsoff #addtomylist .create-new-list:hover,
body.lightsoff #addtomylist .create-new-list:focus {
	background: #3a2d24;
	border-color: #d4a574;
	color: #ffffff;
}