.badge {
	border-radius: 0;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 13px;
    text-align: center;
    background-color: transparent;
    color: #f00;
    word-break: break-word;
    padding: 0 3px;
}