html {
	font-family: Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
	font-weight: normal;
	font-size: clamp(85%, 1.8vw, 105%)
}

body {
	margin: 0
}

.custom-wrapper {
	background-color: #e3e3e3;
	margin-bottom: 1em;
	-webkit-font-smoothing: antialiased;
	height: 2.1em;
	overflow: hidden;
	-webkit-transition: height .5s;
	-moz-transition: height .5s;
	-ms-transition: height .5s;
	transition: height .5s
}

.custom-wrapper.open {
	height: 14em
}

.custom-menu-3 {
	text-align: right;
	padding-top: 1px
}

@media(max-width:47.999em) {
	.custom-menu-3 {
		text-align: left
	}

	.custom-toggle {
		display: block
	}
}

.post-list li:not(:last-child) {
	padding-bottom: 12px
}

table {
	border-collapse: collapse;
	width: 100%
}

th {
	text-align: left
}

tr:nth-child(even) {
	background-color: #f2f2f2
}

#menu {
	border-top: 1pt solid gray;
	border-bottom: 1pt solid gray
}

main {
	display: block
}

.main {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	padding-left: 1em;
	padding-right: 1em;
	color: black
}

#main {
	line-height: 1.4em
}

#main a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.0
}

a {
	outline-color: transparent
}

#main a:link {
	color: #1a0dab;
	text-decoration: none
}

#main a:hover {
	color: #1a0dab;
	text-decoration: underline;
	text-decoration-color: #1a0dab;
	background: #d3d3d3
}

#main a:visited {
	color: #660199;
	text-decoration: underline
}

#main a:focus {
	text-decoration: none;
	background: #d3d3d3
}

#main hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
	margin-top: 12px;
	margin-bottom: 0
}

#main img {
	float: left;
	margin-right: 12px;
	margin-top: 4px
}

.article {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0;
	padding-left: 0;
	display: grid
}

.rt-cl {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0
}

h1,
h2,
h3,
h4 {
	margin: 0;
	padding: 0
}

h1 {
	display: block;
	font-size: 1.2em;
	font-weight: bold
}

h2 {
	display: block;
	font-size: 1.2em;
	font-weight: bold
}

h3 {
	display: block;
	font-size: 1.15em;
	font-weight: bold
}

h4 {
	display: block;
	font-size: 1.10em;
	font-weight: bold
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 8px;
	padding-top: 0;
	padding-bottom: 8px;
	overflow: hidden
}

pre {
	background: #f4f4f4;
	border: 1px solid #ddd;
	border-left: 3px solid #f36d33;
	color: #444;
	page-break-inside: avoid;
	font-family: monospace;
	font-size: .8em;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	padding: 1em 1.5em;
	display: block;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: pre-wrap
}

@media(max-width:600px) {
	pre {
		font-size: .7em;
		padding: .5em;
		margin-bottom: 1em
	}
}

.left {
	width: 320px;
	float: left;
	padding-right: 4px;
	padding-bottom: 4px
}

.leftTH {
	width: 160px;
	float: left;
	padding-right: 4px;
	padding-bottom: 4px
}

.date {
	font-weight: bold;
	text-transform: uppercase
}

.share-container {
	text-align: right;
	font-family: Arial, sans-serif;
	padding-bottom: 16px
}

.share-button {
	color: white;
	font-size: 0.8em;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	border: 1px solid #000;
	cursor: pointer;
	margin-right: 2px;
	margin-top: 12px;	
}

.share-button:last-child {
	margin-right: 0
}

.share-button:hover {
	text-decoration: underline
}

.facebook {
	background-color: #365899
}

.twitter {
	background-color: #1d9bf0
}

.whatsapp {
	background-color: #128c7e
}

.email {
	background-color: #e53e3e
}

.rss {
	background-color: #f90
}

.post-list li:not(:last-child) {
	padding-bottom: 12px
}

.email-share-layer {
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	top: 100%;
	background-color: #f9f9f9;
	border: 1px solid darkgray;
	padding: 12px;
	z-index: 1
}

.email-share-layer input[type="text"] {
	margin-right: 10px;
	border: 1px solid #ccc
}

.top-bar {
	background-color: lightgray;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 12px;
	padding-top: 8px;
	padding-bottom: 9px;
	border-top: 1px solid black;
	border-bottom: 1px solid black
}

.top-bar.open {
	border-bottom: 1px solid black
}

.mainTitle {
	display: block;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	height: 1.3 em;
	vertical-align: middle
}

.navigation {
	font-size: 10pt;
	max-height: 0;
	overflow: hidden;
	background-color: #eaeaea;
	padding-left: 12px;
	transition: max-height .5s ease-in-out, border-bottom .5s ease-in-out
}

.navigation.open {
	border-bottom: 1px solid black
}

.navigation ul {
	list-style: none;
	padding: 0
}

.navigation ul li a {
	text-decoration: none;
	color: black;
	display: block;
	padding-top: 16px;
	padding-bottom: 4px;
	padding-left: 16px
}

.navigation ul li a:hover {
	text-decoration: underline
}

.navigation ul li:last-child a {
	padding-bottom: 16px
}

.custom-toggle {
	cursor: pointer;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 6;
	right: 1em;
	display: block
}

.custom-toggle .bar {
	background-color: #000;
	display: block;
	width: 24px;
	height: 2px;
	border-radius: 100px;
	position: absolute;
	top: 18px;
	right: 7px;
	transition: all .5s
}

.custom-toggle .bar:first-child {
	transform: translateY(-6px)
}

.custom-toggle.x .bar {
	transform: rotate(45deg)
}

.custom-toggle.x .bar:first-child {
	transform: rotate(-45deg)
}