.n-layout.n-layout--absolute-positioned {
    position: relative!important;
    z-index: 9999;
}
body {
    background: #101014;
}
.text-wrap {
    width: 750px;
    color: #fff;
    max-width: 100%;
    margin: auto;
    padding-bottom: 15px;
}
.tw-ttl  {
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 15px;
}
.text p,
.text ul {
    padding-bottom: 15px;
}
.text ul li {
    list-style: circle;
    padding-bottom: 10px;
}
.text .link-wrap li {
    list-style: none;
}
.link-wrap a {
    font-size: 1.3em;
    color: lightgray;
    cursor: pointer;
}
.b-tab {
    padding: 25px;
    border: 1px solid #49494c;
    display: none;
    border-radius:
            3px;
}
.b-tab.active {
    display: block;
}
.b-nav-tab {
    display: inline-block;
    padding: 8px 15px;
    font-size: 1.2em;
    background: #28282c;
    border-radius: 3px;
    margin-bottom: 10px;
}
.b-nav-tab.active,
.link-wrap a:hover,
.link-wrap a:focus,
.footer-nav a:hover,
.footer-nav a:focus {
    color: #ffa700;
}
footer {
    padding: 15px;
}
.footer-nav {
    display: flex;
    justify-content: center;
    align-content: center;
    color: #fff;
}
.footer-nav a {
    color: #fff;
    padding: 10px;
}