.container_silver {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}
.headsilverPrice{
    font-size:28px;
    text-align: center;
    color:#0d255c;
}
 .headsilverdetail{
    font-size:18px;
    font-weight: bold;
     color:#0d255c;
}
.buysellTitle{
    font-size:22px;
    font-weight: bold;
    text-align: center;
    color:#0d255c;
}
.column-left_silver {
    width: 50%;
    color: #0d255c;
    text-align: left;
    padding-right: 5px;
    ;
    padding-bottom: 10px;
}

.column-right_silver {
    width: 50%;
    color: #0d255c;
    text-align: right;
    padding-right: 5px;
    padding-bottom: 10px;
}


.table_container {
    padding-left: 70px;
    padding-right: 70px;
    width: 100%;
    font-size: 22px;
}

.text_padding_left {
    padding-left: 20 px;
}

.text_padding_right {
    padding-right: 20 px;
}

.text_silverpriceDateTime {
    color: #0d255c;
}

.text_priceRefer {
    color: #0d255c;
    font-weight: bold;
}

.padding_table {
    padding-left: 10px;
    padding-right: 10px;
}


/*Desktop Device 2025-09-11*/

.rowHLinePrice {
    color: #0d255c;
    border-bottom: 1px solid #d0d0d0;
    width: 25%;
    box-sizing: border-box;
    text-align: left;
}

.rowLinePrice {
    border-bottom: 1px solid #d0d0d0;
    width: 25%;
    box-sizing: border-box;
    text-align: right;
}

.txtLinkSilverPrice {
    text-align: center;
    color: #0d255c;
    padding-top: 10px;
}

/*2025-09-12*/

.txtmobileDevice {
    color: #0d255c;
}

@media (max-width: 768px) {
    .table_container {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        font-size: 14px;
    }
    .headsilverPrice{
    text-align: center;
    font-size:18px;
    color:#0d255c;
    padding-bottom: -5px;
   }
    .headsilverdetail{
    font-size:18px;
    font-weight: bold;
     color:#0d255c;
      padding-bottom: -5px;
}
   .buysellTitle{
    font-size:18px;
    font-weight: bold;
     color:#0d255c;
}

 .column-left_silver {
        width: 100%;
    }
    .column-right_silver {
        width: 100%;
    }
    .txt_headsilver {
        font-size: 10px;
    }
    /*Mobile Device 2025-09-11*/
    .rowHLinePrice {
        color: #0d255c;
        border-bottom: 1px solid #d0d0d0;
        width: 25%;
        box-sizing: border-box;
        text-align: left;
    }
    .txtLinkSilverPrice {
        text-align: center;
        color: #0d255c;
        padding-top: 10px;
        font-size: 10px;
    }
    /*2025-09-12*/
    .txtmobileDevice {
        color: #0d255c;
        font-size: 10px;
    }
}
