

#custom-file-upload {
    border: 1px solid red;
    display: inline-block;
    cursor: pointer;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #ccc;
    font-weight: bold;
    color: red;
    max-width: 200px;
}

.hoff_form label { 
    display:block; 
    padding: 8px 0px 4px 0px; 
}

input[type="file"] {
    display: none;
}

#progress {
    width: 142px;
    height: 20px;
    display: none;
}

input {
    padding: 8px;
    border-radius: 8px;
}

textarea {
    padding: 8px;
    border-radius: 8px;
    height: 200px;
}

#response_div {
    padding: 8px;
    border-radius: 8px;
    border: 1px solid green;
    display: none;
}