table {
    width: 100%;
    table-layout: fixed;
}



.tbl-content {
    /* height: 300px; */
    overflow-x: auto;
    margin-top: 0px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

th {
    padding: 20px 15px;
    text-align: center;
    font-weight: 500;
    /* font-size: 12px; */
    color: #fff;
    text-transform: uppercase;
}

td {
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    font-weight: 300;
    /* font-size: 12px; */
    color: #402B2B;
    border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}


/* demo styles */