.nn-sms {
    font-size: 40px;
    color: white;
    text-shadow: 0 0 10px orangered;
    padding-left: 10px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.nn-logo-wrapper {
    position: relative;
    padding-bottom: 56.25%;
}

.nn-logo-wrapper>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

sup.method {
    color: blue;
}

sup.const {
    color: green;
}

sup.orit {
    color: red;
}

sup.opt {
    background-color: yellow;
}

.nn-circle {
    border-radius: 50%;
}

.nn-scaps {
    font-variant: small-caps;
}

.nn-smaller {
    font-size: smaller;
}

.nn-larger {
    font-size: larger;
}

.nn-pointer {
    cursor: pointer;
}

.nn-radius-none {
    border-radius: 0;
}

.nn-row-divider {
    border-top: 1px dotted lightgray;
    margin-bottom: 20px;
}

pre.sms {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: smaller;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    margin: 0;
    padding: 0;
    border: none;
    white-space: pre-wrap;
    word-break: keep-all;
}

.table-responsive::-webkit-scrollbar {
    width: 10px;
}

.table-responsive::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: orange;
    border-radius: 5px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
    background: orangered;
}

.bg-method {
    background-color: yellow;
}

.bg-orit {
    background-color: cyan;
}

.bg-cons {
    background-color: lightgreen;
}

.nn-red {
    color: red;
}