.dropbtn {
    height: 2.5rem;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    padding: 0 !important;
    border: 0 !important;
    animation-name: spin;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    animation-play-state: paused;
  }
  @keyframes spin {
    100% {transform: rotate(360deg); }
  }
  .dropbtn:hover{
  
  }
  
  .dropbtn:focus{
    outline: none;
  }
  
  .dropup {
    z-index: 1;
    position: relative;
    display: inline-block;
  }
  
  .dropup-content {
    display: none;
    position: absolute;
    bottom: 100%;
    z-index: 1;
  }
  
  .dropup-content button {
    width: 100%;
    color: black;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
  }
  
  .dropup-content button:focus {
    outline: none;
  }
  
  .dropup-content button:hover {
  
  }
  
  .dropup:hover .dropup-content {
  
  }
  
  .dropup:hover .dropbtn {
  
  }
  
  .SOpts{
    display: none;
    padding: 0;
    border: 0;
  }
  

  #shareCon {
    pointer-events: auto; 
    height: 2.5rem; 
    margin: auto; 
    align-self: center; 
    margin-right: 0.2rem;
    z-index: 2;
    position:absolute;
    right:0.75rem;
    bottom:50%;
  }