
.arrcx-box {
  padding: 0.25rem !important;
  border: 1px solid #900 !important;
  border-radius: 0.50rem !important;
}
.arrcx-table {
  width: 100% !important;
}
.arrcx-input {
  width: 4rem !important;
  text-align: right !important;
  font-weight: bold !important;
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
  padding: 8px;

}
.arrcx-edit {
  background-color: #FF0 !important;
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
  padding: 8px;
}
.arrcx-total {
  background-color: #F00 !important;
  border: 1px solid #900 !important;
  border-radius: 5px !important;
  padding: 8px;
  color: #FFF !important;
}
.arrcx-right {
  width: 4rem !important;
  text-align: right !important;
}
.arrcx-bold {
  font-weight: bold !important;
}

/* options page */
.arrsc-input {
  width: 100%;
}
