.tag {
    border-radius: 5px;
    font-size: 9pt;
    font-weight: 500;
    padding: 0px 3px 0px 3px;
    color: white;
    display: inline-block;
    margin-left: 3px;
    text-transform: uppercase;
}

.tag.blue {
    background-color: #99aaee;
}

.link-back {
    margin-top: 30px;
    font-size: 11pt;
}