/* General Overrides */
.toribash-body {
	font: 1rem "Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	overflow-x: hidden;
	min-height: 100%;
}
div.toribash-body-holder {
	min-height: 100vh;
	padding-bottom: 225px;
	margin-bottom: -225px;
}
.toribash-body a {
	text-decoration: none;
}
td, th, p, li {
	font: inherit;
}
li, a, p {
	font-size: inherit;
}
b, strong {
	font-weight: 900;
}
option {
	font-size: 0.9rem;
}
label {
	margin-bottom: 0;
}
button:focus {
	outline: none;
}
dl dd {
	color: inherit;
}
fieldset {
	font-size: inherit!important;
	box-shadow: none;
	margin-bottom: auto;
	margin-top: 0.5rem;
	padding: 0.5rem 1rem;
	border-radius: 0.25rem;
}
legend {
	font-size: 120%;
	font-weight: bold;
	width: auto;
	margin-bottom: 0;
	padding: 0 0.5rem;
}
img {
	max-width: 100%;
}
.postdate, .smallfont {
	font-family: inherit;
	font-size: 80%!important;
}
@supports (-webkit-overflow-scrolling: touch) {
	select,
	textarea,
	input {
		font-size: 16px!important;
	}
}
/* / General Overrides */

/* General Styling */
.no-desktop {
	display: none!important;
}
.position-unset {
	position: unset;
}
.badaboom {
	font-family: "Badaboom","Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	letter-spacing: 0.1rem;
}
.badaboom b, .badaboom strong {
	font-weight: normal!important;
}
.no-background-image {
	background-image: none!important;
}
.no-shadow {
	box-shadow: none!important;
}
.time {
	color: inherit;
}
.cursor-pointer {
	cursor: pointer;
}
.opacityhover {
	opacity: 0.5;
	transition: opacity 0.15s ease-in-out;
}
.opacityhover:hover {
	opacity: 1;
}
.btn-tb-primary, a.btn-tb-primary, .btn-tb-primary:focus, .spoiler_button_bbc {
	border: none;
	/*border-radius: 0px;*/
}
.btn-tb-deactive, a.btn-tb-deactive, .btn-tb-deactive:focus {
	border: none;
	/*border-radius: 0;*/
}
.btn-tb-primary:hover, a.btn-tb-primary:hover, .spoiler_button_bbc:hover {
	box-shadow: none;
}
.btn-tb-deactive:hover, a.btn-tb-deactive:hover {
	box-shadow: none;
}
.toribash-data-block {
	padding: 0 15px;
}
.toribash-data-block-header, .thead {
	padding: 0.4rem 0;
	background-image: url("https://cache.toribash.com/forum/images/modern/section-header-background.png");
	background-repeat: no-repeat;
	background-position-y: center;
}
.toribash-thread-prefix {
	font-weight: bold;
	padding-right: 0.25rem;
}
.toribash-thread-new {
	font-weight: 900;
	color: var(--text-color)!important;
}
.toribash-thread-new:hover {
	text-decoration: underline!important;
}
.alert a {
	color: inherit!important;
	text-decoration: underline;
}
.alert a:hover {
	text-shadow: 0 0 0.1rem currentColor;
	-webkit-text-stroke: 1px currentColor;
}
.scrollbar-thin {
	scrollbar-width: thin;
}
.scrollbar-thin::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
.scrollbar-thin::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.2);
}
.scrollbar-thin::-webkit-scrollbar-thumb {
	background: #8e1919;
}
.scrollbar-thin::-webkit-scrollbar-thumb:hover {
	background: #6f1414;
}
.scrollbar-thin::-webkit-scrollbar-thumb:active {
	background: #560100;
}
.rounded-xl {
	border-radius: .4rem;
}
.rounded-xxl {
	border-radius: .5rem;
}
/* / General Styling */

/* Footer Styling */
/* Make sure ToribashIconPack font is defined from main server */
.footer {
	bottom: 0;
	min-height: 204px;
	background-color: #1a1e24;
	padding: 0.5rem 5rem;
	font-size: 90%;
}
.footer a, .footer span {
	white-space: nowrap;
}
.footertop {
	font-size: 150%;
	border: 1px solid;
	border-radius: 2px;
	padding: 0.3rem;
	padding-top: 0;
}
.footersocial {
	font-size: 200%;
	margin-left: 0.5rem;
}
[class*='tbicon-']:before{
	display: inline-block;
	font-family: 'ToribashIconPack';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	text-transform: none!important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.tbicon-to-top:before{content:'\0043';}
.tbicon-discord:before{content:'\0044';}
.tbicon-facebook:before{content:'\0046';}
.tbicon-instagram:before{content:'\0049';}
.tbicon-steam:before{content:'\0053';}
.tbicon-twitter:before{content:'\0054';}
.tbicon-toribash:before{content:'\0031';}
.tbicon-apple:before{content:'\0041';}
.tbicon-windows:before{content:'\0057';}
.tbicon-ubuntu:before{content:'\0055';}
.tbicon-tiktok:before{content:'\0074';}
/* / Footer Styling */

/* Bootstrap Overrides */
.dropdown-hover:hover .dropdown-menu {
	display: block;
}
.dropdown-menu {
	margin-top: 0;
	/*border-radius: 0;*/
	font-size: 100%;
}
.dropdown-header {
	font-weight: bold;
	font-size: 1rem;
}
/*.input-group, .custom-select, .form-control, .input-group-text {
	border-radius: 0;
}*/
.form-control:disabled, .form-control[readonly] {
	background-color: #595e63;
}
.navbar-toggler {
	z-index: 5;
}
.badge {
	vertical-align: text-top;
}
.custom-file-input {
	cursor: pointer;
}
.custom-file-label {
	/*border-radius: 0;*/
	padding-right: 5.6rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.custom-select:focus, .form-control:focus, .custom-file-input:focus, .custom-file-label:focus {
	box-shadow: none;
}
.btn.focus, .btn:focus, .page-link:focus {
	box-shadow: none;
}
.input-group-success input.form-control, .input-group-error input.form-control, .input-group-info input.form-control, .input-group-warning input.form-control {
	padding-right: 45px;
}
.input-group-success::after, .input-group-error::after, .input-group-info::after, .input-group-warning::after {
	display: block;
	position: absolute;
	right: 5px;
	top: calc(50% - .5rem);
	line-height: 1rem;
	z-index: 5;
}
.input-group-success::after { content: '\2714'; }
.input-group-error::after { content: '\274C'; }
.input-group-info::after { content: '\2139'; }
.input-group-warning::after { content: '\26A0'; }
/* / Bootstrap Overrides */

/* Prism Overrides */
pre[class*="language-"] {
	white-space: pre-wrap!important;
	word-wrap: break-word;
	max-height: 700px;
}
/* Prism Overrides */

/* Main Navigation Bar */
.toribash-navbar {
	z-index: 1001;
	font: 1rem "Roboto Condensed","Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.toribash-navbar a {
	text-transform: uppercase;
}
nav.toribash-navbar {
	padding: 0px;
}
.navbar-nav {
	/*flex-wrap: wrap;
	overflow: hidden;*/
	height: 50px;
}
.navbar-nav .nav-item {
	height: 100%;
}
.toribash-navbar .nav-link {
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius: 0;
}
.toribash-navbar-brand {
	font: 2rem 'badaboom';
	letter-spacing: 0.05em;
	font-weight: normal;
	padding: 0.45rem 2rem;
	background: linear-gradient(10deg, #8e1919 0%, #eb1515 100%);
	width: 225px;
	/*height: 50px;*/
}
.nav-right {
	padding: 0.8rem 2.4rem;
	color: white !important;
	font-size: 1.2rem;
	/*height: 50px;*/
	text-decoration: none;
}
.nav-download {
	font-size: 0.85rem;
	background-color: #eb1515;
	line-height: 1.8;
	transition: background-color 0.15s ease-in-out;
}
.nav-download:hover {
	background-color: #ff0d0d;
}
.nav-account-avatar {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 50px;
	top: 0;
	right: 0;
}
.nav-item {
	padding: 0 0.25rem;
	margin: 0 0.25rem;
}
.nav-icon {
	height: 50px;
}
.nav-item.active {
	box-shadow: inset 0 -0.25rem 0 #eb1515;
}
.login-form-group {
	padding: 0.4rem 1rem;
	margin-bottom: 0;
}
.login-form-button {
	text-transform: uppercase;
	width: 80%;
	margin: 0 10%;
}
.badge-notifications {
	background-color: #eb1515;
	font-size: 60%;
	vertical-align: super;
}
.dropdown-account {
	right: 0;
	left: auto;
}
/* / Main Navigation Bar */

/* Mobile Navigation Bar */
.mobile-navigation-holder {
	position: fixed;
	left: 0;
	top: 0;
}	
.mobile-navigation {
	width: 100vw;
	height: 100vh;
	padding-bottom: 50px;
	overflow-y: auto;
	backdrop-filter: blur(0.3em);
	-webkit-backdrop-filter: blur(0.3em);
}
.mobile-navigation .navbar-toggler {
	position: sticky;
	top: 4px;
	float: right;
}
.badge-notifications-mobile {
	background-color: #eb1515;
	font-size: 60%;
	position: absolute;
	top: 2px;
	right: 5px;
}
.mobile-avatar {
	height: 80px;
	width: 80px;
	background-repeat: no-repeat;
	max-width: 80px;
	max-height: 80px;
	background-position: center;
	background-size: cover;
	border-radius: 100%;
	display: inline-block!important;
}
.mobile-navigation-bottom {
	position: absolute;
	bottom: 0;
	right: 0;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	width: 100vw;
}
.mobile-navigation .card, .leftmenu-navigation .card {
	background-color: transparent;
	border: none;
}
.mobile-navigation .card-header, .leftmenu-navigation .card-header {
	padding: 0 0.75rem;
	background-color: transparent;
	border-bottom: none;
}
.mobile-navigation .card-header .btn, .leftmenu-navigation .card-header .btn {
	width: 100%;
	text-align: left;
	text-transform: uppercase;
}
.mobile-navigation .card-header .btn {
	font-size: 0.9rem;
}
.mobile-navigation .card-body, .leftmenu-navigation .card-body {
	padding: 0 0 0 1rem;
}
.leftmenu-navigation .card-body .btn {
	padding-top: 0;
	padding-bottom: 0;
}
.mobile-navigation .dropdown-item, .leftmenu-navigation .dropdown-item {
	padding: 0.4rem 1rem;
	width: 100%;
	vertical-align: middle;
	transition: color .15s ease-in-out, background-color .15s ease-in-out;
}
.mobile-navigation .card-body .dropdown-divider, .leftmenu-navigation .card-body .dropdown-divider {
	margin: 0.2rem 1.4rem;
}
.leftmenu-navigation .accordion {
	min-width: 200px;
	max-width: 250px;
}
.navbar-toggler img {
	max-height: 22px;
	opacity: 0.7;
}
.navbar-toggler img:hover {
	opacity: 1;
}
/* / Mobile Navigation Bar */

/* Promo Header Styling */
.splash-header a {
	display: block;
}
.splash-header {
	text-align: center;
	overflow-x: hidden;
}
.splash-header img {
	width: 100%;
	max-height: 200px;
	object-fit: contain;
}
/* / Promo Header Styling */

/* Toast Styling */
.toast-holder {
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	max-height: 40vh;
	z-index: 2;
}
.toast-header {
	background-image: url('https://cache.toribash.com/modern/images/toribashlogowhite.png'), url('https://cache.toribash.com/forum/images/modern/section-header-background.png');
	background-repeat: no-repeat;
	background-position-x: 5px, -200px;
	background-position-y: center;
	background-size: 25px, auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 35px;
}
.toast-header .close {
	text-shadow: none;
}
/* / Toast Styling */

/* Polls Styling */
.poll-vote {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0.25rem;
	height: 1.7rem;
	text-align: center;
}
.pollGroup {
	display: block;
	margin: 0.25rem 0;
	position: relative;
	z-index: 0;
}
.pollGroup label {
	padding: 12px 30px;
	width: 100%;
	display: block;
	text-align: left;
	cursor: pointer;
	position: relative;
	z-index: 2;
	transition: color 200ms ease-in;
	overflow: hidden;
}
.pollGroup label:before {
	width: 1vw;
	height: 1vw;
	border-radius: 50%;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale3d(1, 1, 1);
	transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
	opacity: 0;
	z-index: -1;
}
.pollGroup label:after {
	width: 32px;
	height: 32px;
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
	background-repeat: no-repeat;
	background-position: 2px 3px;
	border-radius: 50%;
	z-index: 2;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	transition: all 200ms ease-in;
}
.pollGroup input:checked ~ label:before {
	transform: translate(-50%, -50%) scale3d(100, 100, 1);
	opacity: 1;
}
.pollGroup input {
	width: 32px;
	height: 32px;
	order: 1;
	z-index: 2;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	visibility: hidden;
}
/* / Polls Styling */

/* Breadcrumbs Styling */
.tb-breadcrumb {
	z-index: 50;
	transition: top 0.4s ease-in-out;
}
.tb-breadcrumb ol, div.breadcrumb {
	border-radius: 0;
	margin-bottom: 0;
}
.tb-breadcrumb li {
	font-size: 100%;
}
.tb-breadcrumb a {
	text-transform: uppercase;
}
.breadcrumb-search {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 35px;
	margin-top: auto;
	margin-bottom: auto;
}
.breadcrumb-search form > input[type="text"], .breadcrumb-search form > ul[class^="flexdatalist"] {
	height: 100%;
	font-size: 110%;
	display: inline-block;
	border: none;
	outline: none;
	padding: 0.25rem 40px 0.25rem 10px;
	width: 0px;
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	background-color: transparent!important;
	border-color: inherit!important;
	z-index: 3;
	transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	cursor: pointer;
}
.breadcrumb-search form > ul[class^="flexdatalist"] input[type="text"] {
	background: none;
	background-color: transparent!important;
	width: 100%;
}
.breadcrumb-search form > ul[class^="flexdatalist"] li.input-container {
	flex-grow: 1;
}
.flexdatalist-multiple li {
	margin: 0!important;
}
.flexdatalist-multiple li.value {
	margin-right: 0.25rem!important;
}
.breadcrumb-search input[type="text"]:focus {
	width: 100%!important;
	z-index: 1;
	cursor: text;
}
.breadcrumb-search form > input[type="submit"] {
	height: 25px;
	width: 25px;
	display: inline-block;
	float: right;
	background: url("https://cache.toribash.com/forum/images/modern/misc/search.png") center center no-repeat;
	background-size: contain;
	text-indent: -10000px;
	border: none;
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 2;
	cursor: pointer;
	opacity: 0.5;
	cursor: pointer;
	transition: opacity .4s ease;
}
.breadcrumb-search form > input[type="submit"]:hover {
	opacity: 1;
}
.breadcrumb-search-extra {
	opacity: 0.98;
	position: absolute;
	top: 100%;
	right: 0;
	width: 80vw;
	z-index: 1;
	max-height: 60vh;
	max-width: 500px;
	overflow-y: auto;
}
.breadcrumb-search-extra input[type="text"] {
	width: auto;
	border-bottom: 0;
	transition: none;
}
button.breadcrumbs-misc span:after {
	content: '\2807';
	font-size: 1.5rem;
}
.breadcrumbs-misc {
	background: transparent;
	border: none;
	color: white;
	transition: 0.3s ease;
	opacity: 0.5;
	padding-left: 15px;
}
.breadcrumbs-misc:focus {
	outline: none;
}
.breadcrumbs-misc:focus, .breadcrumbs-misc:hover {
	opacity: 1;
}
.mobile-breadcrumb.show {
	display: flex;
	flex-direction: column-reverse;
}
/* / Breadcrumbs Styling */

/* Forum Home Styling */
.forumhome-toribash-section {
	display: block;
	padding: 0.4rem 2rem;
	margin-top: 0.5rem;
	background-image: url("https://cache.toribash.com/forum/images/modern/section-header-background.png");
	background-repeat: no-repeat;
	background-position-y: center;
}
.forumhome-toribash-section a {
	text-decoration: none;
	font-size: 120%;
	text-transform: uppercase;
}
.forumhome-toribash-block {
	padding: 8px 16px 0px 16px;
}
.container-fluid :last-child :first-child >.forumhome-toribash-block >div  {
	margin-top: 6px;
}
.forumhome-toribash-block-container {
	padding: 0px 15px;
	border-radius: 0.35rem;
}
.forumhome-toribash-block-end {
	height: 15px;
}
a.forumhome-boardname {
	text-decoration: none;
	font-weight: 900;
	vertical-align: middle;
}
span.forumhome-boardviewers {
	font-size: 75%;
	padding: 0 0.25rem;
}
p.forumhome-boarddesc {
	margin-bottom: 0;
}
ul.forumhome-childboard {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	list-style: none;
	padding-inline-start: 0;
}
ul.forumhome-childboard li.old, ul.forumhome-childboard li.new {
	padding: 0px 15px 0px 20px;
	background-repeat: no-repeat;
	background-position: left;
}
ul.forumhome-childboard a {
	font-size: 90%;
}
.forumhome-board {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	cursor: pointer;
}
.forumhome-lastpost, .forumhome-threadsviews {
	display: flex;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
}
.forumhome-threadsviews {
	cursor: inherit;
}
.forumhome-lastpost a {
	text-transform: none;
}
.forumhome-lastpost p {
	flex-direction: row;
	margin: auto 0;
}
.forumhome-threadsviews p {
	font-size: 90%;
	margin: auto;
}
/* / Forum Home Styling */

/* Forum Display Styling */
.forumdisplay-header {
	background-image: url("https://cache.toribash.com/forum/images/modern/section-header-background.png");
	background-repeat: no-repeat;
	background-position-y: center;
	padding: 0.4rem 2rem;
}
.forumdisplay-separator {
	background: transparent!important;
	box-shadow: none!important;
}
.text-top-image {
	vertical-align: text-top;
}
.threadbit-icon {
	height: 16px;
}
.thread-pagenav {
	opacity: 0.5;
	transition: 0.1s ease;
}
.thread-pagenav:hover {
	opacity: 1;
}
.thread-pagenav a {
	font-size: 65%;
	padding: 0.2rem 0.4rem;
	vertical-align: middle;
	transition: 0.2s ease;
}
.forumdisplay {
	width: 100%;
}
.forumdisplay tr {
	/*display: block;*/
}
.forumdisplay th {
	padding: 0.4rem 0.2rem;
}
.forumdisplay td {
	padding: 0.4rem 0.2rem;
	min-width: 25px;
}
.forumdisplay a.deletedcontrols {
	font-size: 80%;
	line-height: 1;
}
.forumdisplay .miscdata {
	display: flex;
	font-size: 0.9rem;
	justify-content: center;
	align-items: center;
}
.forumdisplay .miscdata a {
	font-size: 0.9rem;
}
.forumdisplay-deletedbit {
	width: 60px;
}
.forumdisplay-deletedthread {
	width: calc(100% - 65px);
}
.threadbit-deleted {
	max-width: 25vw;
}
/* / Forum Display Styling */

/* Show Thread / Post Styling */
.showthread-post a:hover {
	text-decoration: underline;
}
.showthread-postdateold, .showthread-postdatenew {
	font-size: 90%;
}
.showthread-postedited {
	font-size: 90%!important;
}
.postbit-container {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.postbit-title {
	display: block;
	font-size: 110%;
	font-weight: bold;
}
.postbit-postbackground {
	opacity: 0.1;
	height: calc(100% - 1rem);
	width: calc(100% - 30px);
	left: 15px;
	position: absolute;
	top: 0.5rem;
}
.postbit-avatar-mobile {
	height: 40px;
	width: 40px;
	background-repeat: no-repeat;
	max-width: 40px;
	max-height: 40px;
	background-position: center;
	background-size: cover;
	border-radius: 100%;
	display: inline-block!important;
}
.postbit-avatar-mobile img {
	position: absolute;
	bottom: 0;
	left: 15px;
}
img.postbit-avatar {
	mask-mode: alpha;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position-x: right;
	mask-position-x: right;
	-webkit-mask-position-y: bottom;
	mask-position-y: bottom;
}
/* Css masks act differently on different browsers */
/* Chrome-based browsers + Firefox (but will throw a CORS error on the latter) */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
	img.postbit-avatar {
		-webkit-mask-image: url(https://cache.toribash.com/modern/images/avatar_mask.png);
		mask-image: url(https://cache.toribash.com/modern/images/avatar_mask.png);
	}
}
/* Firefox breaks with webkit mask above, add another override for it */
@-moz-document url-prefix() {
	img.postbit-avatar {
		-webkit-mask-image: url("https://cache.toribash.com/modern/images/avatar_mask.png");
	}
}
/* FF Quantum is yet another unique beast */
@media (-moz-device-pixel-ratio) {
	@supports (animation: calc(0s)) {
		img.postbit-avatar {
			-webkit-mask-image: url("https://cache.toribash.com/modern/images/avatar_mask.png");
		}
	}
}
.postbit-username {
	font-size: 130%;
}
.postbit-usertitle {
	display: block;
	font-size: 80%;
	max-height: 50px;
	word-break: break-all;
	overflow: hidden;
}
img.postbit-image {
	max-height: 20px;
}
.postbit-avatar {
	max-width: 100%;
	height: auto;
}
.postbit-miscinfo {
	font-size: 80%;
}
.postbit-miscinfo a:hover {
	text-decoration: underline;
}
.postbit-fieldset {
	margin: 0.5rem 0;
}
.postbit-fieldset fieldset {
	box-shadow: none;
	margin-bottom: auto;
	margin-top: 0.5rem;
	padding: 0.5rem 1rem;
}
.postbit-fieldset legend {
	font-size: 80%;
	font-weight: bold;
	width: auto;
	margin-bottom: 0;
	padding: 0 0.5rem;
}
.postbit-border {
	border-left: solid 5px;
}
.btn-postbit {
	font-size: 90%;
	padding: 0.225rem 2rem;
}
.postbit-quickedit {
	padding-right: 3rem;
	padding-left: 3rem;
}
a.anchor, .newpost-anchor a, .postbit-anchor, .postbit-quickeditor {
	display: block;
	position: relative;
	top: -65px;
	visibility: hidden;
}
.postbit-quickeditor {
	top: -85px;
}
blockquote.bq {
	font: inherit;
	font-size: 0.9rem;
	padding: 0.2rem 0.5rem;
	border-radius: 0.25rem 0.5rem 0.5rem 0.25rem;
}
.postbit-container a {
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.quote {
	background: none!important;
	position: relative;
	padding-left: 34px;
}
.quote:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
}
.postbit-onlinestatus, .postbit-onlinestatus-mobile {
	position: absolute;
	right: -0.25rem;
	bottom: 0.25rem;
	width: 1.5rem;
	height: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.postbit-onlinestatus-mobile {
	right: -0.25rem;
	bottom: -0.25rem;
	width: 1.1rem;
	height: 1.1rem;
}
.postbit-onlinestatus div, .postbit-onlinestatus-mobile div {
	position: relative;
	width: 66.6%;
	height: 66.6%;
	border-radius: 100%;
	opacity: 0.6;
}
.postbit-onlinestatus-mobile div {
	opacity: 1;
}
.postbit-onlinestatus div:hover {
	opacity: 1;
}
.postbit-onlinestatus .online, .postbit-onlinestatus-mobile .online {
	background: #00FF00;
}
.postbit-onlinestatus .offline, .postbit-onlinestatus-mobile .offline {
	background: #FF0000;
}
.postbit-onlinestatus .invis, .postbit-onlinestatus-mobile .invis {
	background: #FFFFFF;
}
.postbit-collapse {
	max-height: 33vh;
	overflow: hidden;
	transition: max-height 0.5s ease-in-out;
}
.postbit-collapse.show {
	max-height: 100%;
}
div#showOriginalPostButton {
	margin-top: -3rem;
	margin-bottom: 0.5rem;
	height: 2.5rem;
}
.postbit-clanlogo {
	position: absolute;
	bottom: .5rem;
	right: 15px;
	height: 128px;
	width: 128px;
	z-index: 0;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.25;
}
.upvoted {
	filter: brightness(0.5) sepia(1) hue-rotate(60deg) saturate(50);
}
.downvoted {
	filter: brightness(0.5) sepia(1) saturate(50);
}
/* / Show Thread / Post Styling */

/* Editor Styling */
/* Majority of this should have !important to override vBulletin inline styling */
.vBulletin_editor {
	padding: 1px!important;
}
.editor-controlbar tr {
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important;
	-ms-flex-align: center!important;
	align-items: center!important;
}
td.editor-separator {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.imagebutton {
	border: none!important;
	padding: 0.3rem!important;
}
.imagebutton:hover {
	border: none!important;
}
.controlbar {
	padding:0px !important;
}
.vBulletin_editor textarea {
	border: none!important;
	outline-offset: 0px;
	transition: outline-color 0.15s ease-in-out;
}
.ocolor {
	height: 20px!important;
	width: 20px!important;
	display: inline-table!important;
}
.ocolor div {
	height: 18px!important;
	width: 18px!important;
	border: none!important;
}
.ofont, .osize, .osmilie {
	width: auto!important;
}
.vBulletin_editor div[id$=popup_fontname] tr {
	flex-wrap: nowrap!important;
}
.vBulletin_editor div[id$=popup_fontname] td:first-child {
	max-width: 70px;
	overflow: hidden;
	white-space: nowrap;
}
iframe[id^=vB_Editor] {
	width: 100%;
	border: none!important;
}
/* / Editor Styling */

/* Pagination Styling */
.pagination-tb {
	margin-bottom: 0;
}
.pagination-tb a {
	border: none;
	/*border-radius: 0;*/
	margin-left: 0.25rem;
}
.pagelinkrel:nth-child(odd) {
	display: none;
}
.pagination-tb .page-link, .pagination-tb .page-link a {
	font-size: 90%;
	padding: 0.4rem 0.6rem;
	/*border-radius: 0!important;*/
}
.page-item.pagination-tb-disabled .page-link {
	background-color: transparent;
	border: none;
}
.page-item.pagination-tb-active .page-link {
	z-index: 0;
	border: none;
	margin-left: 0.25rem;
}
/* / Pagination Styling */

/* Memberinfo Styling */
.memberinfo_image {
	width: 150px;
	max-width: 40%;
	min-height: 100px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.memberinfo_stats img {
	max-width: 100%;
	width: 150px;
	height: auto;
}
.userfield-blocks ul.tab_list {
	height: auto!important;
}
.userfield-blocks li.thead, .userfield-blocks li.tcat, .userfield-blocks div.tcat {
	font: 1.5rem "Badaboom"!important;
	width: auto!important;
	padding: 0.25rem 1rem;
	font-weight: normal!important;
}
.userfield-blocks li.thead:hover {
	color: inherit!important;
}
.userfield-blocks li.tcat {
	letter-spacing: 0.1rem!important;
}
.userfield-blocks div.tborder {
	background: none!important;
	color: inherit!important;
}
.userfield-blocks div.tab_header {
	margin-right: 0!important;
}
.userfield-blocks div.content_block {
	padding: 0!important;
}
.userfield-quickedit img {
	padding-left: 0.2rem;
	vertical-align: baseline;
}
/* / Memberinfo Styling */

/* UserCP Styling */
.usercp-leftmenu {
	position: sticky;
	width: 25%;
	top: 60px;
}
.usercp-main {
	width: 75%;
}
.usercp-header-left, .header-small {
	width: 100%;
	text-transform: uppercase;
	font-size: 90%!important;
	font-weight: bold;
	padding-top: 0.7rem;
	padding-bottom: 0.7rem;
	text-align: center;
}
.usercp-header-left {
	cursor: pointer;
}
.btn-tb-usercp {
	/*border-radius: 0;*/
	padding: 0.4rem 1rem;
	font-size: 1.1rem;
}
.usercp-header {
	font-size: 200%;
	text-transform: uppercase;
	margin-bottom: 1rem;
	padding-left: 1.5 rem;
}
.usercp-data-section .row {
	padding: 0.5rem 1.5rem;
}
.usercp-data-section .row:nth-child(2) {
	padding: 1rem 1.5rem 0.5rem 1.5rem;
}
.usercp-data-section .row:last-child {
	padding: 0.5rem 1.5rem 1rem 1.5rem;
}
.usercp-data-section-header {
	font-size: 125%;
	text-transform: uppercase;
}
.usercp-update {
	font-size: 80%;
	font-weight: bold;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	transition: 0.2s;
}
.usercp-update img {
	margin-right: 0.5rem;
}
.usercp-tip {
	font-size: 80%;
	opacity: 0.8;
}
.usercp-hidden, .usercp-hidden-left {
	max-height: 0;
	overflow-y: hidden;
	padding-top: 0!important;
	padding-bottom: 0!important;
	transition: max-height, 0.5s ease-in-out;
}
.usercp-hidden.visible {
	max-height: 70px;
	padding-top: 0.5rem!important;
	padding-bottom: 1rem!important;
}
.usercp-hidden-left.visible {
	max-height: 500px;
}
.usercp-desc ul {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.usercp-desc li {
	list-style-position: inside;
	list-style-type: circle;
}
.usercp-press-edit {
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}
/* / UserCP Styling */

/* Memberinfo Styling */
.memberinfo-holder {
	background-size: contain;
	background-position: right;
	background-position-y: top;
	background-repeat: no-repeat;
	padding-top: 3rem;
}
.memberinfo-tori-preview {
	position: absolute;
	width: 200%;
	height: calc(100% + 3rem);
	left: -100%;
	top: -3rem;
}
.memberinfo-button-topleft {
	font-size: 0.9rem;
	font-weight: bold;
	text-transform: uppercase;
}
.memberinfo-category-title {
	padding: 0.5rem 1rem;
	font-weight: bold;
	font-size: 1.1rem;
}
.memberinfo-avatar {
	max-width: 150px;
}
.btn-memberinfo {
	flex-grow: 1;
	padding: 0.5rem 1rem;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 0.25rem;
	margin-bottom: 0.25rem;
}
.btn-memberinfo-namehistory {
	color: #FFFFFF80;
	padding: 0;
	vertical-align: .5rem;
	font-size: 1.2rem;
}
.btn-memberinfo-namehistory::after {
	margin: 0!important;
}
/* / Memberinfo Styling */

/* Legacy Spoilers Styling */
.spoiler_bbc {
	background-color: rgba(0, 0, 0, 0.2)!important;
}
.spoiler_header_bbc {
	text-align: center;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.spoiler_title_bbc {
	font-size: 110%;
	margin-bottom: 0.25rem;
}
hr.spoiler_hr_bbc {
	border-top: 1px solid;
	margin: 0.6rem auto 0 auto;
}
.spoiler_content_bbc {
	padding: 0.3rem 1rem;
}
.spoiler_content_bbc>*{
	margin-left: 1rem;
	margin-right: 1rem
}
.spoiler_button_bbc {
	font-size: 80%;
	padding: 0.2rem 2rem;
}
.drop_title_bbc {
	cursor: pointer;
}
.drop_arrow_bbc {
	font-family: sans-serif;
}
.drop_content_bbc {
	padding-left: 1rem;
	border-left: 1px dotted;
}
.drop_content_bbc p {
	margin-bottom: 0;
}
/* / Legacy Spoilers Styling */

/* Twitch page */
.twitch-stream-holder {
	height: 28vw;
	margin: 0.5rem 0;
	transform: scale(0.95);
	position: relative;
	transition: 0.3s;
	cursor: pointer;
	border-radius: 0.25rem;
	background: linear-gradient(140deg, purple, aqua);
	background-size: cover;
	background-position: center;
}
.twitch-stream-holder:hover {
	transform: scale(1);
	filter: brightness(1.25);
}
.twitch-stream-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0.5rem;
	background-color: rgba(0,0,0,0.75);
}
.twitch-stream-status {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 125px;
	transition: 0.3s;
}
.twitch-stream-holder:hover .twitch-stream-status {
	top: -4px;
	right: -4px;
}
.twitch-stream-status span {
	position: absolute;
	top: 0;
	width: 100%;
	white-space: nowrap;
	padding: 0.5rem 1.2rem;
	display: block;
	font-size: 90%;
	text-align: center;
}
.twitch-stream-status span.live {
	transition: 0.3s;
}
.twitch-stream-holder:hover .twitch-stream-status span.live {
	opacity: 0;
}
.twitch-avatar {
	height: 100px;
	width: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 50%;
}
/* / Twitch page */

/* New register page */
.register-logo {
	height: 200px;
	background-image: url(https://cache.toribash.com/modern/images/toribash-logo-next.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
/* / New register page */

/* Data table styling */
table.toribash-data-table {
	width: 100%;
}
table.toribash-data-table th {
	font-weight: bold;
	padding: 0.5rem 1rem;
}
table.toribash-data-table td {
	padding: 0.25rem 1rem;
}
/* / Data table styling */

/* Marketplace styling */
.marketplace-shop-pic, .marketplace-shop-featured, .marketplace-shop-user {
	background: #808080;
	width: 100%;
	max-width: 768px;
	background-size: cover;
	background-position: top;
}
.marketplace-shop-desc {
	background: rgba(0, 0, 0, 0.7);
	color: white;
	max-width: 40vw;
}
.marketplace-shop-buttons {
	max-width: 100%;
}
.marketplace-shop-featured {
	max-width: 512px;
}
.marketplace-shop-regular {
	max-width: 768px;
}
.marketplace-notifications {
	max-height: 256px;
	overflow-y: auto;
}
.price-setter {
	cursor: pointer;
}
.price-setter:hover {
	font-weight: bold;
}
/* / Marketplace styling */

/* Lightbox Styling */
#Lightbox_overlay {
	z-index: 100!important;
}
table[id^=lightbox] {
	z-index: 101!important;
}
/* / Lightbox Styling */

/* Formfacade styling for surveys */
.ff-secfields {
	display: block!important;
}
.ff-item.ff-image {
	padding: 0!important;
	margin: 0!important;
	border: 0;
	background-color: inherit;
}
.ff-item.ff-image img {
	width: unset!important;
	max-height: 40vh;
}
.ff-form table.ff-linear-scale-default-container td {
	color: inherit!important;
}
/* / Formafacade styling for surveys */

/* Flexdatalist styling */
.flexdatalist-results {
	background: var(--background-color)!important;
	color: var(--text-color)!important;
	border: 0!important;
	border-radius: 0.25rem!important;
}
.flexdatalist-results li {
	border-bottom: none!important;
}
.flexdatalist-results span.highlight {
	color: inherit;
	font-weight: 900!important;
	text-decoration: none!important;
}
/* / Flexdatalist styling */

/* Other Random Stuff */
.rainbow {
	background: linear-gradient(to right, red, orange, yellow, green, blue, violet, red);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	animation: rainbow_animation 6s ease-in-out infinite;
	background-size: 400% 100%;
}
@keyframes rainbow_animation {
	0%, 100% {
		background-position: 0 0;
	}
	50% {
		background-position: 100% 0;
	}
}
div[class^=green_hat_icon] {
	z-index: 1;
}
.cross-icon {
	display: inline-block;
	transform: rotate(45deg);
	background: #dc3545;
	height: 4rem;
	position: relative;
	width: 0.8rem;
}
.cross-icon::after {
	content: "";
	background: #dc3545;
	position: absolute;
	height: 0.8rem;
	width: 4rem;
	left: -1.6rem;
	top: 1.6rem;
}
.checkmark-icon {
	display: inline-block;
	transform: rotate(45deg);
	height: 4rem;
	width: 2rem;
	border-bottom: 1rem solid #78b13f;
	border-right: 1rem solid #78b13f;
	animation: checkmark_icon 0.75s ease-in-out;
}
@keyframes checkmark_icon {
	from { transform: scale(0) rotate(30deg); }
	to { transform: scale(1) rotate(45deg); }
}
.tooltip-inner-wider {
	max-width: 350px;
}
/* / Other Random Stuff */

/* Responsive Overrides */
/* 768px is Bootstrap's medium size */
/* 992px is Bootstrap's medium size */

/* General Responsive Overrides */
@media (max-width: 991px) {
	.toribash-body, .toribash-navbar, .btn, .custom-select, .dropdown-header, .form-control, .input-group-text {
		font-size: 0.9rem;
	}
	.wysiwyg {
		font: 0.9rem sans-serif;
	}
	.container-fluid {
		padding-right: 10px;
		padding-left: 10px;
	}
	.row {
		margin-right: -10px;
		margin-left: -10px;
	}
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
		padding-right: 10px;
		padding-left: 10px;
	}
	.no-desktop {
		display: inherit!important;
	}
	.no-mobile {
		display: none!important;
	}
	.h5, h5 {
		font-size: 125%;
	}
	.h4, h4 {
		font-size: 165%;
	}
	.h3, h3 {
		font-size: 200%;
	}
	.h2, h2 {
		font-size: 250%;
	}
	.h1, h1 {
		font-size: 300%;
	}
	.toribash-data-block {
		padding-right: 10px;
		padding-left: 10px;
	}
	.toribash-data-block-header, .thead {
		padding: 0.3rem 0.5rem;
	}
	.btn img {
		height: 15px;
	}
	.toribash-data-block {
		padding-right: 10px;
		padding-left: 10px;
	}
	.footer {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
@media (max-width: 767px) {
	.toribash-body, .toribash-navbar, .btn, .custom-select, .dropdown-header, .form-control, .input-group-text {
		font-size: 0.8rem;
	}
	.wysiwyg {
		font: 0.8rem sans-serif;
	}
	.container-fluid {
		padding-right: 5px;
		padding-left: 5px;
	}
	.row {
		margin-right: -5px;
		margin-left: -5px;
	}
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
		padding-right: 5px;
		padding-left: 5px;
	}
	.toribash-data-block {
		padding-right: 5px;
		padding-left: 5px;
	}
	.footer {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}
/* / General Responsive Overrides */

/* Bootstrap Responsive Overrides */
@media (min-width: 768px) {
	.input-group-smaller {
		display: inline-flex!important;
		width: auto;
		min-width: 50%;
	}
	.input-group-smaller .custom-select {
		width: auto;
	}
}
/* / Bootstrap Responsive Overrides */

/* Main Navigation Responsive Overrides */
@media (max-width: 991px) {
	nav.toribash-navbar {
		padding: 0.25rem 0.5rem;
	}
	.toribash-navbar-brand {
		font-size: 1.75rem;
		padding: 0.225rem 1rem;
		height: auto;
		width: auto;
	}
	.toribash-navbar-brand img {
		max-width: 30px;
		max-height: 30px;
	}
	.navbar-toggler-icon {
		width: 20px;
	}
	.toribash-navbar-brand {
		background: none;
		padding-left: 0;
		padding-right: 0;
	}
	.nav-account {
		display: inherit;
	}
	.dropdown-account {
		left: 0;
		right: auto;
	}
}
/* / Main Navigation Responsive Overrides */

/* Breadcrumbs Responsive Overrides */
@media (max-width: 991px) {
	.breadcrumb-search form > input[type="text"]:focus, .breadcrumb-search form > ul[class^="flexdatalist"].focus {
		position: absolute;
		width: calc(100vw - 80px)!important;
		display: flex;
		box-sizing: border-box;
	}
	/* Safari specific hack, it calculates VW differently */
	_::-webkit-full-page-media, _:future, :root .breadcrumb-search form > input[type="text"]:focus, :root .breadcrumb-search form > ul[class^="flexdatalist"].focus {
		width: calc(100vw - 60px)!important;
	}
	.breadcrumb-search input[type="text"]:focus, .breadcrumb-search form > ul[class^="flexdatalist"] input[type="text"]:focus {
		background: #191e24!important;
		border-radius: 0;
	}
	.breadcrumb-search form > ul[class^="flexdatalist"] li.value {
		display: none;
		width: 0;
		padding: 0;
		overflow: hidden;
		transition: .4s ease-in-out;
	}
	.breadcrumb-search form > ul[class^="flexdatalist"] li.input-container {
		opacity: 0;
	}
	.breadcrumb-search form > ul[class^="flexdatalist"].focus li {
		display: inline-flex;
		opacity: 1;
	}
	.breadcrumb-search form > ul[class^="flexdatalist"].focus li.value {
		width: auto;
		padding: 2px 25px 2px 7px;
	}
}
@media (max-width: 767px) {
	li.breadcrumb-item {
		display: block;
		width: 100%;
		padding: .25rem 1.5rem;
		clear: both;
		font-weight: 400;
		color: #212529;
		text-align: inherit;
		white-space: nowrap;
		background-color: transparent;
		border: 0;
	}
	li.breadcrumb-item:hover, li.breadcrumb-item:focus {
		background-color: #2c2c2c;
	}
	.breadcrumb-item+.breadcrumb-item::before {
		display: none;
	}
	.breadcrumb-item+.breadcrumb-item {
		padding-left: 1.5rem;
	}
}
@media (max-width: 991px) {
	.tb-breadcrumb.hide {
		top: -100%;
		transition: top 2s ease-in-out;
	}
}
/* / Breadcrumbs Responsive Overrides */

/* Forum Home Responsive Overrides */
@media (max-width: 991px) {
	.forumhome-toribash-section {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.forumhome-board .media img {
		max-width: 30px;
		max-height: 30px;
	}
}
@media (max-width: 767px) {
	.forumhome-toribash-section {
		padding-left: 0.8rem;
		padding-right: 0.8rem;
	}
}
/* / Forum Home Responsive Overrides */

/* Postbit Responsive Overrides */
@media (max-width: 991px) {
	.postbit-quickedit {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.postbit-anchor {
		top: -120px;
	}
	.postbit-quickedit {
		top: -135px;
	}
	.postbit-postbackground {
		width: calc(100% - 20px);
		left: 10px;
	}
	.postbit-btn-container img {
		height: 15px;
	}
	blockquote.bq {
		font-size: 0.8rem;
		min-height: 20px;
	}
	.quote {
		background-size: 20px;
		padding-left: 25px;
	}
	.quote:after {
		width: 20px;
	}
	.postbit-infobar {
		position: absolute;
		top: 1rem;
		right: 1.5rem;
	}
}
@media (max-width: 767px) {
	blockquote.bq {
		font-size: 0.7rem;
	}
	.postbit-postbackground {
		width: calc(100% - 10px);
		left: 5px;
	}
}
/* / Postbit Responsive Overrides */

/* Editor Responsive Overrides */
@media (max-width: 991px) {
	.controlbar .imagebutton img {
		max-width: 15px;
		max-height: 15px;
	}
	.imagebutton {
		padding: 0.15rem!important;
	}
	td.editor-separator {
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}
}
/* / Editor Responsive Overrides */

/* UserCP Responsive Overrides */
@media (max-width: 991px) {
	.usercp-main {
		width: 100%;
	}
}
/* / UserCP Responsive Overrides */

/* Memberinfo Responsive Overrides */
@media (max-width: 991px) {
	.memberinfo-holder {
		padding-top: 1rem;
		background-size: auto;
		background-position-y: bottom;
		background-blend-mode: soft-light;
	}
	.memberinfo_image {
		width: 100px;
		min-height: 65px;
	}
	.userfield-blocks li.thead, .userfield-blocks li.tcat, .userfield-blocks div.tcat {
		font-size: 150%!important;
		padding: 0.15rem 0.5rem;
	}
	.memberinfo-general {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.memberinfo-avatar {
		max-width: 100px;
	}
}
/* / Memberinfo Responsive Overrides */

/* Twitch page overrides */
@media (max-width: 575px) {
	.twitch-stream-holder {
		height: 56vw;
	}
}
@media (min-width: 992px) {
	.twitch-stream-holder {
		height: 18.5vw
	}
}
@media (min-width: 1200px) {
	.twitch-stream-holder {
		height: 15.5vw;
	}
}
/* / Twitch page overrides */

/* Marketplace overrides */
@media (max-width: 767px) {
	.marketplace-shop-desc {
		max-width: 100%;
	}
	.marketplace-stats {
		max-width: 25%;
	}
}
@media (min-width: 992px) and (max-width: 1799px) {
	.marketplace-shop-buttons {
		max-width: 40vw;
	}
}
@media (min-width: 1800px) {
	.marketplace-shop-desc {
		max-width: 100%;
	}
}
/* / Marketplace overrides */
