.boat-table {
    border-collapse: collapse;
    width: 100%;
    border: none;
}

table.boat-table tr:nth-child(odd) {
    background: #F5F5F5;
}

table.boat-table td,
table.boat-table th {
    padding: 14px 20px;
    font-size: 16px;
    border-left: 1px solid #E2E6E7;
    vertical-align: middle;
    color: #5F5F5F;
}

table.boat-table td {
    border: none;
}

.boat-table input,
.boat-table select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font: inherit;
    margin: 0;
    width: 95%;
    padding: 5px;
}

.boat-table select {
    cursor: pointer;
}

input[type="file"]:hover,
input[type=file]::-webkit-file-upload-button:hover {
    cursor: pointer;
}

.boat-table .boat-td--button {
    border: none;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 0px;
    word-spacing: 0px;
}

.boat-table .boat-button {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.4px;
    border-radius: 4px;
    background-color: #2e78d3;
    padding: 17px 25px;
    border: none;
}

input[type="submit"] {
    appearance: menulist-button;
    -webkit-appearance: button;
    width: auto;
}

.boat-button:hover {
    cursor: pointer;
}

.boat-required {
    color: red;
}

.boat-message {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boat-message.min-h-30 {
    min-height: 30px;
}

.boat-message_error,
.boat-message_message {
    max-width: 380px;
    padding: 10px;
}

.boat-message_error {
    color: red;
}

.boat-message_message {
    color: green;
}

table.boat-table .boat-agreement {
    width: auto;
}

.g-recaptcha {
    display: flex;
    justify-content: center;
}

table.boat-table .boat-text-maxsize {
    text-align: center;
}

@media (max-width: 768px) {
    table.boat-table tr {
        margin-bottom: 12px;
        display: flex;
        flex-wrap: wrap;
    }

    table.boat-table td {
        width: 100%;
        padding: 2px 10px;
    }

    table.boat-table input {
        width: 100%;
    }

    table.boat-table tr:nth-child(odd) {
        background: transparent;
    }

    table.boat-table .boat-td--button {
        width: auto;
    }
}