.wp_golder_m {
    width: 100px;
    height: 100px;
    background-color: #464e56;
    text-align: center;
    padding:10px;
    margin:10px;
    float:left;
    border: 1px solid darkgray;
    border-radius: 5px;
}

.wp_golder_k {
    color:white;
    font-weight: bold;
}
.wp_golder_k_price {
    color:gold;
    font-weight: bold;
}

.wp_golder_s_price {
    color:silver;
    font-weight: bold;
}


.row::after {
    content: "";
    clear: both;
    display: table;
  }
  
  [class*="col-"] {
    float: left;
    padding: 5px;
  }
  
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 49%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
  
  .metal_input_container {
      margin:5px;
      width:100%;
  }
  .metal_values {
      background-color:#fff;
      color: #000;
      font-size: 14px;
      font-weight: 600;
  }
  .metal_inputs {
      background-color:#F0F0F0;
      border: 2px solid #F0F0F0;
  }
  
  .border-gold {
      border: 2px solid #212121;
  }
  
  .border-silver {
      border: 2px solid #212121;
  }
  
  .border-platin {
      border: 2px solid #212121;
  }
  
  .border-palladium {
      border: 2px solid #212121;
  }
  .totals {
      font-weight: bold;
      border: 1px solid;
      padding: 5px;
      font-size: 19px;
      color:white;
      background-color:#212121;
  }
  .metal_inputs_input {
      width: 100%;
      border-radius:0px !important;
      border:0px  !important;
      padding:0px  !important;
      background-color:#F0F0F0;
      font-weight:600;
      text-align: center;
  }
  .metal_gram_price {
      font-size:small;
      color:gray;
      float:right;
  }
  
  .metal_title {
      margin-bottom: 7px;
      font-size: 16px;
      font-weight: 800;
      text-transform: uppercase;
      height: 35px;
  }
  main {
      min-width:90%;
  }
  @media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
      width: 100%;
    }

    .metal_inputs{
        width: 50%; 
    }
    .metal_values {
        width: 50%;
    }
  }

 