.en-facilities-showForm {
    width: 70%;
    margin: 0 auto;
    width: max-content;
}

input[type="button"] {
    width: unset;
}

input[type="text"] {
    width: 300px;
}

textarea {
    width: 300px;
    height: 80px;
}

.en-facilities-showForm .en-facilities-row-footer {
    display: flex;
    justify-content: space-around;
}

@media (max-width: 700px) {
    .en-facilities-showForm table tr td:last-child {
        display: flex;
        flex-direction: column;
    }

}


@media (max-width: 600px) {
    .en-facilities-fieldset {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-width: auto;
    }

    .en-facilities-showForm .en-facilities-row-footer {
        justify-content: flex-start;
    }

    .en-facilities-showForm table tr td {
        display: flex;
    }

    .en-facilities-showForm table tr td br {
        display: none;
    }
}

@media (max-width: 400px) {
    .en-facilities-fieldset {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-width: auto;
    }

    legend select {
        width: 100%;
    }

    .en-facilities-showForm table tr td label {
        font-size: 3.5vw;
    }

}

