.btn.btn_large {
    letter-spacing: 1rem;
}

textarea {
    width: 100%;
    max-width: 100%;
}

.num_input {
    width: 50px;
    text-align: right;
}

.stick {
    position: sticky !important;
    top: 0 !important;
    background-color: white !important;
}

.table_scorll {
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    max-height: 500px;
}
