body {
    background-color: #fafafa;
}
table.table-condensed td {
    padding: 4px;
    font-size: 11px;
}
table.table-nerd td {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, "Courier New", monospace;
    font-size: 12px;
}
table.table-nerd th {
    padding: 4px;
    background-color: #ccc;
    color: #000;
    font-family: Menlo, Monaco, Consolas, Liberation Mono, "Courier New", monospace;
    font-size: 12px;
    font-weight: normal;
}
#main {
    background-color: #fff;
    margin-top: 2rem;
    padding: 1em;
    border: 1px solid #ccc;
}
div#alertContainer {
    display: none;
    position: absolute;
    top: 200px;
    left: 50%;
    z-index: 1000;
}
div#alert {
    max-width: 800px;
    position: relative;
    left: -50%;
    text-align: center;
    font-size: 20px;
    border-radius: 8px;
}
span#nerdText {
    color: #ccc;
    font-family: Menlo, Monaco, Consolas, Liberation Mono, "Courier New", monospace;
    font-size: 12px;
    line-height: 16px;
}
.card#nerdBox .card-body {
    background-color: #000;
}
ul.nav li.nav-item a svg {
    color: #000;
    font-size: 20px;
    margin-right: .2em;
}
label.required::before {
    content: '*';
    color: rgb(208, 44, 58);
}
td.tdCurrency {
    font: 15px SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    text-align: right;
}
tr.doubleLinesOver td, tr.doubleLinesOver th {
    border-top: 5px double #000;
}
table.okonomiTable th {
    white-space: nowrap;
    padding-right: 1em;
}
div.footer {
    width: 500px;
    margin: .25em auto;
    text-align: center;
    font-size: 12px;
    color: #858585;
}
