.md-header {
    background-color: #465688;
}

.md-header--shadow {
    box-shadow: 0 0 0 0
}

.md-tabs {
    background-color: #f5f6fa;
    border-bottom: 1px solid;
    border-bottom-color: #d4d9e7;
    color: #121A33;
}

.md-footer {
    background-color: #F7F7F7;
    color: black;
}

.md-footer__title {
    font-size: .7rem;
}

.md-footer-meta {
    display: none;
}

.md-typeset :is(.admonition,details) {
    font-size: .7rem;
}
.md-typeset {
    font-size: .75rem;
}
 
/* стили таблиц */ 
thead th {
    font-weight: bold;
    color: #465688;
  }
  
col {
    width: 30%;
}