dialog {
  border: 1px solid rgba(0, 0, 0, 3);
  #padding: 0px;
  min-width: 400px;
}

.modal-footer {
  border-top: 1px solid #eee;
  background-color: #f5f5f5;
  padding: 1em;
}

.modal-header {
  padding-left: 1em;
  border-bottom: 1px solid #eee;
}

.content {
    margin-left: auto;
    margin-right: auto;
}

fieldset {
  border: 0px;
}

input.invalid-field {
    border: solid 1px red !important;
}

input.name-input {
    margin-top: 0.3em;
}

td {
    text-align: right;
}

#last-trades-table {
    width: 100%;
}

.clickable-row {
    cursor: pointer;
}

.clickable-row:hover {
    background-color: #e0e0e0 !important;
}

.dialog-contents {
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
}

table.offers-table {
    margin-bottom: 0.5em;
}

label.checkbox-label {
    display: inline-block !important;
    margin-left: 0.5em !important;
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
}

div#offer-details {
    margin-bottom: 0.5em;
}
