.cafe,
.cafe-form {
	border: 1px solid #ddd;
	box-shadow: 5px 5px 5px #eee;
	padding: 10px;
}
.cafe-form.invisible {
	border: 0;
	padding: 0;
	box-shadow: none;
}
.cafe-container .boxed {
	border: 1px solid #ddd;
	box-shadow: 5px 5px 5px #eee;
}
.cafe-container .boxed > ul {
	margin: 0;
	padding: 10px 0 10px 2em;
}
.profile fieldset ul {
	margin: 0!important;
}
.cafe-main {
	/*padding: 5px 10px 5px 6px;*/
	padding: 5px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	position: relative;
}

.cafe-main:last-child {
	margin-bottom: 0;
}

.cafe-container .th-meta {
	float: right;
	/*margin-right: 10px;*/
	font-size: .9rem;
}
.cafe-container .th-meta.buttons {
	margin: 0 0 0 10px;
}
.cafe-container .th-meta.pad {
	margin: 0 0 0 10px;
}
.cafe-container .th-meta.buttons a {
	margin: 0 4px 0 0;
}
.cafe-container .auth,
.cafe-container .time {
	font-style: italic;
}
.cafe-container .invites .code {
	display: inline-block;
	text-align: center;
	margin: 0 4px 0 4px;
	font-size: 1.1rem;
}
.cafe-container .replies {
	width: 30px;
	display: inline-block;
	text-align: center;
	margin: 0 4px 0 4px;
	font-size: .9rem;
}

.cafe-form fieldset,
.cafe fieldset {
	border: 1px solid #eee;
	margin: 0 0 10px 0;
}

.cafe-form fieldset:last-child {
	margin-bottom: 0!important;
}

.cafe-form fieldset legend {
	padding: 0 10px;
}
.toolbar {
	margin: 20px 0;
}
.cafe-container .fsticky {
	width: 4px;
	background-color: #2CBCC2;
	display:inline-block;
	margin-right: 1px;
}
.cafe-container .flocked {
	width: 4px;
	background-color: #E15D5C;
	display:inline-block;
}
.tflags {
	width: 10px;
	display: inline-block;
}
.cafe-form {
	/*margin-bottom: 10px;*/
}
.cafe-form span.faketextarea,
.cafe-form span.fakeinput,
.cafe-form span.subject,
.cafe-form input[type="text"],
.cafe-form input[type="password"],
.cafe-form textarea {
	font-size: 1rem;
	line-height: 21px;
	padding: 4px;
	display: inline-block;
	border: 1px solid #ddd;
	width: 100%;
	width: calc(100% - 10px);
	background-color: #eee;
}
.cafe-form select {
	font-size: 1rem;
	line-height: 21px;
	padding: 4px;
	display: inline-block;
	border: 1px solid #ddd;
	width: calc(100%);
	background-color: #eee;
}
input[type="text"].full {
	width: 100%;
	width: calc(100% - 6px);
}
.cafe-form input[type="text"].full {
	width: 100%!important;
}
.cafe-form select.half,
.cafe-form input[type="text"].half {
	width: 50%!important;
}
.cafe-form input[type="text"].code,
.cafe-form textarea.code {
	font-family: "Fira Code", Monaco, monospace;
	overflow: auto;
	font-size: .7rem;
}
fieldset .button {
	padding: 8px 20px 6px 20px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
}
.toolbar a.button,
.cafe-form input[type="button"],
.cafe-form input[type="submit"] {
	padding: 4px 20px;
	font-size: 14px;
	font-weight: bold;
}
.toolbar a.button {
	padding: 6px 20px!important;
}
.cafe-form span.subject {
	padding: 5px;
	display: inline-block;
}
.cafe-form textarea {
	height: 200px;
}

.cafe-form .message {
	padding: 10px;
	background-color: #fafafa;
	margin: 10px 0;
	position: relative;
	border: 1px solid #ddd;
}
.cafe-form .message.reply {
	margin-left: 20px;
}
.cafe-form .message .ameta::before {
	content: '↳';
	color: #ddd;
	margin-right: 0.5em;
}
.cafe-form .message .ameta {
	font-weight: 400;
	padding-right: 0.1em;
	font-style: normal;
	margin-top: 0.5em;
	display: block;
	font-size: .9rem;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	position: relative;
}
.cafe-form .message .ameta span {
	font-style: italic;
}
.cafe-form .message.op .mess-content {
	margin: 0;
}

.cafe-form .message:first-child,
.cafe-form .mess-content > p:first-child {
	margin-top: 0;
}
.profile.right .boxed:last-child,
.cafe-form .message:last-child {
	margin-bottom: 0;
}

.cafe-form .reply .mess-content {
	position: relative;
}
.cafe-form .mess-poll p i {
	float: right;
}
.cafe-form .mess-poll p {
	clear: both;
}
.cafe-form .mess-poll {
	background-color: #eee;
	padding: 10px;
	width: 40%;
	margin: 0 auto;
	border: 1px solid #ddd;
	font-size: .9rem;
}
.cafe-form .mess-poll h4 {
	margin: 0!important;
	border-bottom: 1px solid #ddd;
	font-size: 1.2rem;
}
.cafe-form .message .actions {
	position: absolute;
	top: 0;
	right: 0;
}
.cafe-form .message .mess-content img {
	width: auto;
}
.cafe-form h3 {
	margin:0 0 10px 0;
}

.header .flags {
	float: right;
}

.header .flags span {
	display: inline-block;
	padding: 0 10px;
}

.header .flags span.poll {
	background-color: #694b85;
	color: #fff;
}
.header .flags span.sticky {
	background-color: #2CBCC2;
	color: #fff;
}
.header .flags span.locked {
	background-color: #E15D5C;
	color: #fff;
}
.cafe-form .message .actions a {
	text-decoration: none;
	padding: 2px 8px;
	background-color: #eee;
	color: #000;
}

.cafe-form .message .actions a:hover {
	background-color: #5550ed;
	color: #fff;
}
.cafe-form .message .actions a.selected {
	background-color: #5550ed;
	color: #fff;
}
.captcha-img {
	width: 120px!important;
	height: 40px!important;
}
input.small {
	width: 100px!important;
}
.cafe-container .ameta .actions {
	margin: 0!important;
	padding: 10px 0;
	/*width:100px;*/
	text-align: right;
}
.cafe-container > .actions, 
.cafe-container .breadcrumbs {
	padding: 10px 10px;
	margin: 0 0 20px 0;
	background-color: #fafafa;
}
.cafe-container > .actions a.boo {
	text-decoration: none;
}
.cafe-container .footcrumbs {
	padding: 10px 10px;
	margin: 20px 0 0 0;
	background-color: #fafafa;
	text-align: center;
}
.cafe-container .rss {
	color: #EF5F00;
	font-weight: bold;
}
.cafe-container .footcrumbs .newest {
	color: #ed1980;
	font-weight: bold;
}
.cafe-container .actions {
	float: right;
}
.cafe-container .notify {
	margin: 10px 0!important;
}

.cafe-form .column {
	width: 49%;
	float: left;
}

.cafe-form .column.left {
	float: left;
}

.cafe-form .column.right {
	float: right;
	margin-right: 0;
}
.cafe-form hr,
.mess-content hr {
	margin: 20px auto;
}
.cafe-form.profile ul{
	margin: 0;
}
textarea.small {
	height: 80px;
}
.mess-content.encrypted {
	font-family: "Fira Code", Monaco, monospace;
	font-size: .8rem;
}
.mess-content ol,
.mess-content ul {
	margin: 1em 0 0 0;
}
.more span,
.more a {
	border: 1px solid #ddd;
	padding: 4px;
	margin-right: 2px;
}
.th-meta .closed,
.th-meta .open {
	color: #fff;
	padding: 2px 4px;
	border-radius: 4px;
}
.th-meta .open {
	background-color: #2CBCC2;
}
.th-meta .closed {
	background-color: #E15D5C;
}
.mess-content code,
.mess-content pre {
	background-color: #ddd!important;
}
.mess-content table tr:hover {
	background-color: transparent!important;
}
pre.nofancy {
	border: 0!important;
	box-shadow: none!important;
	padding: 0!important;
	font-size: .8em;
	margin: 0!important;
}
input.ro {
	color: #999;
}
.panel.right .boxed,
.profile.right .boxed {
	margin-bottom: 20px;
}
.boxed > div {
	padding: 10px;
}

.cafe-main.highlighted,
.message.highlighted {
	border-color: #5550ed;
	background-color: #F6F6FF;
}
.cafe-main.today {
	background-color: #f4FaFF;
	border-left: 4px solid #359c92;
}
.cafe-main.ended {
	background-color: #FFfafa;
	border-left: 4px solid #E15D5C;
}
.cafe-main.preparation {
	background-color: #f1fff1;
	border-left: 4px solid #1b8c1f;
}
.message.highlighted .ameta {
	border-top: 1px solid #B0AEED;
}
.message.highlighted .ameta::before {
	color: #B0AEED;
}
.panel.left,
.profile.left {
	float: left;
	width: 70%;
	width: calc(100% - 23% - 20px);
}
.panel.right,
.profile.right {
	float: right;
	width: 23%;
}
.cafe-form h3 {
	font-size: 1.1rem;
}
.boxed h3 {
	font-size: 1.1rem;
	margin: 10px 10px 0 10px;
}
.profile .navigation a.active {
	text-decoration-thickness: 1.6px;
}
.profile-img-long {
	width: 100px!important;
	height: 23px!important;
	float: right;
}
.th-meta.fixedw {
	width: 170px;
	text-align: right;
	margin-right: 10px;
}
.th-meta::after {
	clear: both;
}
p.more {
	margin: 10px 0 0 0!important;
	line-height: 34px;
}
p.toolbar input,
p.toolbar button,
p.toolbar {
	margin: 0!important;
}
p.toolbar input,
p.toolbar button {
	margin-right: 10px !important;
}
p.toolbar.ts {
	margin-top: 10px!important;
}
a.cancel,
input.cancel {
	background-color: #E1BABB;
}
a.ok,
input.ok {
	background-color: #8DB0B2;
}
.items-list table {
	margin-bottom: 0!important;
}
.category-description {
	font-style: italic;
	margin: 0!important;
}
#Z {
	float: right;
	font: 1.5em/.6'';
}
.items-list.users .cafe-main {
	padding: 5px;
}
.mt10 {
	margin-top: 10px!important;
}
.mt20 {
	margin-top: 20px!important;
}
.mb10 {
	margin-bottom: 10px!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
.mt0 {
	margin-top: 0!important;
}
.mb0 {
	margin-bottom: 0!important;
}
.cafe .subcategories {
	margin-bottom: 4px!important;
}
.cafe-main .cat-desc {
	margin: 4px 0!important;
	font-style: italic;
}

.statistics {
	font-size: .9rem;
}
.statistics i {
	font-weight: bold;
}
input.bigger {
	font-size: 1.1rem!important;
	line-height: 1.6rem!important;
}
.th-notif {
	background-color: #ed1980;
	color: #fff;
	padding: 6px 10px;
	border-radius: 20px;
	font-weight: bold;
	font-size: .9rem;
}
.th-notif a {
	color: #fff;
}
p.subcategories {
	margin: 0!important;
}
.color-bubble {
	display: inline-block;
	padding: 4px 10px;
	font-family: "Fira Code", Monaco, monospace;
	font-size: .8rem;
}
.message blockquote strong::before {
	content: ""!important;
	margin: 0!important;
}
span.vip {
	margin: 0 0 0 4px;
}
.message blockquote strong {
	font-weight: 600!important;
	font-variant-caps: normal!important;
	display: inline!important;
}
.cafe-main details {
	border: 0;
	box-shadow: none;
}
details > div {
	padding: 10px;
}
span.deactivated {
	text-decoration: line-through;
}
span.inactive {
	opacity: .7;
}

img.badge,
.badges a {
	width: auto!important;
	height: auto!important;
	display: inline-block;
	margin: 0 4px 4px 0;
}
.post-badges img.square {
	width: 21px!important;
	height: 21px!important;
	display: inline-block;
	margin: 0 4px 4px 0;
}
.post-badges img {
	width: 60px!important;
	height: 21px!important;
	display: inline-block;
	margin: 0 4px 4px 0;
}
.mess-poll h4,
.mess-poll .poll_footer {
	background-color: #ddd;
	padding: 4px 10px;
}
.mess-poll-container {
	padding: 40px 0;
	background: radial-gradient(circle,rgba(170, 170, 170, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(250, 250, 250, 1) 100%);
}
.mess-poll .poll_footer {
	text-align:right;
}
@media screen and (max-width:800px) {
	.profile.left,
	.profile.right {
		float: none;
		width: 100%;
	}
	.profile.right {
		margin-top: 20px;
	}
}
p.hint {
	font-style: italic;
	font-size:.9rem;
}
.cafe-form .description {
	border: 1px solid #eee;
	background-color: #fafafa;
	padding: 10px;
}
.cafe-form .description hr {
	margin: 10px 0;
}
.cafe-form .description > p:first-child {
	margin-top: 0;
}
.cafe-form .profile-meta {
	background-color: #eee;
	padding: 4px 10px;
}
.cafe-form .profile-meta.black {
	background-color: #111;
	color: #eee;
}
.cafe-form .profile-meta.red {
	background-color: #ac2327;
	color: #eee;
}
.cafe-form .description > p:last-child {
	margin-bottom: 0;
}
.notify.attention {
	background-color: #bbb8ff;
}
.notify.error {
	background-color: #d85c73;
	color: #fff;
}
.notify.error a {
	color: #fff;
}
.cafe-form ul.tabs .tab-link {
	padding: 10px 20px!important;
	line-height: 20px;
	font-size: 1.1rem;
}

.cafe-form ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.cafe-form ul.tabs li {
	background: none;
	list-style-type: none;
	display: inline-block;
	padding: 4px 15px;
	cursor: pointer;
	border-bottom: 0;
}

.cafe-form ul.tabs li:before {
	content: "" !important;
	position: relative;
}

.cafe-form .tab-content {
	display: none;
	padding: 10px;
	border: 1px solid #ddd;
	box-shadow: 5px 5px 5px #eee;
}

.cafe-form .tab-content.current {
	display: inherit;
}

.cafe-form ul.tabs li,
.cafe-form .tab-content {
	border: 1px solid #ddd;
}
.cafe-form ul.tabs li {
	border-right: none !important;
}

.cafe-form ul.tabs li:last-child {
	border-right: 1px solid #ddd !important;
}

.cafe-form ul.tabs li {
	border-bottom: none;
	background-color: #eee;
}

.cafe-form ul.tabs li.current {
	background-color: #fff;
	position: relative;
	bottom: -1px;
}

.cafe-form ul.tabs li:last-child {
	border-right: 1px solid #ddd !important;
}

.events h3 {
	font-size: 1.2rem;
}
span.active {
	color: #359c92;
}
span.ended {
	color: #E15D5C;
}
span.preparation {
	color: #1b8c1f;
}
.event-title {
	font-size: 1.2rem;
}
.cafe-form .description {
	position: relative;
}
.cafe-form .description canvas {
	position: absolute;
}
canvas.decor {
	width: 100%;
	height: 200px;
	background-color: #000;
}
canvas.offcanvas {
	display: none;
	visibility: hidden;
}
.cafe-form h3 {
	position: relative;
}
.cafe-form h3 .score {
	position: absolute;
	right: 0;
}