.abuse-flag {
    position: absolute;
    right: 35px;
}
.combination-name{
    font-size: 12px;
    color: #aeaeae;
    margin-bottom: 5px;
}
.comment-text{
    margin-bottom: 0;
}
.report-abuse{
    cursor: pointer;
}
@media (min-width: 992px) {
    .abuse-flag {
        top: 7px;
    }
}

@media (max-width: 991px) {
    .abuse-flag {
        bottom: -15px;
    }
}
