.table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.table-header {
    border: 1px solid #dddddd;
    padding: 3px;
    font-size: 9px;
}

.table-data {
    border: 1px solid #dddddd;
    font-size: 8px;
}

.table-row:nth-of-type(odd) {
    background: #ccc;
}

.circle {
    margin-bottom: 2px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    display: inline-block;
}
