.style1 {
    color: #b62b27; /* darken #d9534f by 25% */
    font-size: 1.25rem;
    font-weight: 600;
}
.style7 { /* Same as <code> */
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.875rem;
    color: #d63384;
}
.bold-red {
    color: #dc3545; /* text-danger */
    font-weight: 600;
}
h4 {
    font-weight: bold;
}
.top {
    background-color: #d9534f;
}
.tick {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    display: inline-block;
}
.cross {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23dc3545'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    display: inline-block;
}
.fw-bold {
    font-weight: bold;
}
.badge.bg-primary, .badge.bg-success {
    color: white;
}
.alert pre[style] {
    padding: 0;
    background: transparent !important;
}
.app-name-link {
    /* color: #d9534f !important; */
    /* font-size: 2rem !important; */
    font-weight: 600;
    text-decoration: none;
    /* Better Font Rendering =========== */
    /* font-family: 'ew_FUTURABC';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}
article .container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
pre[class*="language-"], code[class*="language-"] {
    white-space: pre-wrap;
}
@media (min-width: 768px) {
    .d-table-caption {
        display: table-caption;
    }
}
.d-sm-table-cell.md-block > p:first-of-type {
    margin-top: 0;
}
.d-sm-table-cell.md-block > p:last-of-type {
    margin-bottom: 0;
}
td > .md-block > p:first-of-type {
    margin-top: 0;
}
td > .md-block > p:last-of-type {
    margin-bottom: 0;
}