/*issue-12-3.css*/
#webtexts { 
  position: relative; /*#webtexts is longer, so position it relatively instead of absolute*/
  /*margin-right: 19px;*/ /*Un-comment-out this line if there are no reviews this issue*/

}
/*Reposition #supporting-content (reviews) as absolute; bump it down below the Logging On section */
#supporting-content {
  position: absolute;
  top: 28em; /*This may require adjustment, depending on the final length of Logging On*/
}

