.form-container {
    width: 100%;
    height: auto;
}

#resultContainer {
    max-height: 400px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    margin-top: 20px;
    display: none;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
}

#resultTable th, #resultTable td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}
