
/*table begin*/
.text-jumbo-table {
	margin-top:3rem;
    clear: both;
    font-size: 15px;
    color: #616161;
    line-height: 1.8;
}
.text-jumbo-table table {
    border-collapse: collapse;
}
.text-jumbo-table td {
    padding: 8px 5px 8px 15px;
    border: 1px solid #fff;
    border-radius: 5px;
}
.text-jumbo-table table tr:nth-child(2n-1) td:nth-child(1) {
    background-color: #e6e6e6b8;
    width: 24.6974%;
    height: 25px;
}
.text-jumbo-table table tr:nth-child(2n-1) td:nth-child(2) {
    background-color: #e6e6e6b8;
    width: 72.3026%;
}
/*table end*/
