html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.cell-centered {
    text-align: center;
    vertical-align: middle;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.mini-rect {
    width: 30px;
}

.full-rect {
    margin-left: 5px;
    padding-left: 11px;
    font-size: 1.25rem;
}

.mb-0 {
    margin-bottom: 0px;
}

.no-wrap {
    white-space: nowrap;
}
