#latvijas-universitates-skaitlosanas-centrs, #university-of-latvia-high-performance-computing-center{
    font-weight: 500;
}
.md-header {
    background-color: #1b5089;
}

img[alt="PuTTY konfigurācija"], img[alt="Unix komandrinda"],img[alt="sview"]{
    height: 400px;
}

.md-content__inner h1 {
    display: none;
}

.md-content__inner h2:first-of-type {
    margin-top: 0;
}

#support, #student-hpc-guide, #university-of-latvia-high-performance-computing-center, #studentu-hpc-celvedis, #pieejamie-resursi, #latvijas-universitates-skaitlosanas-centrs, #atbalsts, #veca-lu-smi-datorklastera-lietosanas-pamaciba {
    display: block;
}

table code {
    font-size: .7rem !important;
}

#latvijas-universitates-skaitlosanas-centrs, #university-of-latvia-high-performance-computing-center {
    margin-bottom: .5rem;
}

.md-content ul {
  list-style-type: none;
}

.md-content ul > li::before {
  content: "•";
  color: var(--md-primary-fg-color);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.md-content ul > li > ul > li::before {
  content: "○";
  color: var(--md-accent-fg-color);
}

.md-content ul > li > ul > li > ul > li::before {
  content: "•";
  color: #9e9e9e;
}

.md-content ul li pre {
  margin-left: 1em;
}

.md-content table {
  display: table !important;
  table-layout: fixed !important;

  border-radius: .2rem !important;
  border: .075rem solid #00b8d4 !important;
}

.md-content table th,
.md-content table td {
  border-right: .075rem solid #00b8d4;
  border-bottom: .075rem solid #00b8d4;
}

.md-content table th:last-child,
.md-content table td:last-child {
  border-right: none;
}

.md-content table tr:last-child td {
  border-bottom: none;
}

.md-content table tr:hover {
  background-color: transparent !important;
}

.md-content table thead {
  background-color: #00b8d41a;
}
