.page-title {
    font-size: 16px;
    font-weight: bold;
    display: block;
    color: rgb(51, 51, 51);
    padding: 10px 0px;
    line-height: 1.5;
}

.padding-fees {
    background-color: #051E2A;
    margin-bottom: 90px;
    padding: 20px;
}

table {
    width: 100%;
    min-width: 550px;
    margin-bottom: 60px;
}

table .ant-table-thead th,
table .ant-table-tbody td {
    height: 50px;
    vertical-align: middle;
    text-align: center;
}

table .ant-table-thead th {
    color: #FFD180;
    font-size: 14px;
    font-weight: 200;
}

table .ant-table-thead th span {
    display: block;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070;
    margin-bottom: 3px;
}

table .ant-table-thead th:first-child span {
    border-left: 1px solid #707070;
}

table .ant-table-tbody td {
    border-top: 3px solid #051E2A;
    border-bottom: 3px solid #051E2A;
    background-color: #0A3040;
    font-size: 14px;
    font-weight: 400;
}

table .ant-table-tbody td:first-child {
    border-radius: 25px 0px 0px 25px;
    -moz-border-radius: 25px 0px 0px 25px;
    -webkit-border-radius: 25px 0px 0px 25px;
    -ms-border-radius: 25px 0px 0px 25px;
    -o-border-radius: 25px 0px 0px 25px;
    border-left: 3px solid #051E2A;
}

table .ant-table-tbody td:last-child {
    border-radius: 0px 25px 25px 0px;
    -moz-border-radius: 0px 25px 25px 0px;
    -webkit-border-radius: 0px 25px 25px 0px;
    -ms-border-radius: 0px 25px 25px 0px;
    -o-border-radius: 0px 25px 25px 0px;
    border-right: 3px solid #051E2A;
}

table .ant-table-tbody tr.active td {
    border-top: 3px solid #00ECC0;
    border-bottom: 3px solid #00ECC0;
}

table .ant-table-tbody tr.active td:first-child {
    border-left: 3px solid #00ECC0;
}

table .ant-table-tbody tr.active td:last-child {
    border-right: 3px solid #00ECC0;
}

.fee-desc {
    background-color: #0A3040;
    padding: 35px 40px 26px 45px;
    margin-bottom: 15px;
}

.fee-desc h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.fee-desc li {
    list-style: initial;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    margin-left: 20px;
}

.dWbybq {
    color: #FFD180;
    font-size: 14px;
    font-weight: 200;
    text-align: right;
    margin-bottom: 15px;
}
@media (max-width: 650px){
	.fee-desc{
		padding: 10px 5%;
	}
}