
pre code {
    white-space: pre-wrap;
}

pre code mark[class] {
    cursor: pointer;
}

code.bg-warning {
    padding: .3125rem .3125rem 0;
    line-height: 1;
    cursor: pointer;
}

table ul {
    margin-bottom: 0;
    padding-left: 1.25rem;
}

.box-shadow,
.popover {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.display-6 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}

.notification {
    background-color: #c879cc;
}

.card-body .icon {
    position: relative;
    top: -.125rem;
    width: 1rem;
    height: 1rem;
    color: #6c757d;
    cursor: help;
}

.bg-danger .icon {
    position: relative;
    top: -.25rem;
    width: 2rem;
    height: 2rem;
}

.alert-info .alert-link,
.alert-success .alert-link,
.alert-warning .alert-link {
    color: inherit;
}

.form-control::placeholder {
    color: #adb5bd;
}

@media (min-width: 768px) {
    .jumbotron .lead:not(.w-100) {
        max-width: 75%;
    }

    main .container {
        padding: 0 7.5%;
    }
}

@media (min-width: 992px) {
    .w-lg-50 {
        max-width: 50%;
    }
}

.card {
    position: relative;
}

u.text-muted a {
    color: inherit;
}

.row p strong.h1 {
    position: relative;
}

.row p strong.h1::before {
    position: absolute;
    display: block;
    content: '';
    background: url('https://encoder.till.im/images/up.svg') no-repeat;
    width: 1.25rem;
    height: 1.25rem;
    left: -1.5rem;
    bottom: .375rem;
}

.ribbon {
    position: absolute;
    right: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background-color: #c879cc;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; right: -21px;
}

.ribbon span::before {
    content: '';
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #c879cc;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #c879cc;
}

.ribbon span::after {
    content: '';
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #c879cc;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #c879cc;
}
