.badge {
	font-size: 14px;
    line-height: 14px;
    text-align: center;
    background-color: transparent;
    color: #ff0000;
    word-break: break-word;
    padding: 5px 7px 2px;
    font-weight: 500;
    border-radius: 4px;
    text-transform: uppercase;
}