    
                table {
                    width: 100%;
                }
                    
                .Table1_label
                {
                    background-color: #878787;
                    color: #fff;
                    padding: 5px;
                    font-size: 100%;
					text-shadow: none !Important;
                    border-radius: 10px;
                }
                    
                .Table1_Rate
                {
                    background-color: #f0f0f0;
                    /*color: #000;*/
                    padding: 5px;
                    font-size: 150%;
					text-shadow: none !Important;
                    border-radius: 10px;
                }
                    
                .Table2_Label, .Table3_Label
                {
                    background-color: #004e7f;
                    color: #000;
                    padding: 10px;
                    font-size: 16px;
                    border-radius: 10px;
                }
                    
                .Table2_Sell_Value .Table3_Sell_Value
                {
                    padding: 7px 0 0 0;
                    font-size: 16px;
                }
                span {
                    /*font-size: 10px;*/
                    font-size:16px;
                }
                .Table2 tr td {
                    padding: 5px 0;
                }  
                .Buy_Sell_Rtgs
                {
                    padding:15px 0;min-height:10px; font-size:40%;color:#000;
                }
				.buy_sell_label
				{
					color: #000;
					
				}


                .connectionmsg {
    display: none;
    color: #FFF;
    background-color: red;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0rem;
    width: 100%
}

.retry_connection_btn {
    display: none;
    color: #FFF !important;
    background-color: #000;
    line-height: 30px;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 0rem;
    /*width: 100%;*/
    padding: 0px 24px;
    border-radius: 5px;
    border: 1px solid #f8f8f8;
}

.connectiondiv {
    display: none;
    background-color: red;
    text-align: center;
    padding: 3px 0;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9999999;
}


.center-message {
    width: 90%;
    font-size: 15px;
    background: #FFF;
    color: #000;
    text-align: center;
    padding: 3px 5px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


    .gvDatamsg {
        font-size: 18px;
        color:#FFFFFF;
    }
                    
            