body {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.wrapper {
    background: black;
    color: white;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 0;
    text-transform: uppercase;
}

.desktop{
    display:block;
}
.mobile{
    display:none;
}

a {
    color: white;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    
}

a:link { text-decoration: none; }


a:visited { text-decoration: none; }


a:hover { text-decoration: none; }


a:active { text-decoration: none; }

.metal {
    display: inline;
    margin-left: 20px;
    margin-right: 20px;
}

.price-change {
    font-weight: normal;
    margin-left: 5px;
    margin-right: 5px;
}

.price {
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
}

@media only screen and (max-width: 950px) {
    .desktop{
        display:none;
    }
    .mobile{
        display:table;
        width:100%;
    }
    
    .wrapper{
        padding-bottom: 0px;
        padding-top: 0px;
    }
    
    .metal, .arrow-wrap{
        float:left;
    }
    
    .metal{
        margin-left: 0;
        margin-right:0;
        width:22%;
        margin-left:1%;
        margin-right:1%;
        --border-left: 2px solid #333;
        --border-top: 2px solid #333;
        --border-bottom: 2px solid #333;
        padding-top:8px;
        padding-bottom:8px;
        font-size:13px;
        
    }
    
    .metal-last{
         --border-right: 2px solid #333;
    }
    
    .second-row{
        display: flex;
        justify-content: center;
    }
    
    .price{
        font-weight:normal;
    }
    
    
}

@media only screen and (max-width: 700px) {
    .metal {
        display: inline-block;

    }
}
