:host {
  margin-right: 55px;
  margin-bottom: 10px
}

.ctrl-wrapper {
  align-items: center;
  display: flex;
  height: 40px;
  width: 215px;
}

.push-button {
  background-color: #189;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  font-family: Roboto;
  font-size: 11px;
  height: 100%;
  max-width: 100%;
  padding: 0px 15px;
}

.button-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.push-button:active {
  box-shadow: 0px 0px 10px 1px #999;
}

.push-button.green {
  background-color: #329b46;
}

.push-button.red {
  background-color: #D00;
}

.push-button.blue {
  background-color: #189;
}