@import 'theme.css';

section {
    text-align: justify;
}

.wy-nav-side{
    background: #a1a0a0c2;
    padding-bottom: 0;
}


.wy-side-nav-search{
    background: #eaaa38;
}

.wy-menu-vertical a{
    color: black;
}

.wy-menu-vertical a:hover{
    color: white;
}

.wy-table-responsive table td, .wy-table-responsive table th {
    white-space: inherit;
}

.wy-nav-content {
    max-width: 800px;
}

.download-link {
    display: block;
    background-color: #eaaa38;
    text-align: center;
    width: 100%;
    height: 25px;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    text-decoration: none;
}

.download-link:link {
    color:white;
}

.download-link:visited {
    color: white;
}

.language-switch {
  position: fixed;
  top: 10px;
  right: 20px;
  background: white;
  padding: 8px;
  border-radius: 5px;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}

.language-switch select {
  font-size: 14px;
  padding: 4px;
  border-radius: 4px;
}

.download-link:hover {
    color: black;
}