@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

.stars i {
    font-size: 18px;
    color: #ffc107
}

.bounce {
    transform-origin: 50% 100%;
    animation: bounce 0.5s ease-in-out infinite alternate;
}

@keyframes bounce {
    0% {
        transform: scale(1.03, 0.97);
    }
    100% {
        transform: scale(0.97, 1.03);
    }
}

.route-row {
    cursor: pointer;
}

.bg_google_play {
    content:url("../img/il_google_play.png");
    float: right;
    width: 50px;
    height: 50px;
}

.bg_app_store {
    content:url("../img/il_app_store.png");
    float: right;
    width: 50px;
    height: 50px;
}

.bg_android {
    content:url("../img/il_android.png");
    float: right;
    width: 50px;
    height: 50px;
}

.bg_apple {
    content:url("../img/il_apple.png");
    float: right;
    width: 50px;
    height: 50px;
}
