#libchat_27a4649da35ddfd5783266f5dd5ec660 {
  margin: 0;
  margin-top: 30px;
}

#libchat_27a4649da35ddfd5783266f5dd5ec660.button.green button {
  background: var(--cutler);
  padding: 0 5px;
  position: relative;
  color: var(--white);
  font-size: 18px;
  width: 255px;
  max-width: 100%;
  height: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#libchat_27a4649da35ddfd5783266f5dd5ec660.button.green button:hover,
#libchat_27a4649da35ddfd5783266f5dd5ec660 button:focus,
#libchat_27a4649da35ddfd5783266f5dd5ec660 button:hover,
#libchat_27a4649da35ddfd5783266f5dd5ec660 button:focus {
  text-decoration: underline;
  color: var(--cutler);
  border: 2px solid;
  background: var(--white);
}

#libchat_27a4649da35ddfd5783266f5dd5ec660.button.green button:after {
  content: "\f105 ";
  font-family: var(--text-icon);
  font-size: 20px;
  padding-left: 6px;
  display: inline-block;
  overflow: hidden;
  height: 24px;
  top: -4px;
  position: relative
}

#libchat_27a4649da35ddfd5783266f5dd5ec660.button.green .fa-chevron-right {
  display: none;
}

#libchat_27a4649da35ddfd5783266f5dd5ec660.button.green button {
  border-radius: 5px;
  text-decoration: none;
  transition: background-color .2s, color .2s, border .1s, box-shadow .2s;
  text-transform: uppercase;
  font-weight: bold;
}
