.elementor-widget-route_table{
    max-width: 100vw;
}
.route-table{
    border: 0;
    margin-bottom: 4em;
}

.route-table th, .route-table td{
    text-align: left;
    border: 0;
    border-right: 2px solid #ddd;
    padding: 10px;
}

.route-table th{
    border-bottom: 2px solid #ddd;
}

.route-table th:last-child, .route-table td:last-child{
    border-right: none;
}
