
.tariff-table_new table{
    height: 400px;
    color: white;
}
.tariff-table_new tr,
.tariff-table_new td,
.tariff-table_new th{
    border: 1px solid white;
    text-align: center;
    
}

.tariff-table_new td,
.tariff-table_new th{
    width: 25%;
    padding: 9px;
}

.buy-tariff-btn{
    margin: 15px auto;
    font-size: 20px;
    width: 200px;
    line-height: 40px;
    display: block;
    color: white;
    border: none;
    border-radius: 7px;
    outline:none;
    background: -moz-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: -webkit-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: -o-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: -ms-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);

}
.tableBody{
    color: grey;
    font-size: 16px;

}


.head-table{
    
    font-size: 20px;
    background: url(../img/tariffTable/tariff-table-bg.png)  no-repeat ;
    
}
table{
    width: 100%;
    border-collapse: collapse;
}

button[disabled] {
    cursor: default;
    opacity: 0.5;
}
.row_new {
    overflow: auto;
}


    
