.cve-list {
    margin-top: 50px;
}

.cve-list table {
    width: 100%;
    border: 1px solid #ccc;
}

.cve-list thead {
    height: 40px;
    line-height: 40px;
    background-color: #c2d7f3;
}

.cve-list thead th {
    font-weight: normal;
}

.cve-list tbody {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.cve-list .cve-number {
    color: #dc1616;
}
