/* Vault Altar Table β presentation only */
.vault-altar-header {
font-weight: 600;
margin-bottom: .7em;
}
.vault-altar-level-slider {
width: 60%;
margin: 0 .7em;
}
.vault-altar-slider-value {
font-weight: 700;
}
.vault-altar-output { margin-top: 1em; }
.vault-altar-category { margin-top: 1.4em; }
.vault-altar-table {
width: 100%;
border-collapse: collapse;
margin-bottom: 1em;
background: #f9f9f9;
}
.vault-altar-table th,
.vault-altar-table td {
border: 1px solid #ddd;
padding: .35em .6em;
}
.vault-altar-table th { background: #e6e6e6; }
.vault-altar-table tr:nth-child(even) { background: #f3f3f3; }