.badge-over-imagebig {
    position: absolute;
    text-align: center;
    width: 130px !important;
    z-index: 9999;
}

.text-bold-small {
    font-weight: bolder;
    font-size: 12px;
    color: black;
}

.text-small {
    font-weight: normal;
    font-size: 12px;
    text-overflow: ellipsis;
    color: #3a3a3a;
}

.link-no-format {
    text-decoration: none;
    color: initial;
}

.link-no-format:hover {
    text-decoration: none !important;
    color: initial;
}