.controls {
    margin-bottom: 10px;
}

.salary-input > div {
    display: flex;
    align-items: center;
}

.salary-input {
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 600px) {
    .controls {
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}

.salary-input .unit {
    margin: 0;
    padding-left: 5px;
}

.raise {
    margin-bottom: 4px;
}

.title {
    display: block;
    margin-bottom: 8px;
}

.raise-input {
    border: 1px solid #b3b3b3;
    padding: 4px 8px;
    font-size: 15px;
    max-width: 100px;
}

.raise-input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.raise-input[type="number"] {
    -moz-appearance: textfield;
}
