/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.routes {
    margin: 35px 0;
}
.routes ul {
    margin: 0;
    padding: 0 0 0 5px;
}
.routes li {
    padding: 8px 0 8px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #d9e1e6;
}
.routes li a {
    border: 1px solid #978667;
    padding: 0px 10px;
    background: #ffffff;
    border-radius: 25px;
    display: inline-block;
}
.hidden{
    display:none!important;
}