:root {
    --bs-primary: #0d6efd;
    --bs-primary-rgb: 13, 110, 253;
    --bs-body-font-size: 0.875rem;
}

html {
    min-height: 100%;
    position: relative;
}

body {
    margin-bottom: 50px;
}

.container-960 {
    max-width: 960px;
    margin: 0 auto;
}

a.navbar-brand {
    text-align: center;
    white-space: normal;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem #000000;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    bottom: 0;
    line-height: 50px;
    position: absolute;
    white-space: nowrap;
    width: 100%;
}

.size-2 {
    width: 2rem;
    height: 2rem;
}

.size-3 {
    width: 3rem;
    height: 3rem;
}

.size-4 {
    width: 4rem;
    height: 4rem;
}

.price-decimal-point {
    opacity: 0.05;
    font-size: 1px;
}

sup {
    top: -0.3em;
}

sub, sup {
    font-size: 70%;
    line-height: 0;
    position: relative;
    margin-left: 0.1em;
    vertical-align: baseline;
}

/* App tabs */

.app-tabs {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    min-width: 250px;
    padding-left: 0;
}

.app-tabs-link {
    background-color: #ffffff;
    border: 0;
    border-radius: 0.375rem;
    color: var(--bs-primary);
    display: block;
    padding: 1rem 0.5rem;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

.app-tabs-link.with-opacity {
    opacity: .8;
}

.app-tabs-link.active {
    border: 1px solid;
    border-color: var(--bs-primary);
    opacity: 1;
}