html.simple {
    font-size: 1.2em;
}

html.simple #service-description * {
    line-height: 1.8;
}

html.simple .popup-title {
    margin: 8px 0;
}

html.simple .route {
    padding: 4px 6px;
}

html.simple button {
    padding: 8px 12px;
    background-color: #f1f1f1;
    color: #333;
    font-size: 1rem;
    border: 2px solid #555;
}

html.simple button:hover {
    background-color: #e1e1e1;
}

html.simple .timetable-link {
    color: #333;
}

html.simple .popup-operator {
    font-size: 0.9rem;
}

html.simple #modal {
    height: 80%;
}