.c-gradient-border-ttl:after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#00C6FB), to(#005BEA));
    background: linear-gradient(to right, #00C6FB, #005BEA);
    margin-top: .15rem
}

.p-basic-table tbody{
    width: 100%;
}

.p-basic-table tbody tr{
    display: table;
    width: 100%;
}

.p-basic-table tbody tr:nth-of-type(even) td{
    background-color: #fafafa
}