/*issue-14-1.css*/
#webtexts { 
  position: relative; padding-bottom: 3em;
  /*#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: 2em; /*This may require adjustment, depending on the final length of Logging On*/
}

.scheader {margin-top: 25px;}