/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.remove-form {
    margin-top: 15px;
}
button.edit {
    font-size: 1.5em;
    line-height: 0.5;
    border: 0;
    background: none;
    padding: 0;
}
.print {
    color: #777;
    text-decoration: none;
}
.print:hover {
    text-decoration: none;
    color: #c5c5c5;
}
.print-form {
    display: none;
    position: absolute;
    top: 71px;
    right: 100px;
    z-index: 1000;
    width: 170px;
}
.print-form select {
    margin: 15px 0;
    width: 135px;
}
.panel-body.parent {
    margin-bottom: -30px;
}
option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}
.parent strong {
    padding-left: 3px;
}
.colors .col-lg-6 {
    padding: 0 5px 0;
}
.username {
    padding-left: 5px;
}
