.product_body_tbl {
    color: #666666;
    font-size: 12pt;
    padding: 0px 120px 20px 120px;
}
.product_body_tbl a {
    text-decoration: none;
    color: #666666;
}
.product_company_name {
    font-size: 25px;
    white-space: nowrap;
    padding: 0px 40px;
}
.product_country {
    font-size: 12pt;
}
.resources_hr {
    width: 100%;
    margin-bottom: 35px;
    margin-top: 35px;
}

.product_new_bg {
    position: relative;
}

.product_new_bg::before {
    content: "";
    border: none; /*1px red solid;*/
    position: absolute;
    top: -28px;
    left: -53px;
    display: inline-block;
    width: 80px;
    height: 38px;
    background-image: url("../tbs2_img/idx_new.png");
    background-repeat: no-repeat;
    background-size: 80px;
}
