﻿.prod_tag {
    margin: 0 0 1px 1px;
    padding: 2px 4px;
    border-radius: 2px;
    border-width: 1px;
    border-color: #0c0c0c;
    border-style: solid;
    color: #0c0c0c;
    background-color: #fdfdfd;
    font-size: 12px;
    min-width: 40px;
    text-align: center;
    opacity: 0.94;
}

.prod_tag_panel {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}
