.x {
    color: white;
    background: #4b89db;
    background: linear-gradient(90deg, rgba(75, 137, 219, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.x2 {
    color: white;
    background: #4b89db;
}

.e {
    background-color: #eeeeee;
}

table {
    border-collapse:separate;
    border-radius:6px;
}

.cont {
    background-color: rgb(240, 240, 240); 
    font-size: 13px;
}

.ts {
    overflow-y: scroll;
    height: 320px;
    display: block;
}