<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --blue: #000;
  --white: #fff;
  --black:#000;
  --tsaiwarBlue:#2398e3;
  --transColor: rgba(56, 63, 70, 0.253);
  --saaral:rgb(179, 179, 179);
  --gray:#383F46;
  --tsagaanSaaral:rgb(238, 238, 238);
  --textColor: rgb(32, 32, 32);
  --ulbarShar: #f16122;
  --sm:576px;
  --md:768px;
  --lg:992px;
}

html &gt; body &gt; .body &gt; .main h3 {
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0.1px !important;
}
html &gt; body &gt; .body &gt; .main h4 {
  letter-spacing: 0.1px !important;
  font-weight: 400;
}

html &gt; body &gt; .body &gt; .main p {
  line-height: 23px;
  letter-spacing: 0.1px;
}

html &gt; body &gt; .body a {
  line-height: 20px;
  letter-spacing: 0.1px;
}

/* ======= */
div.page-track {
  display: flex;
  align-items: baseline;
  gap:5px;
}

div.page-track a,.page-track i {
  color:var(--blue);
  text-transform: uppercase;
}
/* ========= */
article.border{margin-bottom:30px;}
@media (max-width:764px) {
  html &gt; body &gt; .body &gt; .main h3 {
    font-size: 19px ;
  }
}
section article img {
  height: 276px;
  object-fit: cover;
  width: 100%;
}

html &gt; body &gt; .body &gt; .main h4 {
  font-size: 16px ;
}

@media (max-width:960px) {

  html &gt; body &gt; .body &gt; .main h4 {
    font-size: 15px !important;
  }
}

.tableres{ overflow-x:auto; }
.icontent p{text-align: justify; margin-bottom:10px;}
.icontent blockquote {
  display: block;
  padding:18px;
  font-size:18px;
  margin:20px 20px 0 0;
  font-style:normal;
  background:#f8f8f8;
  border-left: 0px solid #586067        ;
}
.icontent img{max-width:100%; height:auto;}
.sidesub div{border-bottom: 2px solid #ccc; margin-top:12px;}
.sidesub .active a{color:#000; font-weight:500;}
.sidesub a:hover{color:#000; font-weight:500;}

body &gt; .body &gt; .main {
  padding-top: 144px;
  user-select: none;
}

.bg-saaral {
  background-color: var(--tsagaanSaaral);
}

div.row-text-padding &gt; * {
  padding: 5px 27px 5px 27px !important;
}

section.news .row &gt; div {
  max-width:440px;
}
table {
  border: 0 !important;
  border-collapse: collapse;
  width: 100% !important;
}

th, td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  vertical-align:top;
}

tr:hover {background-color: rgb(177, 177, 177);}
</pre></body></html>