.card{
    border-radius: 5px;
    box-shadow: 0 0 5px 1px #e6e6e6;
    border: 0;
}
.table{
    width: 100%;
    border-spacing: 0px;
    border-collapse: separate;
    border-radius: 5px;
}
.th{
    text-align: left;
}
.thead{
    background: rgb(235, 233, 255);
    line-height: 32px;
}
.tbody{
    line-height: 28px;
}
.thead > tr > th{
    padding: 0px 10px;
    border-left: 2px solid #ebebeb;
    text-align: left;
    
}
.thead > tr > th:first-child{
    border-left: 0px;
}

.tbody > tr > td{
    padding: 0px 10px;
    border-left: 2px solid #ebebeb;
    border-bottom: 2px solid #ebebeb;
    
}
.tbody > tr:last-child > td {
    border-bottom: 0px;
}
.tbody > tr > td:first-child{
    border-left: 0px;
}
.veiwmark > *{
text-transform: uppercase;
}
