@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

a {
    text-decoration: underline;
}
.iko-card {
    border: 1px solid gray;
    border-radius: 3px;
    padding: 1rem;
    font-family: 'Roboto Condensed', sans-serif;
}

.iko-card ul {
    margin-bottom: 0px;
    font-family: 'Roboto Condensed', sans-serif;
}

.iko-title {
    font-size: 1.0rem;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    margin-bottom: 0px;
    color: #007bff;
}
.iko-subtitle {
    font-size: 1.2rem;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color: #007bff;
}
hr.hr-dashed {
    border-bottom: 1px dashed dimgray!important;
    background: white;
    opacity: 0.8;
    margin-top: 0.5rem!important;
    margin-bottom: 0.5rem!important;
}
ul.list-unstyled,
ul.iko-stations {
    padding-left: 0;
    list-style-type: none!important;
}
ul.list-unstyled li,
ul.iko-stations li {
    list-style-type: none!important;
}
.iko-card p.url-footer {
    text-align: center; 
    margin: 3px 0px 0px 0px; 
    padding: 1px; 
    background-color: LemonChiffon;
    color: black;
    font-size: 90%;
}