a:link {
    text-decoration: none; /* Убирает подчеркивание для ссылок */
}
a:visited {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}


body {
    min-height: 100vh;
    margin: 0;

    display: flex;
    flex-direction: column;
}

.content {
    /* Занять всё оставшееся пространство */
    flex-grow: 1;
    /* border: 1px dotted red; */
}

a {
    color: black;
    text-decoration: none;
    border-bottom: 1px dashed;
}
.parts-table {
    font-family: Helvetica, Arial, serif;
    font-size: 0.75em !important;
}
.z1 {
    font-family: 'Play', sans-serif;
    font-size: 13px;
    vertical-align: middle;
}

#basket_head {
    display: inline-block;
}

.damage-code-start {
    color: #c21b16;
    font-weight: bolder;
}

.copy-buffer {
    cursor: pointer;
}

#stock .reserved td {
    background-color: LightYellow;
}