.priceImg img {
    width: 100%;
}
.priceList {
    width: 100%;
    margin-top: 50px;
}
table {
    width: 80%;
    text-align: center;
}
.tablebox {
    height: 500px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: white;
}

.tbl-header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.tbl-body {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.tablebox table {
    width: 100%;
}

.tablebox table th,
.tablebox table td {
    font-size: 18px;
    line-height: 45px;
    text-align: center;
}

.tablebox table tr th {
    background-color: RGB(51,51,51);
    cursor: pointer;
    color: #ffffff;

}

.tablebox table tr td {
    background-color: transparent;
}

.tbl-body tr:nth-child(even) td,
.tbl-body1 tr:nth-child(even) td {
    background-color: #ccc;
}

.tablebox table tr td span,
.tablebox table tr td span {
    font-size: 24px;
}

.page {
    width: 100%;
    height: 100px;
    margin-top: 20px;
}

.page-icon {
    vertical-align: middle;
    text-align: center;
    margin: 50px 0px;

}

.page-icon button {
    background-color: white;
    font-size: 18px;
}
.page-icon button img {
    width: 20px;
    height: 20px;
}
.page-icon button input{
    width: 30px;
    text-align: center;
}
.statement p {
    margin: 10px 0px;
    font-size: 12px;
}