﻿.stableLabel, .betaLabel {
    border-radius: 3px;
    line-height: 100%;
    color: #ffffff;
    font-weight: 500;
    font-size: 0.85rem;
    padding: 3px 5px;
    text-align: center;
    width: 64px;
    margin-right: 10px;
    text-transform: uppercase;
}
.betaLabel {
    background: #F98428;
}
.stableLabel {
    background: #00CC00;
}
.releasesTable a.button {
    line-height: 100%;
}
.releasesTable a.button span {
    display: block;
    font-size: 0.75rem;
    line-height: 100%;
}

.releaseName {
    display: flex;
    align-items: center;
}
h4 {
    margin: 0;
    padding: 0;
}

.releasesTable p {
    line-height: 120%;
    margin: 0;
    padding: 0;
    font-size: 1rem;
}
.releasesTable .date {
    font-style: italic;
    font-size: 0.85rem;
}