<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.mblDomButtonGrayPlus {
  position: relative;
  width: 29px;
  height: 29px;
}
.mblDomButtonGrayPlus &gt; div {
  
  position: absolute;
  top: 12px;
  left: 6px;
  width: 18px;
  height: 3px;
  margin: 0px;
  font-size: 1px;
  background-color: #848684;
  border-top: 1px solid #525152;
  border-radius: 2px;
}
.mblDomButtonGrayPlus &gt; div &gt; div {
  
  position: absolute;
  top: -8px;
  left: 7px;
  width: 3px;
  height: 17px;
  margin: 0px;
  font-size: 1px;
  background-color: #848684;
  border-top: 1px solid #525152;
  border-left: 1px solid #808080;
  border-radius: 2px;
}
.mblDomButtonGrayMinus {
  position: relative;
  width: 29px;
  height: 29px;
}
.mblDomButtonGrayMinus &gt; div {
  
  position: absolute;
  top: 12px;
  left: 6px;
  width: 18px;
  height: 3px;
  margin: 0px;
  font-size: 1px;
  background-color: #848684;
  border-top: 1px solid #525152;
  border-radius: 2px;
}
.mblValuePicker {
  height: 126px;
}
.mblValuePicker &gt; .mblValuePickerSlot {
  float: left;
  margin: 0 5px;
}
.mblValuePickerSlotButton {
  position: relative;
  height: 38px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7fbf7), to(#cecfd6), color-stop(0.5, #ced3ce));
  background-image: linear-gradient(to bottom, #f7fbf7 0%, #ced3ce 50%, #cecfd6 100%);
}
.mblValuePickerSlotPlusButton {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.mblValuePickerSlotMinusButton {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.mblValuePickerSlotButtonSelected {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#088eef), to(#0851ad), color-stop(0.5, #0869c6));
  background-image: linear-gradient(to bottom, #088eef 0%, #0869c6 50%, #0851ad 100%);
}
.mblValuePickerSlotIcon {
  top: 5px;
  margin: 0 auto;
}
.mblValuePickerSlotInputArea {
  position: relative;
  height: 48px;
  border-top: 1px solid #7b797b;
  border-bottom: 1px solid #c6c3c6;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #fafafa), color-stop(0.2, #fafafa), color-stop(0.5, #ffffff), color-stop(0.9, #ffffff));
  background-image: linear-gradient(to bottom, #fafafa 10%, #fafafa 20%, #ffffff 50%, #ffffff 90%);
}
.mblValuePickerSlotInput {
  display: block;
  width: 90%;
  height: 90%;
  margin: 5% auto;
  padding: 0;
  text-align: center;
  border-style: none;
  background-color: transparent;
  font: 24px/44px Helvetica, sans-serif;
}
.mblValuePickerTimePicker &gt; .mblToolBarButton {
  top: 45px;
}
</pre></body></html>