/* placeholder for css */

.ginput_container_eazycollect .sort_code .sort_code_1,
.ginput_container_eazycollect .sort_code .sort_code_2,
.ginput_container_eazycollect .sort_code .sort_code_3 {
    display: inline-block;
    max-width: 3em;
}

.ginput_container_eazycollect .sort_code input {
    text-align: center;
}

.ginput_container_eazycollect input::-webkit-outer-spin-button,
.ginput_container_eazycollect input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.ginput_container_eazycollect input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}