.marketplace-title {

}

.timer {
    color: #e3a01b;
}

.marketplace-nav-link {
    color: #999!important;
}

.active-market {
    color: #e3a01b!important;
}

.featured-tile {
    display: inline-block;
    height: 220px;
    width: 220px;
    margin: 10px;
    padding: 10px;
    background: rgba(40,40,40,0.50);
    margin-left: auto;
    margin-right: auto;
}

.product-tile {
    display: inline-block;
    font-size: .8rem!important;
    height: 190px;
    width: 150px;
    margin: 10px;
    padding: 10px;
    background: rgba(40,40,40,0.50);
    margin-left: auto;
    margin-right: auto;
}

.product-set {
    padding: 5px;
    min-height: 350px;
    min-width: 240px;
    height: 100%;
    display: block;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.product-set-tile {
    display: inline-block;
    font-size: .8rem!important;
    margin: 10px;
    padding: 10px;
    background: rgba(40,40,40,0.50);
    margin-left: auto;
    margin-right: auto;
    height: 145px;
    width: 110px;
}

.product-set.active {
    border: 1px solid #00f0f0;
}

.marketplace-hr {
    border-top: 2px solid rgba(153, 153, 153, 0.5)!important;
}

.marketplace-button {
    border-color: #0092c8!important;
}

.marketplace-pager {
    margin-left: auto;
    margin-right: auto;
}

.marketplace-img {
    background-color: transparent!important;
}

.marketplace-game-large {
    display: block;
    width: 100%;
    max-height: 500px;
}

.marketplace-game-small {
    display: inline-block;
    width: 50%;
    max-height: 500px;
    margin-left: auto;
    margin-right: auto;
}

.marketplace-product-cycle-button {
    background-color: transparent; 
    border: 0;
}
