.rTable {
    display: block;
    width: 100%;
    text-align:right;
}

.rTableHeading, .rTableBody, .rTableFoot, .rTableRow {
    clear: both;       
}

.rTableHead, .rTableFoot {
    background-color: #DDD;
    font-weight: bold;
}

.rTableCell, .rTableHead {
    border: 0px solid #999999;
    float: right;
    overflow: hidden;
    padding:22px 0 11px 0;
}

.rTable:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.subnav-wrapper {
	padding: 15px 0;
   
}
.icon-container {
	display:block; 
	width:600px;

}
ul.icon-wrapper {
  float: right;
  list-style: none;
  margin: 0 !important;
   position: relative;
}
.icon-wrapper li {
  float: left;
  list-style: none;
}

.icon-configure-widgets a {
  background-image: url(../../VS/Images/icon-spritesheet.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: -5px -40px;  
  color: #004222;
  padding: 13px 15px 10px 32px;  
  margin: 5px;  
  text-decoration: none;
  transition: background-color .25s linear;
}
.icon-configure-widgets a:first-child:hover {
  color: #6dc87a;
  background-image: url(../../VS/Images/icon-spritesheet.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: -5px -0px;    
}

.icon-help a {
  background-image: url(../../VS/Images/icon-spritesheet.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: -5px -119px;  
  color: #004222;
  padding: 13px 15px 10px 32px;  
  margin: 5px;  
  text-decoration: none;
  transition: background-color .25s linear;
}
.icon-help a:first-child:hover {
  color: #6dc87a;
  background-image: url(../../VS/Images/icon-spritesheet.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: -5px -79px;
}

.icon-my-account a {
  background-image: url(../../VS/Images/icon-spritesheet.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: -5px -199px;  
  color: #004222;
  padding: 13px 15px 10px 32px;  
  margin: 5px;  
  text-decoration: none;
  transition: background-color .25s linear;
}
.icon-my-account a:first-child:hover {
  color: #6dc87a;
  background-image: url(../../VS/Images/icon-spritesheet.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: -5px -159px;  
}

.icon-sign-out a {
  background-image: url(../../VS/Images/icon-spritesheet.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: -5px -280px;  
  color: #004222;
  padding: 13px 15px 10px 32px;  
  margin: 5px;  
  text-decoration: none;
  transition: background-color .25s linear;
}
.icon-sign-out a:first-child:hover {
  color: #6dc87a;
  background-image: url(../../VS/Images/icon-spritesheet.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: -5px -240px;  
}
.icon-Mobile-Scan a {
    background-image: url('../../VS/Images/MobileScanNormalState.png');
    background-repeat: no-repeat;
    background-size: 35px;
    color: #004222;
    padding: 13px 15px 10px 32px;
    margin: 5px;
    text-decoration: none;
    transition: background-color .25s linear;
}
