#googleLoginBtn,
#googleLogoutBtn {
  display: none;
  align-items: center;
  background: white;
  color: grey;
  border-radius: 5px;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  cursor: pointer;
}
#googleLoginBtn .icon,
#googleLogoutBtn .icon {
  background: url("/templates/fhprotostar/img/google_logo.png") transparent 5px 50% no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
}
#googleLoginBtn .buttonText,
#googleLogoutBtn .buttonText {
  padding: 5px;
}

#googleLoginBtn {
  display: inline-flex;
}

#googleLoginState {
  color: grey;
  font-size: 11px;
  white-space: wrap;
  word-wrap: break-word;
}
#googleLoginState hr {
  height: 1px;
  margin: 0;
}