.whitelistItem{
    height: 40px;
    border: 1px solid #000;
    float:left;
    text-align: center;
    flex: 1;
    width: 40px;
    min-width: 40px;
    border-radius: 0px;
}

div.whitelistItem{
    background-color: white;
    cursor: pointer !important;
    color: gray;
    padding-top: 10px;
}

div.whitelistItem.selected{
    background-color: #ca064d;
    color: #fff;
}

div.cardBoxWhiteList {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}
.fares-list {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
}
.fares-list:not(:last-child){
    border-bottom: 1px solid #ccc;
}
.fares-list span:not(:last-child):after{
    content: " | ";
}
.fares-list .no-separator span:first-child:after{
    content: none;
}
