h1{
    font-weight: bold;
    font-style: italic;
}

#routeListGiftCards{
    display: none;
}

#routeListFinancial, #routeListGiftCards{
    list-style: none;
}

#routeListFinancial li, #routeListGiftCards li{
    margin-bottom: 10px;
}

#routeListFinancial li:last-child, #routeListGiftCards li:last-child{
    margin-bottom: 0px;
}

#settingsIcon{
    color: grey;
    transform: scale(2);
}

#settingsIcon:hover{
    text-decoration: none;
}

#homeBtnDiv{
    display: none;
}

.btnFinancial, .btnGiftCards{
    border-radius : 0px;
    border: solid black 1px;
}

.selected{
    background-color: grey;
    color: white;
    font-weight: bold;
}

.selected:hover{
    color: white;
}