.metal-prices-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ddd;
    box-shadow: 0 0 5px 1px;
    font-size: 14px;
    color: #333;
    z-index: 1000;
}

@media(max-width: 768px) {
    .metal-detail {
        cursor:pointer
    }

    .metal-detail-header:hover {
        background: #ccc
    }

    .metal-price-items {
        display: none;
    }
}

@media(min-width: 768px) {
    .metal-price-items {
        display: block;
    }
}

.metal-prices-banner.flash {
    animation: blink 1s ease;
    -webkit-animation: blink 1s ease
}

.metal-prices-banner .metal-detail {
    line-height: 42px
}

.metal-prices-banner .metal-price,.metal-prices-banner .metal-change {
    margin-left: 10px
}
