.download-table {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.download-table li {
    display: flex;
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
}

.download-table li:last-child {
    border-bottom: none;
}

.table-header {
    background-color: #f5f5f5;
    font-weight: bold;
}

.os {
    flex: 1;
    text-align: left;
}

.hash {
    flex: 1;
    overflow-x: auto;
    text-align: center;
}

.link {
    flex: 1;
    text-align: right;
}

.download-table a {
    color: #0066cc;
    text-decoration: none;
    padding: 4px 8px;
    border: 1px solid #0066cc;
    border-radius: 3px;
}

.download-table a:hover {
    background-color: #0066cc;
    color: white;
}

#releases{
    margin: 0 0 80px;
}

ul>li:hover{
    background: var(--light);
}