.popup-picker-button-line {
  height: 40px;
  text-align: center;
  .cancelText {
    .btn {
      border: 0;
      width: 100%;
    }
  }
  .clearText {}
  .confirmText {
    .btn {
      border: 0;
      width: 100%;
    }
  }
}
.iosSmallBox{
  height:40px;
  line-height: 40px;
  padding: 0 15px;
  font-weight: normal;
  span.iosSmallLeft{
    float:left;
  }
  span.iosSmallRight{
    float:right;
  }
}
