table.thankstable a.ltnodethanks{
  text-decoration: none;
  border-bottom:1px dashed #004693;
  font-size: 12px;
}

.thankstable {
  margin-bottom: 2em;
}

a#thanks {
  text-align: center;
}

.thanksbutton {
  padding-right: 25px;
}

.thankstable .tbsocial {
  padding-left: 25px;
}

.logged-in .thankstable .tbsocial img {
  width: 32px;
}

.not-logged-in .thankstable .tbsocial img {
  width: 36px;
}

.ltnodethanks-guests{
  padding: 5px 7px;
  margin-top: 15px;
}

.thankstable a.greenbutton:hover {
  text-decoration: none;
}

.thankstable .tbsocial img {
  opacity: 0.9;
}

.logged-in .thankstable .tbsocial img {
  filter: grayscale(0.3);
}

.thankstable .tbsocial img:hover {
  opacity: 1;
  filter: grayscale(0);
}

.not-logged-in .thankstable a.greenbutton, 
.not-logged-in .thankstable a.greenbuttondisable {
  padding: 7px 12px;
  font-size: 17px;
  font-weight: initial;
}

.not-logged-in .thankstable a.greenbutton .heart {
  font-size: 20px;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  display: inline;
  padding-left: 2px;
}

.logged-in .thankstable a.greenbutton .heart {
  display: none;
}


@media screen and (min-width: 1120px) {
  .thanks-description {
    font-size: 13px;
  }
}

@media screen and (max-width: 750px) {
  .not-logged-in .thankstable .tbsocial img {
    width: 34px;
  }
  
  .thankstable .tbsocial {
    padding-left: 20px;
    padding-right: 5px;
  }
  
  .thanksbutton {
    padding-right: 10px;
  }
  
  .not-logged-in .thankstable a.greenbutton, 
  .not-logged-in .thankstable a.greenbuttondisable {
    padding: 6px 7px;
    font-size: 15px;
    font-weight: initial;
  }
  
  .not-logged-in .thankstable a.greenbutton .heart {
    font-size: 18px;
  }
  
  .node-type-translation .tbsocial.twitter {
    display: none;
  }

  
}