/* Quorum Universal Style Repo bundle - DO NOT EDIT */
.help-pane-button {
  width: 100%;
  height: 6.6rem;
  border-radius: 0.4rem;
  border: 1px solid #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1.2rem 0;
  -webkit-transition: background-color 0.25s ease, border-color 0.5s ease;
  transition: background-color 0.25s ease, border-color 0.5s ease;
  background-color: #ffffff;
}
.help-pane-button:hover {
  background: #edf3f6;
  text-decoration: none;
  cursor: pointer;
  border-color: #d8e3eb;
}
.help-pane-button:active {
  background: #d8e3eb;
}
.help-block {
  display: block;
}
.help-button-icon {
  padding: 0 1.2rem;
  -ms-flex-item-align: center;
      align-self: center;
}
.help-button-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 1.4rem;
}
.help-button-text .visible-link {
  color: #022cc0;
  display: block;
  font-weight: bold;
}
.help-button-text .visible-link-large {
  font-size: 1.6rem;
}
/*# sourceMappingURL=pane-uservoice.css.map */