﻿.relative {
    position: relative;
}

.relative-offsetHorizontalRight5 {
    position: relative;
    right: 5px;
    width:0;
}

.relative-offsetHorizontalRight10 {
    position: relative;
    right: 10px;
    width: 0;
}

.relative-offsetHorizontalRight15 {
    position: relative;
    right: 15px;
    width: 0;
}

.relative-offsetHorizontalRight20 {
    position: relative;
    right: 20px;
    width: 0;
}

.relative-offsetHorizontalRight30 {
    position: relative;
    right: 30px;
    width: 0;
}

.relative-offsetHorizontalRight40 {
    position: relative;
    right: 40px;
    width: 0;
}

.relative-offsetHorizontalRight50 {
    position: relative;
    right: 50px;
    width: 0;
}

.relative-offsetHorizontalLeft5 {
    position: relative;
    left: 5px;
    width: 0;
}

.relative-offsetHorizontalLeft10 {
    position: relative;
    left: 10px;
    width: 0;
}

.relative-offsetHorizontalLeft15 {
    position: relative;
    left: 15px;
    width: 0;
}

.relative-offsetHorizontalLeft20 {
    position: relative;
    left: 20px;
    width: 0;
}

.relative-offsetHorizontalLeft30 {
    position: relative;
    left: 30px;
    width: 0;
}

.relative-offsetHorizontalLeft40 {
    position: relative;
    left: 40px;
    width: 0;
}

.relative-offsetHorizontalLeft50 {
    position: relative;
    left: 50px;
    width: 0;
}
