BODY    
{
    font-family     :       Arial, Helvetica,Lucida;
    padding: 25px 10px 200px;
}
A
{
    color           :        #3498db;
}

img.pubPic {
    width: 90px;
    height: 90px;
    border: 0;
}

img.afflPic {
    height: 90px;
    border: 0;
}

a.anchor {
    display: block; 
    position: relative;
    top: -70px; 
    visibility: hidden;
}


.content-section {
  min-height: 100px;
}

.sidebar-section {
  position: absolute;
  height: 100%;
  width: 100%;
}

.sidebar-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Position the items */
}

.make-me-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  padding: 0 15px;
}
