﻿tagGray, .tagGreen, .tagYellow, .tagRed {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 6px;
    display: inline-block;
    border-radius: 5px;
    line-height: 1.5;
}

.bannerGray, .bannerGreen, .bannerYellow, .bannerRed, .bannerBlue {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 5px 10px 5px;
    padding: 6px 20px;
    display: block;
    border-radius: 5px;
    line-height: 1.5;
    text-align: center;
}

.tagGray, .bannerGray {
    color: #4D4D4D;
    background-color: rgba(183, 183, 183, 0.15);
}

.tagGreen, .bannerGreen {
    color: #036D07;
    background-color: rgba(217, 233, 218, 1);
}

.tagYellow, .bannerYellow {
    color: #745115;
    background-color: rgba(253, 242, 224, 1);
}

.tagRed, .bannerRed {
    color: #B20000;
    background-color: rgba(250, 217, 217, 1);
}

.bannerBlue {
    background-color: #D9EAF6;
    color: #2C4070;
}
