:host {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: start;
          align-items: flex-start;
}
:host:not([group-hidden="true"]) {
  padding: 0px 4px;
}
:host[group-hidden="true"] {
  display: none;
}
:host div.actionGroup-mainContainer {
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
}
:host div.actionGroup-mainContainer > div.actionGroup-actionButtons {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
}
:host div.actionGroup-mainContainer > div.actionGroup-label {
  height: 16px;
  line-height: 16px;
  font-size: 9px;
  font-family: "open-sans-regular";
  text-align: center;
  max-width: 100%;
  padding: 2px 0px 0px 0px;
  max-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
