.content-area.pt0 {
    padding-top: 0px !important;
}

span.dlm-tag {
    font-size: 75%;
    border-radius: 3px;
    background: gray;
    color: white;
    padding: 2px 4px;
    margin-right: 8px;
    vertical-align: bottom;
    text-transform: uppercase;
    font-weight: 900;
}

span.dlm-tag-stable {
    background-color: green;
}

span.dlm-tag-beta {
    background-color: orange;
}

.dlm-downloads li {
    list-style: none;
}

.dlm-downloads > li > p {
    margin: 8px;
    background: rgba(0, 0, 0, 0.1);
    padding: 4px;
}

.dlm-downloads > li {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dlm-title {
    font-weight: bold;
    font-size: 125%;
}

.dlm-subtitle {
    font-weight: bold;
}