body {
	font-size: 20px !important;
	font-family: 'Kodchasan',sans-serif !important;
}

ins.adsbygoogle[data-ad-status="unfilled"] {
	display: none !important;
}

.ext #right {
	margin-top: 63px !important;
}


.rd {
	position: sticky!important;
	top: 10px!important;
	height: 100%!important;
}

.ads {
	text-align: center;
	margin-top: 10px;
}

h1 {
	font-size: 2.25rem !important;
}

h2 {
	font-size: 1.25rem !important;
}

.pred {
	color: #e90000;
}

.promo {
	text-align: center !important;
}

.dloader {
	display:none
}

.custom-loader {
	width:100%;
	text-align: center !important;
	height:25px;
	border-radius: 20px;
	background:
	repeating-linear-gradient(135deg,#00695C 0 10px,#00695Cbf 0 20px) left/0% 100%   no-repeat,
	repeating-linear-gradient(135deg,#00695C33    0 10px,#00695C1a    0 20px) left/100% 100%;
	animation:p3 12s infinite;
}

@keyframes p3 {
	100% {background-size:100% 100%}
}

.textOneLine {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

@media only screen and (max-width: 600px) {
	.entryIcon{
		margin-left: -10px;
	}

	.entryHeader{
		grid-template-columns: 180px auto;
	}

	h1 {
		font-size: 1.5rem !important;
	}

	h2 {
		font-size: 1.25rem !important;
	}

}