.oss
{

}

.oss-row
{
    margin-left: -8px;
    margin-right: -8px;
}

.oss
{
    max-width:650px !important;
    margin: auto!important;
}

.oss-col-6
{
    display:inline-block;
}


.oss-col-4,
.oss-col-8,
.oss-col-7
{
    float: left;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;

}



.oss-col-4
{
    width: 33%;
}

.oss-col-7
{
    width: 58%;
}

.oss-col-8
{
    width: 66%;
}

.oss-clear
{
    clear:both;
}

.oss-img-responsive
{
    width: 100%;
    max-width:100%;
    height: auto;
}

.oss p
{
    margin: 0;
}

.oss{
    padding: 11px;
}

.oss-rp11
{
    padding-right:11px;
}

.oss a
{
    color: #0099d5 !important;
    text-decoration: none;
    letter-spacing: 1px;
    border: 0 !important;
    transition: color 0.35s;
}

.oss a:hover
{
    text-decoration: none;
    color: #000!important;
}

.oss 
{
    font-size: 14px;
    line-height:18px;
}

.oss-one-cell,
.oss-one-picture,
.oss-one-text
{
    display: inline-block;
    padding-right: 12px;
    vertical-align: top;

}

.oss-one-picture
{
    float: left;
}

.oss-one-cell
{
    max-width: 45%;
}

.oss-one-text
{
    max-width: calc(100% - 184px);
}

.oss-one-text strong,
.oss-one-text b
{
    font-weight:bold !important;    
}

.oss-one-text u
{
    text-decoration: underline !important;;
}

.oss-one-picture
{
    
}

@media all and (max-width:1000px)
{
    .oss-one-text
    {
        max-width: calc(50% - 10px);
    }

    .oss-one-picture
    {
        max-width: calc(50% - 10px);
    }
}

.oss-one-cell:first-child
{
    margin-right:5px;
}
