#field-number {
  float: left;
  width: 400px;
}

#field-price, #field-weight {
  display: inline-block;
  float: right;
}

#config-price {
  text-align: right;
}

#field-weight {
  width: 90px;
}

#field-price {
  width: 110px;
  margin-left: 5px;
}

#config-weight {
  text-align: center;
}

.ui-dialog {
  padding: 0;
}

fieldset {
  border: 1px solid #ccc;
}

fieldset div, fieldset table {
  color: #444;
}

fieldset table {
  border-collapse: collapse;
}

fieldset table td {
border: 1px solid #ddd;
padding: 5px;
}

.ui-dialog-buttonpane {
  background-color: #eee;
}

.set-param-input {
  min-width: 25px;
  max-width: 30px;
  text-align: center;
  border: 1px solid #ddd;
  margin-left: 5px;
  margin-right: 5px;
  text-transform: uppercase;
}

.set-param-input:focus {
  border: 1px solid #ABB3D6;
}

#set-options {
  width: 150px;
  border: 1px solid #ddd;
  text-transform: uppercase;
}

#set-options:focus {
  border: 1px solid #ABB3D6;
}

#option-marker {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  color: transparent;
}

#set-param-content {
  font-size: 24px;
  margin-top: 30px;
  background-color: #f5f5f5;
  padding: 10px;
  display: table;
/*  min-width: 547px;*/
/*width: 95%;*/
}

#content-left {
  display: table-cell;
  height: 33px;
}

#content-right {
  display: table-cell;
}

#set-param-dialog {
  height: auto !important;
}

div.ui-dialog {
width: auto !important;
left: 450px;
}

#options-label {
  display: none;
}