.ms-rteCustom-superscript {
    line-height: 0.1em;
    font-size: 63%;
    position: relative;
    top: -0.6em;
    display: inline;
}

.ms-rteCustom-float-left
{
    float: left;
    margin-right: 10px;
}

.ms-rteCustom-float-right
{
    margin-left: 10px;
    float: right;
}



.product-details-model1 
{
    width: 100%;
}

.product-details-model1 .row1 > td {
    position: relative;
    z-index: 1;
    vertical-align: top;
    min-width: 100px;
}

.product-details-model1 .row2 > td {
    position: relative;
    z-index: 0;
}

.product-details-model1 .row2 img 
{
    max-width: 540px;
    position: absolute;
    top: -50px;
    z-index: 0;
    border: none;
}

.product-details-model2
{
    width: 100%;
}

.product-details-model2 .row1 td 
{
    position: relative;
    z-index: 1;
    vertical-align: top;
}

.product-details-model2 .row1 .col1 {
    width: 70%;
}

.product-details-model2 .row2 
{
    height: 150px;
}

.product-details-model2 .row2 .col2 img {
    max-width: 540px;
    position: absolute;
z-index: 0;
border: none;
right: 0;
bottom: 0;
}