#jomoffers-items .date {
    font-size: 0.8rem;
    color: #777;
}

#jomoffers-items .offers {
    background: #18458B;
    color: #fff;
    float: left;
    border-radius: 5px 5px 5px 0;
    padding: 8px;
    box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.3);
}

#jomoffers-items .price {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #20c063;
}

#jomoffers-items .card-footer label {
    margin: 0;
}

#jomoffers-items address {
    font-size: 16px;
}

#jomoffers-items .premium {
    border: 2px solid #00bb00;
}

#jomoffers-items .logo {
    opacity: 0.8;
    border: 1px solid rgba(255,255,255,0.5);
}

#jomoffers-items .custom-fields span {
    font-weight: bold;
}

#jomoffers-items .dates-container {

}

#jomoffers-items .dates-container .d-value {
    font-weight: 600;
    color: rgba(3, 169, 244, 0.7);
    font-size: 1.2rem;
}

#jomoffers-items .jo-tags li {
    list-style: none;
    float: left;
    margin-right: 10px;
}


