
.select_button{
  background: url(../img/icons/icon-plus.svg) 50% 10% no-repeat;
  background-size: 24px 24px;
  padding: 32px 0px 0px 0px;
  width: 25px;
  font-size: 16px;
}

.select_button_wide{
  background: url(../img/icons/icon-plus.svg) 50% 10% no-repeat;
  background-size: 24px 24px;
  padding: 32px 0px 0px 0px;
  width: 25px;
  font-size: 16px;
}

.digit_button{
  background: url(../img/icons/icon-delete.svg) 50% 10% no-repeat;
  background-size: 24px 24px;
  padding: 32px 0px 0px 0px;
  width: 25px;
  font-size: 16px;
}

.last_digit{
  border-right-width: 1px !important;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.check_button{
  background: url(../img/icons/icon-check.svg) 50% 10% no-repeat;
  background-size: 24px 24px;
  padding: 32px 0px 0px 0px;
  width: 25px;
  font-size: 16px;
  margin-left: 5px !important;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.ui-content {
  padding-top: 0em;
  padding-right-value: 0em;
  padding-bottom: 1em;
  padding-left-value: 0em;
  padding-left-ltr-source: physical;
  padding-left-rtl-source: physical;
  padding-right-ltr-source: physical;
  padding-right-rtl-source: physical;
}

.ui-corner-all {
  border-radius: 10px 10px;
}

.logdigit {
  width: 10px;
  display: inline-block;
  text-align: center;
}

figure {
  border: 1px solid #aaa;
  border-radius: 8px;
  float: right;
  margin: 0;
  max-width: 300px;
  min-width: 110px;
  padding: 2px 8px 2px 2px;
  width: 30%;
}

figure img.author {
  border: 1px solid #aaa;
  border-radius: 6px 6px 0 0;
  max-width: 300px;
  padding: 2px;
  width: 100%;
}

figcaption {
  background: #eee;
  border: 1px solid #aaa;
  border-radius: 0 0 6px 6px;
  font-size: 80%;
  padding: 2px;
  width: 100%;
}
