
#changelog {
    font-family: 'Open Sans', sans-serif;
}

#changelog .date {
    height: 22px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: -0.05px;
    color: #999ca9;
    max-height: 30px;
}

#changelog .title {
    font-size: 24px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: -0.08px;
    color: #191516;
}

#changelog .text {

    width: 100%;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.05px;
    color: #191516;
    padding-bottom: 16px;
}

#changelog .fix {
    width: 33px;
    height: 23px;
    margin: 8px 0 16px 0;
    padding: 3px 8px;
    border-radius: 2px;
    background-color: #ff264c;
    color: white;
    font-size: 12px;
    display: block;
    line-height: 18px;
}

#changelog .new {
    width: 43px;
    height: 23px;
    margin: 8px 0 16px 0;
    padding: 3px 8px;
    border-radius: 2px;
    background-color: #0006ac;
    color: white;
    font-size: 12px;
    display: block;
    line-height: 18px;
}

#changelog .flags > span {

    margin-right: 8px;

}
