/* === TABEL CBT ADMIN === */
table.cbt-admin-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 2px solid #2271b1;
    margin-top: 15px;
}

table.cbt-admin-table th {
    background: #2271b1;
    color: #fff;
    padding: 10px;
    border: 1px solid #1d5f99;
    text-align: left;
}

table.cbt-admin-table td {
    padding: 10px;
    border: 1px solid #ccd0d4;
}

/* baris hasil peserta */
table.cbt-admin-table tr:nth-child(even) {
    background: #f6f7f7;
}

/* tombol */
.cbt-admin-table .button-warning {
    background: #f0ad4e !important;
    color: #fff !important;
    border-color: #eea236 !important;
}

.cbt-admin-table .button-danger {
    background: #d63638 !important;
    color: #fff !important;
    border-color: #b32d2e !important;
}
/* ===== TABEL HASIL TES USER ===== */
.cbt-table{
  width:100%;
  border-collapse:collapse;
  margin-top:15px;
  background:#fff;
}

.cbt-table th,
.cbt-table td{
  border:1px solid #ddd;
  padding:8px 10px;
  text-align:left;
}

.cbt-table th{
  background:#0073aa;
  color:#fff;
}

.cbt-table tr:nth-child(even){
  background:#f9f9f9;
}