.sticky {
  position: fixed;
  top: 200px;
  width: 20%;
}

.sticky-top {
  top: 78px;
}

#navcol-2 {
}

@media only screen and (max-width: 700px) {
  #navcol-2 a {
    font-size: 12px;
  }
}

