﻿.supporttermsncondition-wrapper {
    padding: 10px 40px 20px 40px; 
    font-size: 0.8em;
}
.supporttermsncondition-wrapper h2{
    font-size: 1.4em;
    padding-bottom: 10px;
}
.supporttermsncondition-wrapper p{
    padding: 0 0 10px 0;
}
.supporttermsncondition-wrapper ol{
    counter-reset: item;
}
.supporttermsncondition-wrapper ol li{
    display: block;
    position: relative;
    padding: 4px 0 8px 0;
}
.supporttermsncondition-wrapper ol li:before {
    content: counters(item, ".")".";
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: 10px; /* space between number and text */
}





