/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
    padding-top: 3.5rem;
    font-family: 'Quicksand', sans-serif;
}

.container-single {
    padding-top: 2rem;
}

/* tf-cards */
.tf-card {
    opacity: 0.2;
    transition: 0.5s;
}

.tf-card .card-body {
    text-align: justify;
}

.tf-card-selected, .tf-card:hover {
    opacity: 1;
}

/* custom fonts */
h1, h2, h3, h4, h5 {
    font-family: 'Raleway', sans-serif;
}

/* -- */
.kernel {
    font-family: monospace;
}

.updated {
    margin-left: 30px;
}

code {
    vertical-align: middle;
    overflow-wrap: break-word; /* firefox fix */
}

.table-normal-head thead th {
    padding: .75rem;
}

.jumbostep {
    margin-bottom: 0;
    background-color: #ffffff;
}

.jumbostep h1 {
    border-bottom: solid 1px #999999;
    margin-bottom: 0.5em;
}

.jumbo-ok {
    opacity: 1;
    pointer-events: inherit;
}

.jumbo-nok {
    pointer-events: none;
    opacity: 0.1;
}

.boxfill {
    /* margin-top: 2rem; */
    padding-top: 2rem;
}

.table-summary hr {
    border-top: 1px dashed #8c8b8b;
}

.description {
    padding: 0.4em;
}

.generated-code {
    width: 830px;
}

p.tip {
    padding: 0.6em 1em 0em 1em;
}

div.tip {
    padding: 0 1em 0 2em;
}
