
.smartshopcomparative{
    display:block;
    max-width:100%;
    position:relative;
}

.smartshopcomparative div.stc {
    position:absolute;
    overflow-x:auto;
    display:block;
    top:0;
}

.smartshopcomparative table.stfixed {
    position:absolute;
    top:0;
    left:0;
    z-index:500;
}

.smartshopcomparative table.stfixed td, table.stmove tr:first-child td {
    text-align:center;
}

.smartshopcomparative table.stfixed th, table.stfixed td, table.stmove th, table.stmove td {
    position:relative;
    border:solid 1px #002500;
    text-align:center;
}

.smartshopcomparative table.stmove td>span {
    position:absolute;
    font-size:12px;
    bottom:5%;
    right:5%;
    color: rgba(164,0,0,.95);
}

/* head (h and v) */
.smartshopcomparative table.stfixed th, table.stfixed td, table.stmove th {
    font-size:14px;
    font-weight:600;
}






