.button {
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 3px;
  background: #ffab00;

  &.add-segment {
    float: left;
    width: 100%;
    margin-bottom: 16px;
    border: 1px dashed #fff;
    background: none;
    box-shadow: none;
  }
}

.search-button {
  width: 50px;
  border: 0;
  border-radius: 0 2px 2px 0;
  background: #007aff;
  cursor: pointer;
}

.ticket-buy-button {
  color: #fff;

}

.orange-button {
  background: #FF5F00;
}
