  /* SCROLL TO TOP */
  #toTop {
    width: 120px;
    height: 36px;
    white-space: nowrap;
    background: #FFDD57;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 2000;
    display: none;
    border-radius: 3px 3px 0 0;
    padding-top: 4px;
    padding-left: 6px;
     
  }
  #toTop span {
    background: url(https://www.skatteverket.se/images/18.5d699354142b23030206e/sprite_vertical.png) right -991px no-repeat;
    background-size: 38px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 90%;
    padding-left: 10px;
    display: inline-block
  }