.table-container {
    width: 100%;
    margin: 0 auto;
}

.table-header, .table-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: var(--global-border-style) var(--border-color) 1px;
}

.table-header {
    font-weight: bold;
}

.table-cell {
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; 
}

.table-cell.small {
    width: 100px;
}

.figure-img {
    width: 32px;
    border-radius: 5px;
}

.online {
    color: green;
}

.offline {
    color: gray;
}

#userbar {
	position: fixed;
    left: 0;
    top: 0;
    height: 15px;
	padding: 7px 0px;
    font-size: 11px;
    width: 100%;
    white-space: nowrap;
	background: var(--userbar-color);
	border-bottom: var(--global-border-style) var(--border-color) 1px;
	/*var(--box-shadow)*/
}

.watermark { 
	position: fixed;
	opacity: 0.02;
	font-size: 6pt;
	z-index: 99;
	color: white;
}

.watermark-nofixed {
	position: absolute;
	opacity: 0.02;
	font-size: 6pt;
	z-index: 99;
	color: white;
}

.watermark-right-bottom {
	bottom: 5px;
	right: 5px;
}

.watermark-left-top {
	top: 5px;
	left: 5px;
}

@-ms-viewport {
	width: device-width;
}

body {
	font-family: var(--body-font-family);
	font-size: var(--body-font-size);
    background: var(--body-background) var(--body-repeat) fixed;
	color: var(--body-color);
}

.menu-guests {
	
}

.menu-items {
	width: 250px;
    height: 32px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
	border: var(--global-border-style) var(--border-color) 1px;
}

.content-border-right {
	border-right: var(--global-border-style) var(--border-color) 1px;
}

.container {
	width: 960px;
	margin: 0 auto;
	justify-content: center;
	margin: 0 auto;
}

.logo { 
	margin-top: 10px;
	/*var(--box-shadow)*/
}

.navbar { 
	/*var(--box-shadow)*/
	border: var(--global-border-style) var(--border-color) 1px;
	border-top: none;
}

.content { 
	/*var(--box-shadow)*/
	background: var(--mainouter-color);
	border: var(--global-border-style) var(--border-color) 1px;
	text-align: center;
	padding: 10px 0px;
}

.footer { 
	/*var(--box-shadow)*/
	padding: 15px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 9pt;
	background: var(--mainouter-color);
	border: var(--global-border-style) var(--border-color) 1px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

#menu {
	/*var(--box-shadow)*/
	background: var(--menu-background);
	height: 40px;
	padding-left: 18px;
	width: 940px;
}

#menu ul, #menu li {
	margin: 0 auto;
	padding: 0;
	list-style: none
}

#menu ul {
	width: 100%;
}

#menu li {
	float: left;
	display: inline;
	position: relative;
}

#menu li.right {
	float: right;
	display: inline;
	position: relative;
}

#menu a {
	display: block;
	line-height: 40px;
	padding: 0 13px;
	text-decoration: none;
	color: var(--menu-font-color);
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
}

@media (max-width: 480px) {
	#menu a {
		padding: 0 15px;
	}
}
  
@media (min-width: 481px) and (max-width: 767px) {
	#menu a {
		padding: 0 15px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	#menu a {
		padding: 0 15px;
	}
}

@media (min-width: 1025px) and (max-width: 1280px) {
	#menu a {
		padding: 0 13px;
	}
}
  
@media (min-width: 1281px) {
	body {
		padding: 0 14px;
	}
}

#menu a.dropdown-arrow {
	cursor: pointer;
}

#menu a.dropdown-arrow:after {
	content: "\25BE";
	margin-left: 5px;
}

#menu li a:hover {
	color: var(--menu-font-color);
	background: var(--menu-hover);
}

#menu ul.sub-menus {
	/*var(--box-shadow)*/
	height: auto;
	overflow: hidden;
	width: 170px;
	border: var(--global-border-style) var(--border-color) 1px;
	background-color: var(--submenu-color);
	position: absolute;
	z-index: 99;
	display: none;
}

#menu ul.sub-menus li {
	display: block;
	width: 100%;
}

#menu ul.sub-menus a {
	color: var(--submenu-font-color);
	font-size: 12px;
}

#menu li:hover ul.sub-menus {
	display: block
}

#menu ul.sub-menus a:hover {
	background: var(--submenu-color-hover);
	color: var(--submenu-font-color);
}

.torrent-downloaded {
	background: var(--torrent-downloaded-color);
}

.helyesen_valaszolt {
	color: var(--kviz-helyes-valasz);
	font-weight: bold;
	font-size: 12pt;
}

.kviz-kerdes {
	color: var(--kviz-kerdes);
	font-weight: bold;
	font-size: 12pt;
}

.kviz-valasz {
	color: var(--kviz-valasz);
	font-weight: bold;
	font-size: 12pt;
}

div#logo {
	/*var(--box-shadow)*/
	border: var(--global-border-style) var(--border-color) 1px;
	width: var(--logo-width);
	height: var(--logo-height);
	margin: 0 auto;
	margin-top: 29px;
	position: relative;
}

.logo-img {
	width: var(--logo-width);
	height: var(--logo-height);
	display: block;
}

.alert-box {
	border: var(--global-border-style) var(--border-color) 1px;
	/*var(--box-shadow)*/
	background: var(--alertbox-color);
	color: var(--body-color) !important;
	font-size: var(--body-font-size) !important;
}

::-webkit-input-placeholder { /* Chrome */
	color: var(--placeholder-color);
}
:-ms-input-placeholder { /* IE 10+ */
	color: var(--placeholder-color);
}
::-moz-placeholder { /* Firefox 19+ */
	color: var(--placeholder-color);
	opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
	color: var(--body-color);
	opacity: 1;
}

table {
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0px;
	border: none !important;
}

table.main, table.mainouter {
	background: var(--mainouter-color);
	/*var(--box-shadow)*/
}

table.footer {
	margin-bottom: 10px;
}

h1 {
	font-size: 12pt;
}

h2 {
	font-size: 10pt;
	margin-bottom: 6px;
}

p {
	font-size: var(--body-font-size);
}

p.sub { 
	margin-bottom: 4pt;
}

td {
	text-align: left;
	border: var(--global-border-style) var(--border-color) 1px;
}

td[align=center] {
	text-align: center !important;
}

td[align=right] {
	text-align: right !important;
}

hr {
	border: dashed var(--border-color) 0.5px;
}

td.bottom {
	border: none;
}

td.heading {
	font-weight: bold;
}

td.text {
	text-align: left;
}

td.comment {
	padding: 10pt;
	font-size: var(--body-font-size);
	text-align: left;
}

.colhead, .embedded {
	font-weight: bold;
	color: var(--body-color);
	background: var(--colhead-bg-color); 
	border: var(--global-border-style) var(--border-color) 1px;
    margin: 0 auto;
    text-align: center;
	font-size: var(--body-font-size);
}

.colhead-left {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}

.colhead-right {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}

.colhead-colspawn-bottom {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.colhead-bottom-left {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

.colhead-bottom-right {
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}

form {
	margin-top: 0;
	margin-bottom: 0;
}

a {
	color: var(--url-font-color);
	text-decoration: var(--url-text-decoration);
}

a:hover {
	color: var(--url-font-hover-color);
}

input, select, select option, textarea {
	font-family: var(--input-font-family);
	font-size: var(--input-font-size);
	background: var(--input-color);
	color: var(--input-text-color);
	border: var(--global-border-style) var(--border-color) 1px;
	outline: none;
	resize: none;
}

li {
	margin-top: 6pt;
	margin-bottom: 6pt;
}

ul {
	margin-left: 16pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Üzenőfal kód */

#kviz_panel {
	display: none;
}

#chat {
	padding: 2px;
	background: var(--chat-background-color);
}

#chat_message_main {
	padding: 5px 0px;
	border-bottom: var(--global-border-style) var(--border-color) 1px !important;
}

.chat-row {
	border-top-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	display: flex;
	align-items: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

#chat_uzenetek {
    font-size: 11pt;
    padding-top: 4px;
    padding-bottom: 6px;
    width: 935px;
    height: 420px;
    overflow: auto;
    overflow-wrap: break-word;
    border-top-width: 0px;
    text-align: left;
}

.chat-uzenet {
	margin: 5px 0;
	padding: 5px;
	border-radius: 5px;
}

#chat_input_box {
	border-top: var(--global-border-style) var(--border-color) 1px !important;
	border-bottom: var(--global-border-style) var(--border-color) 1px !important;
	padding: 5px 2px;
	border-top-width: 0px;
	width: 100%;
}

#chat_online_users, #keplinkeles_td {
	padding: 5px;
}

#hangulatjelek, #keplinkeles {
	border-top: var(--global-border-style) var(--border-color) 1px !important;
}

#hangulatjelek_td {
	overflow-y: auto;
    height: 300px;
}

#chat_gombok {
	border-top: var(--global-border-style) var(--border-color) 1px !important;
	text-align: center;
	padding: 5px;
}

.uzenet_input {
	background: transparent;
	border: none;
	outline: none;
	width: 100%;
}

#szerkesztes_uzenet {
	width: 100%;
	border: none;
}

#chat_ujuzenet {
	width: 100%;
	padding: 4px;
	margin: 0 auto;
}

#chat_szerkesztes {
	padding: 5px 0px;
	border-bottom: var(--global-border-style) var(--border-color) 1px !important;
	display: none;
}

/* Üzenőfal kód */

ul, li {
	text-align: left;
}

/*Alertbox*/

.alert-area {
	max-height: 100%;
	position: fixed;
	bottom: 5px;
	left: 20px;
	right: 20px;
}

.alert-box {
	font-size: 10pt;
	line-height: 1.3em;
	padding: 10px 15px;
	margin: 5px 10px;
	position: relative;
	border-radius: 5px;
	transition: opacity 0.5s ease-in;
}

.alert-box.hide {
	opacity: 0;
}

.alert-close {
	background: transparent;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 15px;
	right: 15px;
}

.alert-close:before,
.alert-close:after {
	content: '';
	width: 15px;
	border-top: solid 2px white;
	position: absolute;
	top: 5px;
	right: -1px;
	display: block;
}

.alert-close:before {
	transform: rotate(45deg);
}

.alert-close:after {
	transform: rotate(135deg);
}

.alert-close:hover:before,
.alert-close:hover:after {
	border-top: solid 2px #d8d8d8;
}

.alert-message-container {
	text-align: center;
	line-height: 2.5em;
	margin-top: 50px;
}

.alert-message-box {
	font-size: 20px;
	max-width: 300px;
	border: solid 1px #444;
	padding: 10px 15px;
	outline: none;
	transition: box-shadow 0.1s;
}

.alert-area {
    width: 350px;
    right: auto;
    left: 0;
}
/*Alertbox*/

.menu {
	text-align: center;
	border-top: none !important;
}

.menu > a {
	text-decoration: none; 
	display: block;
    height: 38px;
	line-height: 38px;
}

.disable-select {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge-zero-line-height {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge-poster-top {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.badge-success {
	color: #fff;
    background-color: green !important;
}

.badge-danger {
	color: #fff;
    background-color: red !important;
}

.badge-darkred {
	opacity: 0.8;
    background-color: darkred !important;
}

.badge-thanks {
	color: #fff;
    background-color: #17a2b8;
}

.progress-warn-level {
	padding: 0;
	width: 150px;
	height: 18px;
	overflow: hidden;
	background: black;
	border-radius: 16px;
	border: solid 1px #1f1f1f;
}

.warn-level-info {
	text-align: center;
}

.bar {
	position: relative;
	float: left;
	border-right: solid 1px #1f1f1f;
	min-width: 1%;
	height: 100%;
	background: linear-gradient(#cc0000,#b30000);
}

.bar-inactive {
	position: relative;
	float: left;
	border-right: solid 1px #1f1f1f;
	min-width: 1%;
	height: 100%;
	background: black
}

.percent {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0;
	font-family: tahoma,arial,helvetica;
	color: white;
}

.panel {
	margin: 0 auto;
	max-width: 940px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background: var(--mainouter-color);
	background-clip: border-box;
	border: var(--global-border-style) var(--border-color) 1px;
	border-radius: 4px;
}

.panel-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem 1.5rem;
}

.panel-heading {
	font-size: 9pt;
	font-weight: bold;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 0.5rem 1.5rem;
	margin-bottom: 0;
	background: var(--colhead-bg-color);
	border-bottom: var(--global-border-style) var(--border-color) 1px;
}

.div-heading {
	background: var(--colhead-bg-color);
	border: var(--global-border-style) var(--border-color) 1px;
	padding: 10px;
}

.row-border {
	border: var(--global-border-style) var(--border-color) 1px;
	padding: 10px;
}

.div-border-top-left-radius {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}

.div-border-top-radius {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.div-border-bottom-radius {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.mb-2 {
    margin-bottom: 0.75rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mt-2 {
    margin-top: 0.75rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), 
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-text {
	width: 13px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    background: var(--input-color);
	border: var(--global-border-style) var(--border-color) 1px;
    border-radius: 0.25rem;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .form-control, .input-group > .form-select {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.3rem 0.5rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border-bottom: var(--global-border-style) var(--border-color) 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
}

.form-control > option {
    font-size: 10pt;
}

.form-title {
	display: inline-block;
	width: 15%;
}

.form-input {
	display: inline-block;
	width: 75%;
}

.btn {
    display: inline-block;
    line-height: 1.5;
    color: var(--input-text-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: var(--input-color);
	border: var(--global-border-style) var(--border-color) 1px;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
}

.btn-primary {
	font-weight: bold;
}

.btn-noclick {
    display: inline-block;
    line-height: 1.5;
    color: var(--input-text-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	border: var(--global-border-style) var(--border-color) 1px;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
}

.btn-sm, .btn-group-sm > .btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.555rem;
	font-weight: bold;
	border-radius: 0.2rem;
}

.btn:hover {
	
}

.text-center {
	text-align: center !important;
}

.form-group {
    margin-bottom: 1rem;
}

.col-form-label {
	padding-top: calc(0.5rem + 1px);
	padding-bottom: calc(0.5rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	font-weight: 500;
	line-height: 1.5;
}

.row {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-right: -15px;
    margin-left: -15px;
}

.col-lg {
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
}

.col-lg-1 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 8.333333%;
}

.col-lg-2 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 16.666667%;
}

.col-lg-3 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 25%;
}

.col-lg-4 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 33.333333%;
}

.col-lg-5 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 41.666667%;
}

.col-lg-6 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%;
}

.col-lg-7 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 58.333333%;
}

.col-lg-8 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 66.666667%;
}

.col-lg-9 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 75%;
}

.col-lg-10 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 83.333333%;
}

.col-lg-11 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 91.666667%;
}

.col-lg-12 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
}

/* CSS változók használata az egyedi kódhoz */
/* var(--custom-code) */

img.awards {
	transform: scale(0.6);
}	

img.awards:hover {
	transform: scale(1.0);
}	

img.speedtest_kep {
	transform: scale(0.8);
	width: 250px;
}	

img.speedtest_kep:hover {
	transform: scale(1.0);
}	

.edit-wiki {
	font-family: Arial, sans-serif;
	background: var(--mainouter-color);
	border: var(--global-border-style) var(--border-color) 1px;
	max-width: 940px;
	margin: 0 auto;
	border-radius: 4px;
}

.content-wiki {
	padding: 20px;
}

.edit-wiki h2 {
	font-size: 18px;
	margin-bottom: 20px;
} 

.form-field {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.form-field label {
	width: 150px;
	font-weight: bold;
	margin-right: 10px;
}

.form-field select {
	padding: 5px;
	border: var(--global-border-style) var(--border-color) 1px;
	border-radius: 4px;
	font-size: 16px;
	flex: 1;
	max-width: 400px;
}

.form-field input[type="text"], .form-field textarea {
	display: block;
	width: 100%;
	height: 40px;
	padding: 10px;
	font-size: 16px;
	border: var(--global-border-style) var(--border-color) 1px;
	border-radius: 4px;
	flex: 1;
	box-sizing: border-box;
}

.form-field textarea {
	height: 200px;
}

.form-actions {
	margin-top: 20px;
}

.form-actions button[type="submit"], .form-actions button[type="reset"] {
	display: inline-block;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 4px;
	cursor: pointer;
}

.wiki-details {
	max-width: 940px;
	margin: 0 auto;
	background: var(--mainouter-color);
	border: var(--global-border-style) var(--border-color) 1px;
	border-radius: 4px;
}

.wiki-details-data {
	padding: 20px;
}

.wiki-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.wiki-header h2 {
	margin: 0;
}

.wiki-actions a {
	margin-left: 10px;
}

.wiki-info {
	margin-bottom: 20px;
}

.wiki-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wiki-info li {
	margin-bottom: 5px;
}

.wiki-info li strong {
	display: inline-block;
	width: 140px;
}

.wiki-content {
	line-height: 1.5;
}

.wiki-category {
	border: var(--global-border-style) var(--border-color) 1px;
	margin-bottom: 20px;
	max-width: 940px;
	margin: 0 auto;
	border-radius: 4px;
}

.wiki-category-content {
	padding: 10px;
}

.wiki-category-title {
	margin-bottom: 10px;
}

.wiki-category-title h2 {
	font-size: 1.5em;
}

.wiki-category-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.wiki-category-list li {
	margin-bottom: 5px;
}

.wiki-category-list li a {
	text-decoration: none;
}

.wiki-category-list li a:hover {
	text-decoration: underline;
}

/* Kezdőlap (index.php start) */

/* Statisztika */
.stat-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0;
}

.stat-header {
	width: 100%;
	text-align: center;
}

.stat-header h2 {
	font-size: 24px;
	margin: 0;
	padding: 0;
}

.stat-content {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.stat-spacer {
	width: 50px;
}

.stat-section {
	width: calc(50% - 25px);
}

.stat-table {
	width: 100%;
	border: var(--global-border-style) var(--border-color) 1px;
}

.stat-table td {
	padding: 10px;
	border: var(--global-border-style) var(--border-color) 1px;
}

.stat-table td:first-child {
	font-weight: bold;
}
/* Statisztika */

/* Online */
.online-users-container {
	display: grid;
	grid-template-columns: 1fr 300px;
	grid-gap: 20px;
	align-items: start;
}

.online-users-list {
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    max-height: 380px;
    width: 720px;
    padding: 10px;
    align-content: flex-start;
}

.online-user-info {
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 3px;
	border-radius: 5px;
}

.online-user-info img {
	vertical-align: middle;
}

.online-user-info span {
	margin-left: 5px;
	margin-right: 5px;
}

.online-users-stats {
	text-align: right;
	grid-area: stats;
	width: 195px;
}

.online-users-count {
	font-weight: bold;
}

.online-users-content {
	display: grid;
    grid-template-areas: "users stats";
    justify-content: center;
    align-items: center;
    justify-items: start;
}

.online-users-class {
	margin: 0;
	padding: 5px;
	font-size: 10pt;
	border-bottom: var(--global-border-style) var(--border-color) 1px;
}

#online_insert, #24h_insert {
	text-align: left;
}

.last-24h {
	float: right;
	font-size: 12px;
	color: var(--url-font-color);
	text-decoration: var(--url-text-decoration);
}
/* Online */

/* Szavazás */
.szavazas-container {
	width: 900px;
	margin: auto;
	font-family: Arial, sans-serif;
}

.szavazas-alert {
	padding: 10px;
	background-color: #ffcccc;
	color: #cc0000;
}

.szavazas-question {
	font-size: 20px;
	margin-bottom: 20px;
}

.szavazas-answers {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	text-align: left;
}

.szavazas-answer {
	margin-bottom: 10px;
}

.szavazas-answer input[type="radio"] {
	margin-right: 10px;
}

.szavazas-button {
	padding: 10px 20px;
	background-color: #4CAF50;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
	margin-bottom: 20px;
}

.szavazas-results {
	margin-bottom: 20px;
}

.szavazas-result {
	border-bottom: var(--global-border-style) var(--border-color) 1px;
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 65px;
}

.szavazas-result:first-child {
	border-top: var(--global-border-style) var(--border-color) 1px;
}

.szavazas-result-label {
	width: 300px;
}

.szavazas-result-bar-container {
	width: 600px;
	height: 20px;
	background-color: #f0f0f0;
	position: relative;
	margin-left: 10px;
}

.szavazas-result-stats {
	display: block;
	margin-top: 5px;
	margin-left: 5px;
	font-size: 7pt;
}

.szavazas-result-bar {
	height: 100%;
	background-color: #4CAF50;
}

.szavazas-szazalek {
	margin-left: 10px;
}

.szavazas-summary {
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
}
/* Szavazás */

/* Hírek */
.news-container {
	margin: auto;
	font-family: Arial, sans-serif;
	text-align: left;
}

.news-item {
	margin-bottom: 10px;
}

.news-title {
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}

.news-body {
	margin-top: 10px;
	font-size: 14px;
}

.news-actions {
	margin-top: 5px;
	font-size: 14px;
}
/* Hírek */

/* Kezdőlap (index.php vége) */

.subforum {
    margin-top: 20px;
	width: 940px;
	margin: 0 auto;
}

.subforum-title {
	border: var(--global-border-style) var(--border-color) 1px;
    background: var(--colhead-bg-color);
	font-weight: bold;
	font-size: 10pt;
	padding: 5px 0px;
}

.subforum-title:first-child {
	border-top-left-radius: 4px; 
	border-top-right-radius: 4px; 
}

.subforum-row {
	border: var(--global-border-style) var(--border-color) 1px;
	background: var(--mainouter-color);
    display: grid;
    grid-template-columns: 8% 52% 10% 10% 20%;
}

.subforum-column {
	border-right: var(--global-border-style) var(--border-color) 1px;
    padding: 4px 0px;
}

.subforum-description {
	display: flex;
	align-items: center;
	text-align: left;
	font-weight: bold;
	padding-left: 4px;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
} 

.subforum-icon i {
    font-size: 18px;
}

.subforum-devider {
    display: none;   
}

.subforum-title-ignore-border-radius {
    background: var(--colhead-bg-color);
	border-right: var(--global-border-style) var(--border-color) 1px;
	font-weight: bold;
	padding: 8px 0px;
}

.forum-info {
	margin: 0 auto;
	margin-top: 10px;
	width: 945px;
    padding: 10px 0px;
    background-color: var(--mainouter-color);
}

.chart {
    font-size: 20px;
    font-weight: bold;
}

.forum-last {
	border-right: none;
	align-self: center;
}

.forum-padding:last-child {
	border-bottom-left-radius: 4px; 
	border-bottom-right-radius: 4px;
}

.forum-title {
	border-top-left-radius: 4px; 
	border-top-right-radius: 4px;
}

.forum-title > div:first-child {
	border-top-left-radius: 4px; 
}

.forum-title > div:last-child {
	border-top-right-radius: 4px; 
}

.message {
	border: var(--global-border-style) var(--border-color) 1px;
	margin: 7px 3px;
    padding: 10px;
    border-radius: 5px;
    overflow: auto;
}

.message-user {
    margin-bottom: 5px;
}

.avatar {
	object-fit: cover;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

.username {
    font-weight: bold;
    vertical-align: middle;
}

.date-time {
    vertical-align: middle;
}

.message.sender {
	background: rgba(0, 132, 255, 0.1);
    text-align: left;
	margin-left: 50px;
}

.message.receiver {
	background: rgba(245, 245, 245, 0.1);
    margin-right: 50px;
    text-align: left;
}

.problem-data-item-value {
  font-size: 10pt;
  margin-left: 10px;
}

.problem-data-item-value b {
  font-weight: bold;
}

.status-open {
  color: green;
}

.status-closed {
  color: red;
}

.problem-messages {
	max-height: 600px;
    overflow-y: auto;
}

.slider {
	width: 100%;
	height: 10px;
	background-color: #ddd;
	border-radius: 5px;
}

.slider-range {
	-webkit-appearance: none;
	width: 100%;
	height: 10px;
	background-color: transparent;
	outline: none;
	margin-top: -5px;
	border-radius: 5px;
}

.slider-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid #ccc;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

.slider-range::-moz-range-thumb {
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid #ccc;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

/* Bonus Points Redemption section */
.bonus-redeem {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: column;
}

.bonus-redeem__item {
	border-radius: 4px;
	padding: 20px;
	border: var(--global-border-style) var(--border-color) 1px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

.bonus-redeem__item__desc {
	margin-top: 10px;
	font-size: 14px;
}

.bonus-redeem__item__form {
	margin-top: 20px;
}

.bonus-redeem__item__form__label {
	display: inline-block;
	font-weight: bold;
	margin-right: 10px;
}

.bonus-redeem__item__form__input {
	display: inline-block;
	width: 120px;
	padding: 5px;
	border: var(--global-border-style) var(--border-color) 1px;
	border-radius: 3px;
}

.bonus-redeem__item__form__unit {
	font-weight: bold;
}

.bonus-redeem__item__form__price {
	margin-top: 10px;
	font-size: 14px;
}

.bonus-redeem__item__form__note {
	margin-top: 10px;
	font-size: 14px;
}

.hidden {
	display: none;
}