table,
th,
td {
    border: 1px solid #bbb;

}

table {
    border-radius: 4px;
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

th,
td {
    padding: 8px 10px;
    text-align: left;
    background-color: #fff;
}

th {
    background: #eee;
    background: #F2F7FF;
    /* border: 1px solid #D7E6FF; */
}