/*!
 * Copyright 2019-2024 Nikita Zuborev
 */

@font-face {
    font-family: 'BloggerSans';
    src: url('BloggerSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-family: "Fira Sans", sans-serif !important;
}

.panel-body {
    padding: 15px 5px;
}

body {
	background-color: #f9f9ff;
}

.row {
	font-size: 18pt;
}

.country {
	font-size: 12pt;
	color: #99d0e0;
}

.countryHand {
	font-size: 12pt;
	font-weight: 500;
	color: #69a0b0;
}

.countryPJ {
	font-size: 12pt;
	font-weight: 700;
	color: #397080;
}

.countrySet {
	font-size: 12pt;
	font-weight: 800;
	color: #000000;
}

.region {
	font-size: 12pt;
	color: #99d0e0;
}

.regionHand {
	font-size: 12pt;
	font-weight: 500;
	color: #69a0b0;
}

.regionPJ {
	font-size: 12pt;
	font-weight: 700;
	color: #397080;
}

.regionSet {
	font-size: 12pt;
	font-weight: 800;
	color: #000000;
}

sup {
	font-weight: bold;
	color: #883050;
}

h2 {
	font-size: 28pt;
}

h3 {
	font-size: 16pt;
}

.lng {position: fixed; top: 4px; right: 0px; z-index: 97;}
.lng1 {position: fixed; top: 18px; right: 5px; z-index: 98;}
.lng2 {position: fixed; top: 8px; right: 13px; z-index: 99;}