/* Переключатель языка — внутри меню, на одной линии с пунктами */
.rg-lang-wrap {
	list-style: none;
}

.rg-lang {
	float: none;
	margin: 0;
	padding: 0;
	line-height: 49px;
	font-family: Myriad Pro, Tahoma, sans-serif;
	font-size: 20px;
	color: #444;
}
.rg-lang__label {
	margin-right: 6px;
	color: #b76300;
	font-weight: 700;
}
.rg-lang__link {
	display: inline-block;
	margin: 0 0 0 4px;
	padding: 0 6px;
	border-radius: 3px;
	color: #444;
	text-decoration: underline;
	border: 0;
	background: transparent;
	font-size: 20px;
}
.rg-lang__link:hover {
	color: #b79a76;
	text-decoration: none;
	background: transparent;
}

/* Содержимое колонок: float-элементы не должны «выпадать» из блока */
#right,
#left {
	overflow: hidden;
}

.rg-forum-row {
	cursor: pointer;
}

.rg-forum-row:hover td {
	background: #fff9f0;
}

/* Страница «О сервере» */
.rg-about-page {
	width: 100% !important;
	float: none !important;
}

.rg-about {
	color: #333;
	font-family: fonthnl, Tahoma, sans-serif;
	font-size: 14px;
	line-height: 1.55;
}

.rg-about h1 {
	color: #b76300;
	font-family: Myriad Pro, Tahoma, sans-serif;
	font-size: 28px;
	font-weight: 400;
	margin: 0 0 16px;
	line-height: 1.25;
}

.rg-about h2 {
	color: #b76300;
	font-family: Myriad Pro, Tahoma, sans-serif;
	font-size: 22px;
	font-weight: 400;
	margin: 28px 0 12px;
	padding-top: 8px;
	border-top: 1px dashed #d4c4a0;
}

.rg-about h3 {
	color: #75614a;
	font-size: 16px;
	margin: 18px 0 8px;
}

.rg-about p {
	margin: 0 0 12px;
	color: #333;
}

.rg-about ul {
	margin: 0 0 14px 20px;
}

.rg-about li {
	margin-bottom: 6px;
}

.rg-about .rg-lead {
	background: #fff9f0;
	border-left: 4px solid #b76300;
	padding: 12px 16px;
	margin-bottom: 20px;
	border-radius: 0 5px 5px 0;
	font-size: 15px;
	color: #444;
}

.rg-about .rg-meta {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 20px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}

.rg-about .rg-meta td,
.rg-about .rg-meta th {
	border: 1px solid #e1e1e1;
	padding: 8px 12px;
	vertical-align: top;
}

.rg-about .rg-meta th {
	background: #f8f3dd;
	color: #75614a;
	text-align: left;
	width: 35%;
}

.rg-about table.rg-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 18px;
	background: #fff;
	font-size: 13px;
}

.rg-about table.rg-table th,
.rg-about table.rg-table td {
	border: 1px solid #e1e1e1;
	padding: 8px 10px;
	vertical-align: top;
}

.rg-about table.rg-table th {
	background: #e9d0b2;
	color: #444;
	font-weight: 700;
	text-align: left;
}

.rg-about table.rg-table tr:nth-child(even) td {
	background: #faf6eb;
}

.rg-about .rg-yes { color: #2d7a2d; }
.rg-about .rg-no { color: #a33; }

.rg-about pre {
	background: #2a2418;
	color: #e7d78f;
	padding: 14px 16px;
	border-radius: 5px;
	overflow-x: auto;
	font-size: 12px;
	line-height: 1.45;
	margin: 0 0 18px;
	white-space: pre-wrap;
}

.rg-about .rg-note {
	font-size: 12px;
	color: #888;
	margin-bottom: 16px;
}

@media (max-width: 840px) {
	.rg-lang {
		float: none;
		clear: both;
		margin: 12px auto 0;
		text-align: center;
	}
}
