body.kerbal-stars {
    background-image: url('/txt/kerbal/img/stars-bg.jpg');
    background-repeat: repeat;
    background-size: 100%;
}

.kerbal-stars-btn {
    background-image: url('/txt/kerbal/img/stars-btn.png');
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: fixed;
    bottom: 16px;
    left: 16px;
}

.seplist img {
    margin-bottom: 24px;
}

.kerbal-subtitle {
    margin-top: 32px;
    font-size: 18px;
}

.kerbal-desc {
    width: fit-content;
}

.kerbal-info {
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.kerbal-stage {
    margin-block-start: 1em;
    margin-block-end: 1em;
    display: flex;
    gap: 32px;
}

.kerbal-stage-mini {
    height: 0;
    margin-left: 64px;
    display: none;
    z-index: 50;
}

.kerbal-stage-mini img {
    height: 128px;
}

.kerbal-stage:hover .kerbal-stage-mini {
    display: block;
}

.kerbal-launch {
    display: block;
    text-decoration: none;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.kerbal-stage-title {
    font-weight: bold;
}

.kerbal-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
    max-width: 60vw;
    gap: 8px;
    margin-block-start: 1em;
}

.kerbal-gallery img {
    max-height: 192px;
    max-width: 80vw;
}

.kerbal-gallery a {
    text-align: center;
    width: min-content;
    text-decoration: none;
    padding-bottom: 4px;
}

.kerbal-footer {
    margin-top: 64px;
}